supastarter is a production-ready SaaS starter kit built on Next.js, Nuxt and SvelteKit. It provides a scalable foundation for building SaaS applications, saving developers time and effort. Key features include:
- Authentication: Supports password, magic link, and oAuth login with Better Auth.
- Payments: Integrates with Lemonsqueezy, Stripe, Polar, Creem and Dodo Payments for subscription management.
- Internationalization: Offers fully translated content and language switching.
- API: Provides a type-safe REST API built with Hono, including OpenAPI specs and oRPC integration.
- Database: Supports Prisma and Drizzle for type-safe data access.
- Organizations: Enables multi-tenant architecture with organization and member management.
- AI: Built-in support for Vercel AI SDK.
- Background tasks: Supports async user flows with background tasks and cron jobs.
It targets indie hackers and developers aiming to launch SaaS products quickly, offering a comprehensive set of features to focus on core business logic.

