Live data from Hacker News

Show HN: SaaS application boilerplate

github.com

11–20 of 78 posts

Re: Show HN: SaaS application boilerplate

#11
post #3

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.

Thanks! I have to fix this sentence...

Re: Show HN: SaaS application boilerplate

#12

I 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…

Thanks, will look at them.

Re: Show HN: SaaS application boilerplate

#14

I 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?

Maybe you would think to move to ReactJS from Angular?

Re: Show HN: SaaS application boilerplate

#16

I 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

#18
post #3

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.

Fixed! But I still left the part about not using the code for purposes prohibited by law...

Re: Show HN: SaaS application boilerplate

#19

I 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).

I saw them, read their blog (for inspirational purposes of course :) and even wrote them. But I believe it's really overpriced. I'm working on the paid modules/components but I will keep the price moderate.

Re: Show HN: SaaS application boilerplate

#20
> If you experience such errors:

> 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).

Post reply on HN