fastapi-local-dev

Installation
SKILL.md

FastAPI Local Dev

  • Dev: uvicorn app.main:app --reload
  • Imports: run from repo root; use python -m uvicorn ... or PYTHONPATH=.
  • WSL: WATCHFILES_FORCE_POLLING=true if reload misses changes
  • Prod: gunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000

Anti-patterns:

  • --reload --workers > 1
  • PM2 watch: true for Python

References: references/.

Weekly Installs
105
GitHub Stars
29
First Seen
Jan 23, 2026
Installed on
claude-code80
gemini-cli80
codex80
opencode79
github-copilot78
cursor76