Introducing Eden Stack
January 15, 2024 · Eden Stack Team
announcementrelease
Introducing Eden Stack
We're excited to announce Eden Stack, a production-ready full-stack monorepo template designed to get you building fast.
Why Eden Stack?
Building a modern SaaS application requires setting up:
- Frontend framework with SSR
- Type-safe API layer
- Database with migrations
- Authentication
- Payments
- Background jobs
- And more...
Eden Stack gives you all of this, pre-configured and working together.
Key Features
Type Safety Everywhere
From your database schema to your API endpoints to your frontend components, everything is fully typed. Change a field in your database? TypeScript will tell you everywhere that needs to be updated.
Modern Stack
We've chosen the best tools for each job:
- TanStack Start - Full-stack React with file-based routing
- Elysia + Eden Treaty - Bun-native API with automatic client generation
- Drizzle ORM - Type-safe database access
- Better Auth - Modern authentication
Production Ready
Eden Stack isn't just a demo. It includes:
- Error tracking with Sentry
- Analytics with PostHog
- Email with Resend
- Payments with Stripe
- Background jobs with Inngest
Get Started
bunx gitpick magnusrodseth/eden-stack my-app
cd my-app
bun install
bun devCheck out the documentation to learn more!