Consolidated documentation for every official ignitionstack.pro feature. Use these links to jump straight into the full implementations.
Full chatbot system with LLM orchestration, conversation storage, and multi-model support:
Marketing + checkout flow for templates:
Localized blog with featured posts, client filters, analytics:
Affiliate/recommendation page powered by static JSON:
Self-serve affiliate onboarding, dashboard analytics, and Supabase-powered tracking:
New features must follow the same pattern: technical documentation, setup checklist, and cross references (architecture, setup, guides, supabase).
features/
└── <feature>/
├── README.md # overview
├── INSTALLATION.md # full setup
├── ARCHITECTURE.md # decisions/flows
└── TROUBLESHOOTING.md # troubleshootingIn the repository root, create docs/features/<feature>/ and add a README.md detailing overview, goals, metrics, and business context.
Include installation/configuration files (e.g., INSTALLATION.md or SETUP.md) with environment variables, required migrations, and security validations.
Update this index and reference existing chapters (architecture, setup, supabase, guides) to avoid duplication. Always use absolute links (/architecture/...).
Confirm the documentation covers:
/architecture, /setup, /guides chapters updatedKeeping this catalog updated ensures anyone can discover and enable every premium boilerplate feature quickly.