Ship Full-Stack Apps
In Minutes, Not Months
Production-ready mobile, web, and backend — all from one CLI. Expo, Next.js, Fastify, Docker, Auth, and more. Configured and ready to deploy.
BUILT WITH
One Monorepo, Isolated Services
Generate an auth service plus any number of base services — each with its own Fastify backend, PostgreSQL, and Redis. Blast radius stays bounded: a runaway migration in one service can't touch another's data.
- Isolated database + Redis per service
- Cross-service auth via cookie forwarding
- Add services later with
stackr add service
World-Class DX
Stop wiring boilerplate. One command generates typed services, BetterAuth, Docker Compose, and a full Vitest setup — then stackr add service and stackr add entity keep extending it without breaking what's there.
$ npx create-stackr@latest my-app
? Include a dedicated auth service? Yes
? ORM? Drizzle
? Base service name? core
? Platforms for core? Web, Mobile
? AI coding tools? Claude Code, Cursor
✔ Generated a 2-service monorepo + context harness
cd my-app
npm run setup && npm run docker:devSeamless Integrations
Don't reinvent the wheel. Enable industry-standard integrations like BetterAuth, RevenueCat, and Adjust during generation — pre-configured, fully typed, and scoped per service so nothing is bolted on after the fact.
Built to Stay On-Convention
stackr ships a push-based context harness — nested AGENTS.md, Cursor & Windsurf rules, Claude skills, and ast-grep lints, all derived from one source of truth. The architecture survives long after generation, even when AI agents write the code.
Explore the harnessConvention Layer
AGENTS.md, editor rules, and Claude skills, auto-generated.
Enforcement
ast-grep rules and a post-edit hook catch drift.
Ready to ship your next idea?
Join thousands of developers building the future with create-stackr.