Web Analytics

akira

⭐ 134 stars Simplified Chinese by sachigoyal

Akira

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

Akira

技术栈

快速开始

# Install dependencies
bun install

Set up environment variables

cp .env.example .env

Run database migrations

bunx drizzle-kit push

Start 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, utilities

License

MIT

--- Tranlated By Open Ai Tx | Last indexed: 2026-04-30 ---