fastapi-local-dev
Included with Lifetime
$97 forever
FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)
toolchainpythonfastapi
What this skill does
# 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/`.
Related in toolchain
nextjs-core
IncludedCore Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies
toolchain
nextjs-v16
IncludedNext.js 16 migration guide (async request APIs, "use cache", Turbopack)
toolchain
vitest
IncludedVitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design
toolchain
mcp-protocol-builder
IncludedMCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
toolchain
golang-database-patterns
IncludedGo database integration patterns using sqlx, pgx, and migration tools like golang-migrate
toolchain
sveltekit
IncludedSvelteKit - Full-stack Svelte framework with file-based routing, SSR/SSG, form actions, and adapters for deployment
toolchain