HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BowTiedRay

no profile record

Submissions

Show HN: PySaaS – Python SaaS starter kit

pysaas.io
121 points·by BowTiedRay·3 anni fa·46 comments

comments

BowTiedRay
·3 anni fa·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
·3 anni fa·discuss
Will certainly clear up the pricing section. Yes, "$" is supposed to indicate US dollar.
BowTiedRay
·3 anni fa·discuss
Will need to look into the Safari issue. Thanks for the feedback.
BowTiedRay
·3 anni fa·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
·3 anni fa·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.