full-stack-fastapi-template
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. (by fastapi)
Rocket
A web framework for Rust. (by rwf2)
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
| full-stack-fastapi-template | Rocket | |
|---|---|---|
| 31 | 165 | |
| 40,026 | 25,557 | |
| 3.3% | 0.4% | |
| 9.5 | 5.8 | |
| 8 days ago | 3 months ago | |
| TypeScript | Rust | |
| MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
full-stack-fastapi-template
Posts with mentions or reviews of full-stack-fastapi-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-10.
- Crushing the Command Line: How I Used Amazon Q to Build a Smarter FastAPI Scaffolder
Existing scaffolding tools like the official FastAPI template often lack production readiness or are too rigid. This tool is built to be both flexible and easy to use.
- Python Kafka
Flask Tutorial: https://palletsprojects.com/p/flask/ FastAPI Tutorial: https://github.com/tiangolo/full-stack-fastapi-template Django REST Framework Tutorial: https://www.django-rest-framework.org/tutorial/quickstart/ Nginx Configuration Guide: https://docs.nginx.com/nginx/admin-guide/web-server/web-server/ Confluent Kafka Python Client: https://docs.confluent.io/platform/current/clients/api-docs/confluent-kafka-python.html Remember: This is a high-level overview. Each step involves further research and configuration based on your specific requirements.
- How to Manage and Migrate Docker Volumes for PostgreSQL
Full Stack FastAPI Template
- Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication
This project is a modification of the authentication flow of the awesome repository made by tiangolo at full-stack-fastapi-postgresql
- Do you know any quality FastAPI starter projects?
- What is a sensible way to go about designing an authentication microservice?
FastAPI with a PostgreSQL database: https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master
- Faster way to kickstart and develop backend REST apis?
- Is a Framework like Django possible in Rust
Ha! I do write SQL since that's where I cut my teeth many years ago. But I mostly use stored procedures where possible. I prefer not to use ORMs - sorry I don't find that side work... I am not saying Django's was bad or inferior, just do not prefer it. For FastAPI - maybe you missed the various repos with everything you mentioned was missing (there are great ones directly from the maintainer as well as others). No more glue than what you find in all the modules in a large Django project, just maybe in different forms and flavors. Besides, we're here to talk about Rust, making me wonder why we're debating two Python projects. Yes, I fell in love with Django, the romance faded in 2018, and I moved on. Feel free to enjoy using it - I'm not trying to sway you away from it!
- Is there any open source project that uses FasAPI?
- How to build a scalable project file structure for a beginner.
I've just recently switched to a structure that follows Netflix's Dispatch application after starting with https://github.com/tiangolo/full-stack-fastapi-postgresql and it feels way better and organized.
Rocket
Posts with mentions or reviews of Rocket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-10-29.
- Top 5 Rust Frameworks (2025)
Rocket Official Documentation
- Exploring the top Rust web frameworks
Rocket has evolved into a highly usable, performant framework with active development and over 25k GitHub stars. Here is a simple example of a Rocket server that takes two query parameters and returns a Happy Birthday message:
- Best Backend Frameworks for 2025: A Developer's Guide to Making the Right Choice
Rocket: Rust's Type-Safe API Builder
- Rusty Backends
To find answers, we wanted to get our hands dirty with three popular Rust web frameworks including rocket, axum, and actix, and get a feeling for their performance, features, and most importantly the developer experience.
- How to Set Up a Local Docker Environment with Rust and Rocket
In this post, we'll explore how to set up a local development environment for a Rust web application using the Rocket framework and Docker. The setup includes automatic recompilation and logging whenever you update your code. Here's how it works, step by step.
- Rocket.rs lightspeed web server
Today we talk about Rocket.rs, a web framework that uses Rust as a backend language. π
- Rust needs a web framework for lazy developers
I was surprised not to see Rocket (https://rocket.rs/) mentioned among the frameworks the author listed; I havenβt used it myself because I _like_ the more unopinionated axum/actix-web, but as I understand it its goals are much more in the vein of what the author wants in a batteries-included framework.
- Sponsoring the Rust-based Rocket Web framework
At the bottom of the Rocket web site there are a few sponsors listed Kindness.ai, ohne Makler, 1Password, Signal Insight, and Edwin Olback. There are more sponsors on GitHub sponsors page
- Top 10 Rusty Repositories for you to start your Open Source Journey
4. Rocket
- What is the best library to write a SCADA-like application for web?
If you want something simpler/more minimal, you could use https://rocket.rs/ for the backend and handle the front-end however you want.
What are some alternatives?
When comparing full-stack-fastapi-template and Rocket you can also consider the following projects:
docker-rails-example - A production ready example Rails app that's using Docker and Docker Compose.
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
fastapi-users - Ready-to-use and customizable users management for FastAPI
hyper - An HTTP library for Rust
fastapi-react - π Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
loco - π π¦ The one-person framework for Rust for side-projects and startups
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured