Skip to content

im-Kazmi/shipsaas

Repository files navigation

Star us on GitHub

🚀 ShipSaaS CLI

A powerful CLI tool to bootstrap your Next.js SaaS applications with best-in-class tools and practices.

🛠️ Quick Start

bunx shipsaas my-saas-ap

Or use with other package managers:

```shellscript
 # npm# npm
npx shipsaas my-saas-app

# pnpm
pnpm dlx shipsaas my-saas-app

# yarn
yarn create shipsaas my-saas-app

⚡ Available Stacks & Services

🏗️ Core Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • shadcn/ui components

🔒 Authentication

  • NextAuth.js
  • Clerk
  • Kinde
  • Better Auth (Beta)

💾 Database & ORM

  • Prisma

  • Drizzle

  • Supported databases:

  • PostgreSQL

  • MySQL

  • PlanetScale

💳 Payments

  • Stripe
  • LemonSqueezy

📧 Email Services

  • Resend
  • Nodemailer
  • SendGrid
  • Postmark
  • AWS SES
  • MailerSend
  • Plunk

📁 File Upload

  • Uploadthing
  • AWS S3
  • Cloudflare R2

📊 Analytics

  • PostHog

🔄 API Communication

  • Server Actions
  • tRPC
  • Hono.js with TanStack Query

🔜 Coming Soon

  • Turborepo support
  • Monitoring tools
  • Supabase integration
  • Custom auth implementation
  • Paddle payments
  • Testing frameworks setup
  • Umami analytics
  • Plausible analytics
  • Cloudinary integration
  • Next Safe Actions
  • NextUI components

🎯 Usage

Run the CLI and follow the interactive prompts to configure your application with your preferred stack.

📝 License

MIT License


About

Boilerplate your next saas with cli

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages