Deep dive into every feature.

The full picture of what ships with Eden Stack. Architecture, type safety, AI tooling, developer experience, and more.

Skip to pricing
0+Hours saved on setup
0Integrations pre-configured
0+Claude skills included
0%Type-safe

Starter kits have a dirty secret.

They're designed to impress you, not serve you. Eden Stack is the alternative.

Full source ownership

Not a platform, not a dependency. Every line is yours to read, modify, and delete. No hidden framework layer, no "core" package you can't touch.

Like shadcn/ui for components, but applied to your entire stack. Auth, payments, email, jobs, analytics. All real code in your repo.

Proven patterns for AI

Every integration follows the same four-layer pattern. 30+ Claude skills encode best practices so AI extends the codebase correctly, not from scratch.

Consistent structure means AI writes code that matches what's already there, not random boilerplate.

Start with everything

Remove what you don't need, swap what doesn't fit. Every integration is isolated. Removing Stripe doesn't break auth, swapping Neon doesn't affect your API.

Tell Claude what you need in plain English. It follows the existing patterns to make the change.

Read the full philosophy
Use codeEARLYBIRDfor 50% off14 spots remaining at $99
AI-Native Development

Set up your entire project
with one prompt.

Eden Stack uses Model Context Protocol (MCP) servers to let AI assistants configure your services automatically. No more copying API keys.

Traditional Setup~60 min
  • Create Neon account → Copy connection string
  • Create Stripe account → Create products → Copy API keys
  • Create Resend account → Verify domain → Copy API key
  • Create PostHog project → Copy API key
  • Create Sentry project → Copy DSN
  • Manually paste 15+ values into .env
Eden Stack + MCP~5 min
  • Describe your project idea to the AI agent
  • Agent generates eden.setup.json from your spec
  • AI creates all resources via MCP servers
  • .env file generated automatically
"Set up my Eden Stack project"
PostHog
Sentry
Inngest
Drizzle ORM
Neon
Stripe
Resend
Cloudflare
Vercel AI SDK
Unstructured
Exa
# Generated .env
DATABASE_URL=postgresql://...
STRIPE_SECRET_KEY=sk_test_...
RESEND_API_KEY=re_...
... and many more
End-to-End Type Safety

Write your API.
Get the client for free.

With Eden Treaty, your backend types are automatically inferred on the frontend. Change your API schema, and your client updates instantly. No code generation steps required.

  • Instant autocomplete for API routes
  • Type-safe request bodies and responses
  • Shared validation logic via Elysia
import { Elysia, t } from 'elysia';

export const app = new Elysia()
  .post('/users', ({ body }) => {
    return db.insert(users).values(body)
  }, {
    body: t.Object({
      name: t.String(),
      email: t.String()
    })
  })

export type App = typeof app;
Modern Architecture

Built for scale from day one

A unified monorepo structure that shares code between web, mobile, and API.

Whoa, that's a lot of boxes and arrows. 🤯
I know. I thought of everything so you can focus on building and shipping your product. 🚀
AI-Powered Marketing

Ship your product.
Market it too.

Eden Stack includes AI-powered video generation so your team can create professional marketing content without leaving the codebase.

See what I was able to make with no effort:

0:00 / 0:00
Learn how Claude skills power video generation
Use codeEARLYBIRDfor 50% off14 spots remaining at $99

Seen enough?

Stop building infrastructure. Start building your product.

View pricing

One-time purchase · Lifetime updates · No recurring fees

Use codeEARLYBIRDfor 50% off14 spots remaining at $99