Akira
A modern SaaS starter kit built with Next.js, Tailwind CSS, and shadcn/ui. Auth, payments, database, and email — all pre-configured so you can skip the setup and start building.

Stack
- Framework: Next.js (App Router)
- Styling: Tailwind CSS + shadcn/ui
- Auth: Better Auth (Google, GitHub, email)
- Database: Neon Postgres + Drizzle ORM
- Payments: Dodo Payments
- Animations: Motion
- Email: Resend + React Email
- Runtime: Bun
Getting Started
# Install dependencies
bun installSet up environment variables
cp .env.example .envRun database migrations
bunx drizzle-kit pushStart the dev server
bun devProject Structure
src/
├── app/ # Next.js App Router pages and API routes
├── components/ # React components (UI, auth, email templates)
├── db/ # Drizzle schema and migrations
└── lib/ # Auth config, utilitiesLicense
--- Tranlated By Open Ai Tx | Last indexed: 2026-04-30 ---