Welcome to the ignitionstack.pro documentation - a complete SaaS boilerplate built with Next.js 15, React 19, and Supabase.
New to ignitionstack.pro? Start with the Installation Guide to get up and running in minutes.
ignitionstack.pro is a production-ready SaaS boilerplate that provides everything you need to launch your SaaS product quickly:
Latest App Router with Server Components and Server Actions
Next.js 15 + React 19PostgreSQL database, Auth, Storage, and Row Level Security
Supabase BackendSubscriptions, one-time payments, and webhook handling
Stripe PaymentsMulti-provider AI chat with OpenAI, Gemini, Claude, and Ollama
AI Chatbotgit clone https://github.com/ignitionstackpro/ignitionstack.pro.git
cd ignitionstack.pronpm installcp .env.example .env
# Edit .env with your credentialsnpm run devOpen http://localhost:3000 to see your application.
ignitionstack.pro/
├── src/app/
│ ├── [locale]/ # i18n routes
│ │ ├── (pages)/ # Public pages
│ │ └── admin/ # Admin panel
│ ├── api/ # API routes
│ ├── components/ # React components
│ ├── hooks/ # Custom hooks
│ ├── lib/ # Utilities
│ └── server/ # Server functions
├── supabase/ # Database migrations
└── documentation/ # This docs site| Category | Technology |
|---|---|
| Framework | Next.js 15 (App Router) |
| UI | React 19, Tailwind CSS |
| Database | Supabase (PostgreSQL) |
| Auth | Supabase Auth |
| Payments | Stripe |
| Resend | |
| AI | OpenAI, Gemini, Claude, Ollama |
| Testing | Vitest, Playwright |
| i18n | next-intl |
Installation, project structure, and configuration
Getting StartedEnvironment, Supabase, Stripe, Email, Analytics
Setup GuidesDatabase, Auth, RLS, Storage, MCP integration
SupabaseDesign patterns, refactoring reports, best practices
Architecture70+ pre-built UI components with examples
ComponentsServer Actions, API Routes, data fetching
API ReferenceEvent tracking, Mixpanel, Google Analytics
AnalyticsVercel, Docker, Railway deployment guides
Deploymentignitionstack.pro follows clean architecture principles:
Learn more in the Architecture section.
ignitionstack.pro is available under the MIT License.