Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Fastapi

Fastapi

159 projects

Showing 36 of 159 projects

FIM Agent
FIM AgentPython

An AI-powered hub that connects disparate enterprise systems (ERP, CRM, databases) via LLM agents with dynamic DAG planning and concurrent execution.

#fastapi#ai#llm-agent
Stars1.4k
Forks152
Last commit1 day ago
fastapi-alembic-sqlmodel-async
fastapi-alembic-sqlmodel-asyncPython

A production-ready FastAPI project template with async SQLModel, Alembic, JWT authentication, RBAC, Celery, and Docker.

#fastapi#alembic#asyncio
Stars1.3k
Forks172
Last commit4 months ago
AuthX
AuthXPython

A ready-to-use and customizable authentication and OAuth2 management library for FastAPI applications.

#fastapi#authentification#oauth2
Stars1.2k
Forks62
Last commit2 days ago
ODMantic
ODManticPython

A sync and async Object Document Mapper for MongoDB built on Python type hints and Pydantic.

#fastapi#object-mapping#database
Stars1.2k
Forks97
Last commit2 months ago
FastAPI with Observability
FastAPI with ObservabilityPython

A FastAPI observability demo implementing traces (Tempo), metrics (Prometheus), and logs (Loki) with OpenTelemetry and Grafana.

#fastapi#observability#loki
Stars1.1k
Forks141
Last commit3 months ago
FastAPI Nano
FastAPI NanoPython

A simple FastAPI template with Flask-inspired blueprint directory structure for small to medium backend projects.

#fastapi#api-template#backend-boilerplate
Stars1.0k
Forks104
Last commit4 days ago
Starlette Admin
Starlette AdminPython

An extensible admin interface framework for Starlette and FastAPI applications, supporting multiple ORMs and custom backends.

#fastapi#admin-interface#crud
Stars1.0k
Forks95
Last commit4 days ago
FastAPI Mail
FastAPI MailPython

A lightweight email system for FastAPI applications, supporting individual/bulk emails and attachments.

#fastapi#jinja2#asyncio
Stars996
Forks111
Last commit1 month ago
Bitcart
BitcartPython

A free and open-source self-hosted payment processor supporting BTC, LTC, BCH, XMR, ETH, TRX, USDT, and other cryptocurrencies.

#fastapi#hacktoberfest#merchant-tools
Stars965
Forks169
Last commit11 days ago
PinePods
PinePodsRust

A self-hosted Rust-based podcast management system with multi-user support, native mobile apps, and a modern web interface.

#fastapi#hacktoberfest#postgres
Stars927
Forks62
Last commit11 days ago
FastAPI Versioning
FastAPI VersioningPython

API versioning library for FastAPI applications with decorator-based version management and automatic endpoint generation.

#fastapi#backend-development#rest-api
Stars848
Forks65
Last commit3 years ago
FastAPI JWT Auth
FastAPI JWT AuthPython

A FastAPI extension providing secure, easy-to-use JWT authentication with access/refresh tokens, WebSocket support, and CSRF protection.

#token-management#fastapi#authentication
Stars830
Forks179
Last commit2 years ago
FastAPI Login
FastAPI LoginPython

A FastAPI extension providing user session management and authentication similar to Flask-Login.

#fastapi#web-security#oauth2
Stars824
Forks68
Last commit1 year ago
Full Stack FastAPI and MongoDB - Base Project Generator
Full Stack FastAPI and MongoDB - Base Project GeneratorTypeScript

A generator for full-stack web apps with FastAPI, React, MongoDB, Docker, and built-in authentication.

#fastapi#authentication#docker-compose
Stars818
Forks122
Last commit
FastAPI Guard
FastAPI GuardPython

A security middleware library for FastAPI providing IP control, rate limiting, penetration detection, and security headers.

#fastapi#rest#web-security
Stars808
Forks42
Last commit4 days ago
FastAPI MVC
FastAPI MVCPython

A CLI tool that generates production-ready FastAPI projects with MVC architecture, Kubernetes deployment, and full development tooling.

#fastapi#helm#fastapi-template
Stars805
Forks59
Last commit2 months ago
FastAPI Limiter
FastAPI LimiterPython

A request rate limiter for FastAPI applications, powered by pyrate-limiter.

#fastapi#asyncio#dependency-injection
Stars789
Forks77
Last commit5 months ago
FastAPI SQLAlchemy
FastAPI SQLAlchemyPython

A lightweight library that provides simple SQLAlchemy integration and session management for FastAPI applications.

#fastapi#orm#database-integration
Stars757
Forks44
Last commit2 years ago
FastAPI Contrib
FastAPI ContribPython

