Akira
一个使用 Next.js、Tailwind CSS 和 shadcn/ui 构建的现代 SaaS 启动套件。身份验证、支付、数据库和电子邮件——全部预配置,让你跳过设置,直接开始构建。

技术栈
- 框架: Next.js(App Router)
- 样式: Tailwind CSS + shadcn/ui
- 身份验证: Better Auth(Google、GitHub、邮箱)
- 数据库: Neon Postgres + Drizzle ORM
- 支付: Dodo Payments
- 动画: Motion
- 邮件: Resend + React Email
- 运行时: Bun
快速开始
# Install dependencies
bun installSet up environment variables
cp .env.example .envRun database migrations
bunx drizzle-kit pushStart the dev server
bun dev项目结构
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 ---