SuperSaaSFastAPI - Python SaaS Boilerplate for building Software-as-Service (SAAS) apps with FastAPI, Vue.js & Tailwind

Overview

SuperSaaSFastAPI

Python SaaS Boilerplate for building Software-as-Service (SAAS) apps with FastAPI, Vue.js & Tailwind


๐Ÿšจ ATTENTION: This Project is currently under development.. ๐Ÿšจ

Feel free to follow along on our journey while we build the most robust / SuperCharged SaaS boilerplate this world has ever seen ๐Ÿ˜‡ ๐ŸŽ‰


Rapidly Build, Launch & Scale Your SaaS ๐Ÿš€


The key features are:

Sales

  • High Converting Checkout Pages ๐Ÿš€
  • High Converting Landing Pages ๐Ÿš€
  • Subscriptions ๐Ÿš€
  • One-Time Charges ๐Ÿš€
  • Upsells & Down-sells ๐Ÿš€
  • Abandoned Cart Recovery ๐Ÿš€

Administration

  • Advanced Admin Dashboard ๐Ÿš€
  • Strong Financial Reporting ๐Ÿš€
  • Built-in CRM ๐Ÿš€
  • Newsletters ๐Ÿš€
  • Campaigns ๐Ÿš€
  • Automations ๐Ÿš€
  • User Management ๐Ÿš€
  • User Impersonation ๐Ÿš€
  • Security & Permissions ๐Ÿš€

Customer Experience

  • Elegant Dashboard ๐Ÿš€
  • React Native IOS/Andorid APP ๐Ÿš€
  • Teams ๐Ÿš€
  • Social Logins ๐Ÿš€
  • 2FA ๐Ÿš€
  • API ๐Ÿš€

Why FastAPI?


FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

The key features are:

  • Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.

  • Fast to code: Increase the speed to develop features by about 200% to 300%. *

  • Fewer bugs: Reduce about 40% of human (developer) induced errors. *

  • Intuitive: Great editor support. Completion everywhere. Less time debugging.

  • Easy: Designed to be easy to use and learn. Less time reading docs.

  • Short: Minimize code duplication

  • Robust: Get production-ready code. With automatic interactive documentation.

  • Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.


Performance

Independent TechEmpower benchmarks show FastAPI applications running under Uvicorn as one of the fastest Python frameworks available, only below Starlette and Uvicorn themselves (used internally by FastAPI). (*)

To understand more about it, see the section Benchmarks.


License

This project is licensed under the terms of the MIT license.

Owner
Rudy Bekker
Passionate Software Entrepreneur
Rudy Bekker
Voucher FastAPI

Voucher-API Requirement Docker Installed on system Libraries Pandas Psycopg2 FastAPI PyArrow Pydantic Uvicorn How to run Download the repo on your sys

Hassan Munir 1 Jan 26, 2022
FastAPI IPyKernel Sandbox

FastAPI IPyKernel Sandbox This repository is a light-weight FastAPI project that is meant to provide a wrapper around IPyKernel interactions. It is in

Nick Wold 2 Oct 25, 2021
Simple FastAPI Example : Blog API using FastAPI : Beginner Friendly

fastapi_blog FastAPI : Simple Blog API with CRUD operation Steps to run the project: git clone https://github.com/mrAvi07/fastapi_blog.git cd fastapi-

Avinash Alanjkar 1 Oct 08, 2022
A server hosts a FastAPI application and multiple clients can be connected to it via SocketIO.

FastAPI_and_SocketIO A server hosts a FastAPI application and multiple clients can be connected to it via SocketIO. Executing server.py sets up the se

Ankit Rana 2 Mar 04, 2022
Ready-to-use and customizable users management for FastAPI

FastAPI Users Ready-to-use and customizable users management for FastAPI Documentation: https://fastapi-users.github.io/fastapi-users/ Source Code: ht

FastAPI Users 2.3k Dec 30, 2022
Cache-house - Caching tool for python, working with Redis single instance and Redis cluster mode

Caching tool for python, working with Redis single instance and Redis cluster mo

Tural 14 Jan 06, 2022
ไบฌไธœๅ›พ็‰‡็‚นๅ‡ป้ชŒ่ฏ็ ่ฏ†ๅˆซ

