fastapi-builder

Installation
SKILL.md

FastAPI Builder

Build production-ready FastAPI applications with professional structure, authentication, database integration, and deployment configurations.

Quick Start Workflow

1. Beginner: Hello World

For first-time FastAPI users, start with the minimal template:

# Copy hello-world template
cp -r assets/hello-world/* ./my-first-api/
cd my-first-api

# Install and run
pip install .
python main.py
Installs
2
First Seen
Feb 26, 2026
fastapi-builder — ameen-alam/ai-400-class