Opinionated set of utilities on top of FastAPI

#fastapi#fastapi-template#pydantic
Stars739
Forks29
Last commit3 years ago
activist
activistTypeScript

An open-source platform for activists to discover organizations, coordinate events, and collaborate on political action.

#fastapi#activism#open-source
Stars713
Forks588
Last commit2 days ago
cookiecutter-fastapi
cookiecutter-fastapiPython

A Cookiecutter template for generating production-ready FastAPI projects with machine learning, uv, GitHub Actions, and Pytest.

#fastapi#pytest#project-template
Stars711
Forks74
Last commit11 months ago
FastAPI Azure Auth
FastAPI Azure AuthPython

Easy and secure Azure Entra ID authentication for FastAPI APIs with B2C, single-tenant, and multi-tenant support.

#fastapi#azuread#openid
Stars679
Forks77
Last commit22 days ago
FastAPI with Celery, RabbitMQ, and Redis
FastAPI with Celery, RabbitMQ, and RedisPython

A minimal example demonstrating how to integrate FastAPI with Celery using RabbitMQ and Redis for asynchronous task processing.

#fastapi#task-queue#redis
Stars669
Forks112
Last commit6 months ago
FastAPI Permissions
FastAPI PermissionsPython

Adds Pyramid-inspired row-level security and declarative permissions to FastAPI applications.

#fastapi#row-level-security#acl
Stars654
Forks49
Last commit2 years ago
ASGI Correlation ID
ASGI Correlation IDPython

Middleware for propagating and logging correlation IDs across ASGI applications to trace HTTP requests.

#fastapi#tracing#correlation-id
Stars638
Forks37
Last commit1 month ago
cookiecutter-spacy-fastapi
cookiecutter-spacy-fastapiPython

A cookiecutter template for deploying spaCy NLP models as FastAPI services compatible with Azure Search Custom Skills.

#fastapi#spacy#api-template
Stars619
Forks62
Last commit3 years ago
FastAPI Plugins
FastAPI PluginsPython

A collection of reusable plugins for FastAPI to add caching, scheduling, logging, and configuration management with minimal effort.

#fastapi#asyncio#caching
Stars614
Forks28
Last commit1 year ago
Starlette Context
Starlette ContextPython

Middleware for Starlette that stores and accesses request context data, enabling automatic logging with headers like x-request-id.

#fastapi#correlation-id#starlette
Stars613
Forks29
Last commit1 month ago
FastAPI Events
FastAPI EventsPython

An asynchronous event dispatching and handling library for FastAPI and Starlette applications.

#fastapi#event-driven#pydantic
Stars612
Forks24
Last commit1 year ago
FastAPI Model Server Skeleton
FastAPI Model Server SkeletonPython

A production-ready FastAPI skeleton app for serving machine learning models with built-in authentication and testing.

#fastapi#authentication#rest-api
Stars604
Forks90
Last commit6 months ago
geminicli2api
geminicli2apiPython

A FastAPI proxy that transforms Google's Gemini CLI into OpenAI-compatible and native Gemini API endpoints for easy integration.

#fastapi#llm-integration#streaming-api
Stars589
Forks628
Last commit7 months ago
FastAPI Clean Example
FastAPI Clean ExamplePython

A practical Clean Architecture backend example built with FastAPI featuring dependency injection, DDD, CQRS, and proper unit of work.

#fastapi#crud#software-design-patterns
Stars575
Forks79
Last commit24 days ago
Async flavor
Async flavorPython

A production-ready FastAPI CRUD API example with async/await, PostgreSQL, and comprehensive Pytest testing.

#fastapi#async-postgres#pytest
Stars562
Forks91
Last commit2 years ago
FastAPI Example
FastAPI ExamplePython

A high-performance async REST API template built with FastAPI, GINO, Arq, and Uvicorn, powered by PostgreSQL and Redis.

#fastapi#uvicorn#orm
Stars556
Forks47
Last commit3 years ago
Piccolo Admin
Piccolo AdminPython

A powerful, modern admin interface and CMS for Python, built on Piccolo ORM with Vue.js frontend.

#fastapi#admin-interface#vue-js
Stars470
Forks48
Last commit1 month ago
FastAPI Simple Security
FastAPI Simple SecurityPython

A drop-in API-key security package for FastAPI with automatic key management and local SQLite storage.

#fastapi#authentication#api-keys
Stars467
Forks31
Last commit2 years ago
PreviousPage 2 of 5Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 month ago
#Python119
#Docker48
#Sqlalchemy26
#Pydantic24
#Starlette22
#Python322
#Rest Api22
#Asyncio21
#Asgi21
#Backend19
#Postgresql18
#Authentication16