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 ---