Show HN: SaaS application boilerplate
github.com
Show HN: SaaS application boilerplate
1–10 of 78 posts
Re: Show HN: SaaS application boilerplate
#2For 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, there is https://bullettrain.co.
Re: Show HN: SaaS application boilerplate
#3> 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
#4Re: Show HN: SaaS application boilerplate
#5I 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
#6Re: Show HN: SaaS application boilerplate
#7Re: Show HN: SaaS application boilerplate
#8I 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
#9Earlier quoted context omitted.
Anything full stack with Python/PostgreSQL/Angular?
I've previously found this site helpful for a high-level view of the ecosystem: https://www.fullstackpython.com/angular.html
Re: Show HN: SaaS application boilerplate
#10Any plan to add job task management like RQ or Celery?