ignitionstack.pro v1.0 is out! Read the announcement →
Skip to Content

Features

Consolidated documentation for every official ignitionstack.pro feature. Use these links to jump straight into the full implementations.

Available Features

AI Chatbot (GenAI)

Full chatbot system with LLM orchestration, conversation storage, and multi-model support:

Storefront

Marketing + checkout flow for templates:

Blog Engine

Localized blog with featured posts, client filters, analytics:

Recommendations Hub

Affiliate/recommendation page powered by static JSON:

Affiliate Program

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 # troubleshooting

How to Document a New Feature

1. Create a dedicated folder

In the repository root, create docs/features/<feature>/ and add a README.md detailing overview, goals, metrics, and business context.

2. Cover the setup end-to-end

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/...).

4. Validate with the product team

Confirm the documentation covers:

Quality Checklist

Keeping this catalog updated ensures anyone can discover and enable every premium boilerplate feature quickly.