ไบฌไธœๅ›พ็‰‡้ชŒ่ฏ็ ่ฏ†ๅˆซ ๆœฌ้กน็›ฎๆ˜ฏ@yqchilde ๅคงไฝฌ็š„ JDMemberCloseAccount ่ฏ†ๅˆซๅ›พๅฝข้ชŒ่ฏ็ (#45)ๆ€่ทฏ้ชŒ่ฏ๏ผŒ่‹ฅไฝ ไนŸๆœ‰ๆ€่ทฏๅฏไปฅๆไบคIssueๅ’ŒPRไนŸๅฏไปฅๅœจ @yqchilde ็š„ TG็พค ๆ‰พๅˆฐๆˆ‘ ๅฃฐๆ˜Ž ๆœฌ่„šๆœฌๅชๆ˜ฏไธบไบ†ๅญฆไน ็ ”็ฉถไฝฟ็”จ ๆœฌ่„šๆœฌ้™คไบ†้‡‡้›†ๅค„็†้ชŒ่ฏ็ ๅ›พ็‰‡ๆฒกๆœ‰ๅ…ถไป–ไปปไฝ•ๅŠŸ่ƒฝ๏ผŒไนŸ

AntonVanke 37 Dec 22, 2022
โœจ๏ธ๐Ÿ SPARQL endpoint built with RDFLib to serve machine learning models, or any other logic implemented in Python

โœจ SPARQL endpoint for RDFLib rdflib-endpoint is a SPARQL endpoint based on a RDFLib Graph to easily serve machine learning models, or any other logic

Vincent Emonet 27 Dec 19, 2022
API written using Fast API to manage events and implement a leaderboard / badge system.

Open Food Facts Events API written using Fast API to manage events and implement a leaderboard / badge system. Installation To run the API locally, ru

Open Food Facts 5 Jan 07, 2023
Hyperlinks for pydantic models

Hyperlinks for pydantic models In a typical web application relationships between resources are modeled by primary and foreign keys in a database (int

Jaakko Moisio 10 Apr 18, 2022
FastAPI native extension, easy and simple JWT auth

fastapi-jwt FastAPI native extension, easy and simple JWT auth

Konstantin Chernyshev 19 Dec 12, 2022
A set of demo of deploying a Machine Learning Model in production using various methods

Machine Learning Model in Production This git is for those who have concern about serving your machine learning model to production. Overview The tuto

Vo Van Tu 53 Sep 14, 2022
๐Ÿš€ Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker

FastAPI + React ยท A cookiecutter template for bootstrapping a FastAPI and React project using a modern stack. Features FastAPI (Python 3.8) JWT authen

Gabriel Abud 1.4k Jan 02, 2023
Simple web app example serving a PyTorch model using streamlit and FastAPI

streamlit-fastapi-model-serving Simple example of usage of streamlit and FastAPI for ML model serving described on this blogpost and PyConES 2020 vide

Davide Fiocco 291 Jan 06, 2023
Beyonic API Python official client library simplified examples using Flask, Django and Fast API.

Beyonic API Python Examples. The beyonic APIs Doc Reference: https://apidocs.beyonic.com/ To start using the Beyonic API Python API, you need to start

Harun Mbaabu Mwenda 46 Sep 01, 2022
Adds GraphQL support to your Flask application.

Flask-GraphQL Adds GraphQL support to your Flask application. Usage Just use the GraphQLView view from flask_graphql from flask import Flask from flas

GraphQL Python 1.3k Dec 31, 2022
A dynamic FastAPI router that automatically creates CRUD routes for your models

โšก Create CRUD routes with lighting speed โšก A dynamic FastAPI router that automatically creates CRUD routes for your models

Adam Watkins 950 Jan 08, 2023
Keepalive - Discord Bot to keep threads from expiring

keepalive Discord Bot to keep threads from expiring Installation Create a new Di

Francesco Pierfederici 5 Mar 14, 2022
A FastAPI Plug-In to support authentication authorization using the Microsoft Authentication Library (MSAL)

FastAPI/MSAL - MSAL (Microsoft Authentication Library) plugin for FastAPI FastAPI - https://github.com/tiangolo/fastapi FastAPI is a modern, fast (hig

Dudi Levy 15 Jul 20, 2022
Generate Class & Decorators for your FastAPI project โœจ๐Ÿš€

Classes and Decorators to use FastAPI with class based routing. In particular this allows you to construct an instance of a class and have methods of that instance be route handlers for FastAPI & Pyt

Yasser Tahiri 34 Oct 27, 2022