HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BowTiedRay

no profile record

Submissions

Show HN: PySaaS – Python SaaS starter kit

pysaas.io
121 points·by BowTiedRay·há 3 anos·46 comments

comments

BowTiedRay
·há 3 anos·discuss
Reverse proxy for now, but Pynecone is also working on a single command deploy feature that should take care of all this automatically. Should be released soon.
BowTiedRay
·há 3 anos·discuss
Will certainly clear up the pricing section. Yes, "$" is supposed to indicate US dollar.
BowTiedRay
·há 3 anos·discuss
Will need to look into the Safari issue. Thanks for the feedback.
BowTiedRay
·há 3 anos·discuss
With PySaaS, your app's frontend is compiled down to a NextJS app, and FastAPI is built-in for the backend.

UI components are fully-customizable, and are actually wrappers around React components using Chakra UI. If you want to get fancy, you can even wrap your own components in three simple steps.

Learn more here: https://pynecone.io/docs/advanced-guide/wrapping-react
BowTiedRay
·há 3 anos·discuss
PySaaS uses the Pynecone web framework rather than Django or Flask.

This allows you to build the entire stack in a single language instead of having to learn and switch between multiple. You can install and import any Python library as you would with any Python file.

The frontend is compiled down to a NextJS app, and FastAPI is built-in for the backend. UI components are fully-customizable, and are actually wrappers around React components using Chakra UI.