Progressive fullstack framework combining Next.js 16, Nest.js 10, Supabase, and Kubernetes.
- Node.js 20+
- pnpm 9+
pnpm installpnpm dev- apps/web - Next.js 16 frontend
- apps/api - Nest.js 10 backend
- packages/shared-types - Shared TypeScript types
- packages/trpc - tRPC router and client
- packages/database - Drizzle ORM schemas
- packages/ui - Shared UI components
- packages/validation - Zod schemas
- packages/config - Shared configurations
- packages/utils - Utility functions
- Frontend: Next.js 16, React 19, Tailwind CSS 4
- Backend: Nest.js 10, tRPC
- Database: Supabase PostgreSQL, Drizzle ORM
- Validation: Zod
- Testing: Vitest, Playwright
- DevOps: Docker, Kubernetes, Helm
See the docs directory for detailed documentation:
MIT