Welcome to Indigo
Build SaaS apps faster
Indigo is a complete framework for shipping production-ready SaaS applications. Auth, billing, CMS, real-time — all wired up.
Scroll down to see what's inside.

Ship in Days, Not Months
Stop wiring boilerplate. Start with auth, orgs, billing, and a CMS that actually works.
See It in Action
A quick walkthrough of the Indigo dashboard — content management, org settings, and the module system.
Modular by Design
Install only what you need
bun run indigo add core-support
Each module brings its own schema, routes, admin UI, and seed data. Remove what you don't need — no dead code, no bloat.
- core-payments — Stripe, crypto
- core-support — AI chat, tickets
- core-docs — documentation system
- core-store — full e-commerce

Built for Teams
Multi-tenancy, RBAC, org-scoped data, and real-time presence — everything you need for collaborative SaaS applications.
What Our Users Say
"We went from zero to a paying product in two weeks. The module system meant we didn't have to build auth, billing, or the admin panel from scratch."
— Alex Rivera, Founder at LaunchFast
"Finally a framework that treats CMS as a first-class citizen, not an afterthought."
— Maria Chen, Head of Content at DataFlow
AI-Powered Workflows
Content meets intelligence
Indigo integrates AI at the infrastructure level:
- AI Writer — generate blog posts, SEO meta, translations
- AI Support — chatbot with live agent takeover
- Smart fields — auto-generate alt text, summaries, tags
Bring your own provider or use the built-in OpenAI/Anthropic adapters.

Production-Ready Infrastructure
WebSockets, BullMQ job queues, Redis pub/sub, S3 storage — the boring stuff, done right, so you can focus on your product.
Get Started
Copy. Init. Ship.
bunx degit indigo-fw/starter my-app
cd my-app && bun install
bun run init
bun run dev
You'll have a running app with auth, CMS, and a dashboard in under 5 minutes.
Deep Dive: Module System
How the module system works under the hood — from indigo.config.ts to generated glue files.