Fest provides a foundational codebase for developing SaaS applications with built-in user and organization management.
Fest is a SaaS boilerplate using a Nx monorepo, pairing a Nest.js API with a Next.js frontend, and includes Auth0 for identity management. To get it running, you'll need Docker for PostgreSQL, configure Auth0, set up `apps/api/.env` and `apps/frontend/.env.local` files, and run `yarn prisma:migrate:dev init` before `yarn dev`.
Fest provides a foundational codebase for developing SaaS applications with built-in user and organization management.
Developers wanting to quickly launch new SaaS products with a pre-configured backend and frontend stack should use Fest.