Today I finally released 1UpBlitz. A SaaS start for the full stack react framewok - Blitzjs.
For those who never heard of blitzjs, it's a full stack react framework. Think ruby on rails, but for React. You can learn more about it here https://blitzjs.com/
I chose blitzjs for these reasons:
- Great dev community that I contribute to - Consolidates my previous tech stack with the use of magic - Already very stable with less and less breaking changes - Brings the ruby on rails vibe that I love to nextjs (react), which I also love
So I created a SaaS starter. I finished a client's MVP in a matter of 2-3 weeks.
1UpBlitz comes with the following:
- Create multiple plans
- Plan upgrading and downgrading
- Roles & Permissions for workspaces
- Invite users to a workspace
- File upload api routes and an included react-dropzone form component
- Smart slug generator
- Search & Paginated table component
- End-to-end tested with cypress