Akira
Next.js, Tailwind CSS, 그리고 shadcn/ui로 구축된 현대적인 SaaS 스타터 키트입니다. 인증, 결제, 데이터베이스, 이메일 — 모두 미리 구성되어 있어 설정을 건너뛰고 바로 개발을 시작할 수 있습니다.

스택
- 프레임워크: Next.js (앱 라우터)
- 스타일링: 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 ---