Yes, indeed, there are something similar in Rails and Django ecosystem.
All of them give access to:
- Authentication
- Payment
- Dashboard UI
- Landing page
- Form management
- ...
I just made the same for Node.js/JavaScript/TypeScript ecosystem. Nextless.js also gives access to the same features in React and TypeScript. But, I also wanted to add more into the boilerplate, things that don't offer by others:
- Infrastructure as code
- Serverless for scalability and pay-as-you-go pricing with no server to manage, no docker, no kubernetes