Having "Open Source" in the name is slightly misleading... > License > Copyright (c) 2019 SaaS Forge Inc. https://www.saasforge.dev . You can use this template for any purposes except reselling or purposes prohibited by law.
Show HN: SaaS application boilerplate
11–20 of 78 posts
Re: Show HN: SaaS application boilerplate
#12I am a fan of opinionated full-stack frameworks, in particular for building B2B web applications which contain lots of CRUDL views. For an open-source solution that largely revolves around the React frontend, consider react-admin [1] + its adapter for Hasura [2]. [1]: https://github.com/marmelab/react-admin [2]: https://github.com/hasura/ra-data-hasura , https://github.com/hasura/graphql-engine/ In Ruby/Rails-land, t…
Re: Show HN: SaaS application boilerplate
#13Re: Show HN: SaaS application boilerplate
#14I am a fan of opinionated full-stack frameworks, in particular for building B2B web applications which contain lots of CRUDL views. For an open-source solution that largely revolves around the React frontend, consider react-admin [1] + its adapter for Hasura [2]. [1]: https://github.com/marmelab/react-admin [2]: https://github.com/hasura/ra-data-hasura , https://github.com/hasura/graphql-engine/ In Ruby/Rails-land, t…
Anything full stack with Python/PostgreSQL/Angular?
Re: Show HN: SaaS application boilerplate
#15Reminds me of https://spark.laravel.com/
Re: Show HN: SaaS application boilerplate
#16I am a fan of opinionated full-stack frameworks, in particular for building B2B web applications which contain lots of CRUDL views. For an open-source solution that largely revolves around the React frontend, consider react-admin [1] + its adapter for Hasura [2]. [1]: https://github.com/marmelab/react-admin [2]: https://github.com/hasura/ra-data-hasura , https://github.com/hasura/graphql-engine/ In Ruby/Rails-land, t…
Re: Show HN: SaaS application boilerplate
#17Nice! I have a similar boilerplate that I've built for myself (there's no client-side), Flask with JWT, login, logout, etc. The React UI looks really nice here.
Re: Show HN: SaaS application boilerplate
#18Having "Open Source" in the name is slightly misleading... > License > Copyright (c) 2019 SaaS Forge Inc. https://www.saasforge.dev . You can use this template for any purposes except reselling or purposes prohibited by law.
Re: Show HN: SaaS application boilerplate
#19I am a fan of opinionated full-stack frameworks, in particular for building B2B web applications which contain lots of CRUDL views. For an open-source solution that largely revolves around the React frontend, consider react-admin [1] + its adapter for Hasura [2]. [1]: https://github.com/marmelab/react-admin [2]: https://github.com/hasura/ra-data-hasura , https://github.com/hasura/graphql-engine/ In Ruby/Rails-land, t…
Big fan of BulletTrain - it's a big accelerant for building a SAAS (literally worth a couple of months of development time).
Re: Show HN: SaaS application boilerplate
#20> In the database remove the record from alembic_version table
> Remove any files from your computer under app/migrations.
I'm not sure advising users to delete all their migrations is the right thing to do (which is what this appears to be doing).