DEV Community

Cover image for Launching a Remix SaaS kit this monday
Alexandro Martinez
Alexandro Martinez

Posted on

Launching a Remix SaaS kit this monday

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.

Remix SaaS kit

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:

  1. Find the right front-end framework for me (React)
  2. Help others build their SaaS apps
  3. 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

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.

Oldest comments (0)