A production-ready full-stack monorepo with auth, organizations, admin panel, transactional emails, integration tests, and observability.
Everything configured and ready for production.
Monorepo with shared packages, ESLint plugin, TypeScript configs, and Jest presets.
File-based routing, SSR, query prefetching with queryOptions pattern.
Type-safe API with contracts shared between frontend and backend.
Type-safe SQL, automatic migrations, auto-generated types.
Email/password, organizations, roles, invitations, cookie sessions.
Password reset, email verification, org invitations with HTML templates.
BDD framework with user pooling, domain users, and auto-cleanup.
Full component library, collapsible sidebar, dark/light theme.
Ready to use out of the box.
pnpm install cp .env.example .env docker-compose up -d pnpm db:migrate pnpm dev