| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Stop wasting time on boilerplate and start building features that matter. create-lightbear-app is the most comprehensive CLI tool for scaffolding modern SaaS applications with enterprise-grade architecture and best practices baked in.
# The fastest way to start your SaaS journey
bunx create-lightbear-app@latest my-awesome-saas# Create a new project
bunx create-lightbear-app@latestOur CLI guides you through every decision with intelligent defaults:
╔═╗┬─┐┌─┐┌─┐┌┬┐┌─┐ ╦ ┬┌─┐┬ ┬┌┬┐ ╔═╗┌┬┐┌─┐┌─┐┬┌─
║ ├┬┘├┤ ├─┤ │ ├┤ ║ ││ ┬├─┤ │ ╚═╗ │ ├─┤│ ├┴┐
╚═╝┴└─└─┘┴ ┴ ┴ └─┘ ╩═╝┴└─┘┴ ┴ ┴ ╚═╝ ┴ ┴ ┴└─┘┴ ┴
🚀 A powerful CLI tool to scaffold modern SaaS applications
with best practices and popular technology choices
✨ Features: Turborepo/Nx/NPM • Next.js/Vite/Astro • shadcn/ui
TypeScript • tRPC • Neon/Supabase • Auth • Stripe
Docker • CI/CD • Testing • Storybook • PWA & more
💜 made with love by Lightbear
? What's your project name? › my-awesome-saas
? 📦 Choose your package manager: › 🥟 bun (blazing fast)
? 🏗️ Choose your monorepo tool: › 🚀 Turborepo (recommended - fast builds & caching)
? ⚛️ Choose your frontend framework: › ▲ Next.js (App Router) / 📄 Next.js (Pages) / ⚡ Vite + React / 🚀 Astro
? 🔌 Choose your backend / API layer: › 🔗 tRPC (type-safe APIs)
? 🧩 Choose your UI components: › 🎨 shadcn/ui (beautiful, accessible components)
? 🎨 Choose a base color for shadcn/ui: › Slate (Default)
? 🗄️ Choose your ORM / Database layer: › 🔷 Prisma (popular, feature-rich)
? 🌐 Choose your database provider: › ⚡ Neon (serverless Postgres)
? 🔐 Choose your authentication: › 👤 Clerk (complete auth solution)
? 💳 Choose your payments: › 💰 Stripe (payment processing)
? 🧪 Select testing tools: › 🃏 Jest (unit testing), 🎭 Playwright (e2e testing)
? 🔄 Select CI/CD & DevOps tools: › 🔄 GitHub Actions (CI/CD automation)
? 🎨 Choose your code quality tools: › 🔥 Biome (fast, all-in-one)
? 🛠️ Select developer experience tools: › 🪝 Husky (Git hooks)
? 📚 Choose UI development tools: › 🎯 Complete UI Suite (Storybook + Chromatic + DevTools)
? 📱 Enable Progressive Web App (PWA) support? › Yes
? 🔄 Choose realtime / collaboration features: › 🎯 Liveblocks (realtime collaboration)my-awesome-saas/ ├── 📦 apps/ │ ├── 🌐 web/ # Next.js / Astro / Vite frontend │ ├── 📱 mobile/ # React Native (optional) │ └── 🔧 admin/ # Admin dashboard ├── 📚 packages/ │ ├── 🎨 ui/ # Shared UI components │ ├── 🔗 api/ # tRPC API definitions │ ├── 💾 database/ # Database schema & migrations │ ├── 🔧 config/ # Shared configuration │ └── 🛠️ utils/ # Shared utilities ├── 🐳 docker/ # Container configurations ├── 🔄 .github/workflows/ # CI/CD pipelines ├── 📖 docs/ # Documentation └── 🧪 tests/ # E2E tests
Your project comes with comprehensive environment configuration:
# 🗄️ Database Configuration
DATABASE_URL="postgresql://user:password@localhost:5432/mydb"
DIRECT_URL="postgresql://user:password@localhost:5432/mydb"
# 🔐 Authentication
CLERK_SECRET_KEY="sk_test_..."
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="pk_test_..."
# 💳 Payments
STRIPE_SECRET_KEY="sk_test_..."
STRIPE_WEBHOOK_SECRET="whsec_..."
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="pk_test_..."
# 🔄 Realtime
LIVEBLOCKS_SECRET_KEY="sk_..."
NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY="pk_..."We love contributions! Check out our Contributing Guide to get started.
# Clone the repository
git clone https://github.com/lightbearco/create-lightbear-app.git
# Install dependencies
bun install
# Start development
bun dev
# Run tests
bun testCreated by the Lightbear Team
👨💻 Developer: dawar.pro
🔜 Website: Coming soon
🔜 Sponsor: GitHub Sponsors - Coming soon
⭐ Star us on GitHub — it motivates us a lot!
MIT © Lightbear
| Back | FazBrowse Home | New Git URL |