create-simple-ai
v0.3.0
Published
Create simple AI-powered full-stack applications
Downloads
17
Readme
create-simple-ai
Create simple AI-powered full-stack applications with Next.js, Drizzle, Better Auth, and more.
Features
- 🚀 Next.js - Latest Next.js with App Router
- 🎨 Tailwind CSS + Shadcn/ui - Beautiful, accessible UI components
- 🗄️ Drizzle ORM - Type-safe database queries (PostgreSQL, MySQL, SQLite)
- 🔐 Better Auth - Modern authentication solution
- ⚡ Hono - Fast API framework
- 🛠️ Biome - Fast linter and formatter
- 📦 Opinionated - Sensible defaults, minimal configuration
Quick Start
npx create-simple-ai my-appOr with specific options:
npx create-simple-ai my-app --database postgres --yesOptions
--database <type>- Database type:postgresorsqlite(default:postgres)--yes- Skip prompts and use defaults--no-git- Skip Git initialization--no-install- Skip dependency installation
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
