HackerTrans
トップ新着トレンドコメント過去質問紹介求人

BowTiedRay

no profile record

投稿

Show HN: PySaaS – Python SaaS starter kit

pysaas.io
121 ポイント·投稿者 BowTiedRay·3 年前·46 コメント

コメント

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