A powerful CLI tool to bootstrap your Next.js SaaS applications with best-in-class tools and practices.
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
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- shadcn/ui components
- NextAuth.js
- Clerk
- Kinde
- Better Auth (Beta)
-
Prisma
-
Drizzle
-
Supported databases:
-
PostgreSQL
-
MySQL
-
PlanetScale
- Stripe
- LemonSqueezy
- Resend
- Nodemailer
- SendGrid
- Postmark
- AWS SES
- MailerSend
- Plunk
- Uploadthing
- AWS S3
- Cloudflare R2
- PostHog
- Server Actions
- tRPC
- Hono.js with TanStack Query
- 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
Run the CLI and follow the interactive prompts to configure your application with your preferred stack.
MIT License