- Notifications
You must be signed in to change notification settings - Fork58
Best open-source SaaS boilerplate. Free, powerful & extendable.
NotificationsYou must be signed in to change notification settings
d-ivashchuk/cascade
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cascade-github.mp4
The idea of the Cascade template is that it offers as little bloat as possible regarding technology choices and gets you started with writing business logic from day one. The only friction before fully working boilerplate on yourlocalhost:3000
is the.env
file with correct environmental variables.
Most of the tools selected for Cascade are open-source(OSS). Some of them are self-hosted(SH). All tools that are SaaS have generous free plans and should get you started without any additional costs.
Core:
- T3 stack(OSS) -Next.js,tRPC,Prisma
- Postgres(OSS) - modern & reliable database
- Auth.js(OSS) - plug & play authentication with sessions managed inPrisma
Business:
- Lemon Squeezy - modern and simple merchant of record
- PostHog(SH) - advanced user analytics & funnels
- Plausible(SH) - simple but powerful page analytics
Support:
- Sentry(SH) - error & bug tracking for faster fixes
- Trigger.dev(SH) - background job processing(send slack notifications on new user sign-up)
- Storybook(OSS) - manage your components & develop them in isolation
- Lost Pixel(OSS) - simple frontend tests
- Crisp - dead simple but powerful support chat
- WithoutShadcn this boilerplate would not happen. Period. I rely on his UI a lot and took a lot of inspiration & code from his open-source projects
- https://github.com/lmsqueezy/nextjs-billing &Branko's work on it; I took a bunch of ideas for LS integration there
- https://github.com/sadmann7/shadcn-table &Sadman for showcasing brilliant integration of Tanstack table with Shadcn/ui, I repurposed the code for Prisma
- Pontus and his impeccable tech stack inMidday.ai inspired me to create the boilerplate at the first place