shipsaas
v0.0.9
Published
Boilerplate your next saas app with shipsaas.
Downloads
528
Maintainers
Readme
🚀 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