Hacker News new | ask | show | jobs
by BerkhanBerkdemi 1792 days ago
I see similarities with Redwood[0]. Nextless.js is just added sugar, spice and rest of the boilerplates.

[0]: https://github.com/redwoodjs/redwood

1 comments

Indeed, you can use Redwood or any other framework to build a SaaS. But, at the end, you need to set up:

- Authentication

- User dashboard

- Landing Page

- Pricing

- Form management

- Stripe integration

- Infrastructure as code

- Type checking, linter, code formatter

- VSCode

Nextless.js provides everything out-of-the-box for you to build a SaaS business and focus on the things that makes your SaaS unique. You shouldn't lose time on boring UI, setup and configuration.