TLDR; Follow me or subscribe to my Gumroad page to get notified when I launch, the first 24 hours will be 100% free, then 2 weeks of early access at -$149 to give me time to fix users bugs, and the final price will be $299.
Some context on Building SaaS kits
Some of you already know SaasFrontends, SaaS starters for Vue2, Vue3, Svelte, and React. And a .NET API for as the back-end.
I built this for 3 reasons:
- Find the right front-end framework for me (React)
- Help others build their SaaS apps
- Make this side hustle profitable
Remix - Everything I've been expecting
I'm married to .NET, but after trying Remix, I'm getting a divorce.
I started migrating the React + .NET stack to Remix this past Monday, and oh boy, I'm never going back to .NET for new apps. You can create loaders (API GET calls) and actions (API POST, PUT, DELETE calls) on the same file. I can finally see why people use Node.js more than .NET.
I think it says a lot about Remix that I'm actually finishing the migration in just 1 week (or at least that's my plan 😅).
Stack
- Framework: Remix
- CSS: Tailwind CSS
- Database: Supabase and Sqlite
- ORM: Prisma
- Subscriptions: Stripe
- Emails: Postmark
Breaking changes
- State: No more Redux nor localStorage. Everything important is now with cookie storage (Light or dark mode and Current User (UserId, TenantId, WorkspaceId)
- Payments: Stripe checkout (no more storing user card tokens)
- Whatever I break this weekend
Features
Basically, everything you can do at https://react.saasfrontends.com but BETTER.
Get it for free
Follow me or subscribe to my Gumroad page to get notified when I launch, the first 24 hours will be 100% free, then 2 weeks of early access at -$149 to give me time to fix users bugs, and the final price will be $299.
Let me know your thoughts! Thanks.
Top comments (0)