Ship your SaaSfaster, not later
The opinionated Next.js starter that handles auth, payments, email, and database so you can focus on what makes your product unique.
Pre-built Components
OAuth Providers
External Services Required
Everything you need to ship
Stop building the same infrastructure. Start with a foundation that scales.
Authentication Built Right
Email/password, OAuth, password reset, signup control, and user invitations. Session-based with secure cookies.
SQLite + Drizzle ORM
Production-ready database setup with migrations, type-safe queries, and zero-config development.
45+ shadcn/ui Components
Every component pre-installed and themed. Dark mode, accessibility, and mobile-first by default.
LLM Integration
Multi-provider streaming chat with OpenAI, Anthropic, Groq, and more. Ready for AI features.
Stripe Payments
Subscriptions, one-time payments, webhooks, and customer portal. Revenue from day one.
Email & SMS
SMTP and Twilio integration with React Email templates. Full notification tracking dashboard.
Error Tracking
Comprehensive error monitoring with grouping, stack traces, and admin dashboard. No external service needed.
Mobile-First Design
Responsive layouts that work beautifully on every device. Touch-optimized interactions.
Opinionated by design
We made the hard decisions so you don't have to. Server Actions over API routes. SQLite for simplicity. Session auth for security. Every choice is intentional.
- TypeScript strict mode everywhere
- Mobile-first responsive design
- TDD workflow with Vitest & Playwright
- Dark mode out of the box
"use server"
import { db } from "@/lib/db"
import { users } from "@/lib/db/schema"
export async function getUser(id: string) {
return db.query.users.findFirst({
where: eq(users.id, id)
})
}Simple, transparent pricing
No hidden fees. No surprise charges. Just pick a plan and start building.
Starter
For solo developers and small projects
- Up to 3 projects
- Community support
- Core features
- Email notifications
Pro
For growing teams and serious products
- Unlimited projects
- Priority support
- Advanced analytics
- API access
- Custom integrations
Enterprise
For organizations with scale
- Everything in Pro
- SLA guarantee
- Dedicated support
- Custom contracts
- On-premise option
Ready to launch?
Join developers who stopped rebuilding the wheel and started shipping products.