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

ignitionstack.pro

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.

What is ignitionstack.pro?

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 19

PostgreSQL database, Auth, Storage, and Row Level Security

Supabase Backend

Subscriptions, one-time payments, and webhook handling

Stripe Payments

Multi-provider AI chat with OpenAI, Gemini, Claude, and Ollama

AI Chatbot

Core Features

Authentication & Authorization

Payments & Subscriptions

AI Capabilities

Developer Experience

Quick Start

Clone the Repository

git clone https://github.com/ignitionstackpro/ignitionstack.pro.git cd ignitionstack.pro

Install Dependencies

npm install

Configure Environment

cp .env.example .env # Edit .env with your credentials

Start Development

npm run dev

Open http://localhost:3000  to see your application.

Architecture Overview

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

Tech Stack

CategoryTechnology
FrameworkNext.js 15 (App Router)
UIReact 19, Tailwind CSS
DatabaseSupabase (PostgreSQL)
AuthSupabase Auth
PaymentsStripe
EmailResend
AIOpenAI, Gemini, Claude, Ollama
TestingVitest, Playwright
i18nnext-intl

Documentation Sections

Installation, project structure, and configuration

Getting Started

Environment, Supabase, Stripe, Email, Analytics

Setup Guides

Database, Auth, RLS, Storage, MCP integration

Supabase

Design patterns, refactoring reports, best practices

Architecture

70+ pre-built UI components with examples

Components

Server Actions, API Routes, data fetching

API Reference

Event tracking, Mixpanel, Google Analytics

Analytics

Vercel, Docker, Railway deployment guides

Deployment

Design Patterns

ignitionstack.pro follows clean architecture principles:

Learn more in the Architecture section.

Support

License

ignitionstack.pro is available under the MIT License.