by ips1512 on 4/18/2024, 4:35:13 AM
Here are few projects to get started: https://github.com/apptension/saas-boilerplate?tab=readme-ov... https://github.com/ixartz/SaaS-Boilerplate
by solardev on 4/19/2024, 12:17:03 AM
For the UI, MUI is a huge time saver. It's open-core and thoroughly excellent: https://mui.com/
They also have a lot of pre-built dashboards that tie into various cloud vendors (typically not FOSS though).
by KuriousCat on 4/18/2024, 4:18:38 AM
by foundzen on 4/19/2024, 6:56:29 PM
SaaS starter kit, MIT license - https://github.com/makeitcount/saas-express-starter-kit
by palashkulsh on 4/20/2024, 3:38:37 AM
I've used sailsjs multiple times and once I'm up to speed with its concepts, the dev time is really really fast . It doesn't fit some of your parameters
by bjacobt on 4/19/2024, 12:35:17 PM
For backend this might help https://feathersjs.com. I’m not affiliated with them, just a happy user.
by dhruvkar on 4/18/2024, 3:10:59 PM
by greyzor7 on 4/18/2024, 9:32:47 AM
you can have a look at ML, many of my preferred Saas boilerplates and starter kits here: https://microlaunch.net/category/starter-kits
Hello,
I am going to work on my new SaaS product in React and Node.js(and Python). I don’t want to build basic feature like Auth, Teams and other basic functionality. Also expecting good react components and sidebar navigations and filters functionality and planning to use Postgres or MongoDB and redis for caching. I am looking for open source projects with above features with MIT and Apache license.
Can you suggest some projects?