# rednafi/fastapi-nano

🐍 Simple FastAPI template that mimics Flask's blueprint directory structure

Repository: https://github.com/rednafi/fastapi-nano
Canonical: https://ross.abutalabs.com/products/fastapi-nano
Language: Python
License: MIT
License Family: permissive
Last push: 2026-08-17T18:41:09+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 2289, "days_push": 16, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1035, forks 102 (observed 2026-08-28T04:03:18.904895+00:00)

## What it is
A minimal FastAPI project template that organizes code using Flask-style blueprint directory structure. It ships with OAuth2 JWT authentication, Argon2 password hashing, CORS, Docker multi-stage builds, and Caddy reverse proxy setup.

## Use cases
- start a new FastAPI backend project
- fastapi project structure like flask blueprints
- fastapi template with jwt authentication
- dockerized fastapi starter with caddy reverse proxy
- small to medium backend api boilerplate in python
- fastapi starter with oauth2 password login
- learn how to structure a fastapi app

## When to choose
- starting a small to medium FastAPI backend from scratch
- you prefer Flask's divisional blueprint layout in FastAPI
- you want batteries-included auth, CORS, and Docker setup out of the box

## When to avoid
- you need a large-scale architecture with microservices or async task queues
- you use a different web framework like Django or Flask
- you need a full production stack with databases, migrations, and monitoring included

## Facets
- artifact type: learning-resource
- maturity: active
- function: web-framework, auth, api-framework, middleware
- domain: web-development, backend, developer-tools, apis
- platform: python, self-hosted, cross-platform
- tags: fastapi, boilerplate, template, flask-blueprints, jwt-authentication, uvicorn, caddy, docker, boilerplate

## Member repositories
- rednafi/fastapi-nano (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:18.904895+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:33:49.298384+00:00, confidence not recorded.
  - readme: https://github.com/rednafi/fastapi-nano (fetched 2026-08-28T04:03:18.904895+00:00, sha a18ba3ef5e83)
- Data as of 2026-08-30T08:39:29.467469+00:00.
