Show HN: The pure Python SaaS starter kit https://ift.tt/GVpo4rx
Show HN: The pure Python SaaS starter kit Hi HN, Recently, I’ve noticed there’s a decently high barrier to entry in developing competitive, full-stack SaaS applications. Beside the standard, boring features that take months to implement, you typically have to know several languages and frameworks, and be familiar with fancy frontend styling classes. I’m working hard right now to solve this problem by building PySaaS- The 100% pure Python SaaS starter kit. PySaaS is a boilerplate Python codebase that takes care of the fundamental components standard to all SaaS applications. The codebase uses the Pynecone web framework to compile your frontend into a NextJS app, so you never have to touch any HTML, CSS, or Javascript. Pynecone is easy to learn, yet fully flexible and powerful enough for advanced use cases. We implement out-of-the-box functionality for secure Firebase user authentication, Lemon Squeezy subscription management (MoR removes a major tax headache), Notion as a headless blog ...