CLI toolkit - Create FastAPI, dbt, AI services and more applications quickly
Project description
โก fast-stack-forge
FastForge is a powerful, Symfony-style CLI scaffolder designed to bootstrap and accelerate the development of FastAPI applications. It provides a robust, production-ready directory structure, fully integrated with uv for lightning-fast package management, alongside essential utilities like rate limiting, scheduling, WebSocket management, and JWT middleware.
โจ Features
- Rapid Scaffolding: Generate full FastAPI projects with a single command.
- Entity Generation: Automatically create models, schemas, controllers, and routers for your database entities.
- AI Service Integration: Instantly scaffold RAG, Agentic, and OCR services powered by LLMs (OpenAI, Anthropic, Mistral, Azure).
- dbt Support: Built-in commands to initialize and manage analytical engineering pipelines.
- Data Sync: Generate ELT scripts to sync NoSQL databases (like MongoDB) to relational databases (like PostgreSQL).
- Production-Ready: Includes pre-configured JWT middleware, rate limiting (slowapi), background scheduling (apscheduler), and WebSockets.
๐ Installation
Since FastForge manages virtual environments and dependencies via uv, you should install it globally using uv tool:
uv tool install fast-stack-forge
(Alternatively, you can install from source: uv tool install git+https://github.com/SavanTech25/fast-stack-forge.git)
๐ ๏ธ Usage
1. Initialize a Project
To bootstrap a new project, use the init command. You can specify your preferred database engine (sqlite, postgresql, mysql, or mongodb).
fast-stack-forge init my_project --db mongodb
This will create a structured FastAPI project that utilizes pyproject.toml and a Makefile for streamlined development.
2. Run the Scaffolded Project
Navigate into your generated project and install dependencies:
cd my_project
make install
source .venv/bin/activate
Start the development server:
make run
3. Generate Entities (Models, Schemas, Controllers, Routers)
FastForge features a make:entity command that automatically generates your boilerplate code for a given entity. Make sure you run this from the root of your newly created project!
fast-stack-forge make:entity User name:string age:int email:string:hash is_active:bool
Field Syntax: name:type[:modifier]
- Types:
string,int,float,bool,text,date,datetime - Modifiers:
encrypt,hash,nullable,fk=ModelName
4. FastForge ETL (dbt Integration)
FastForge now includes native scaffolding for analytical engineering via dbt!
To initialize a complete dbt project package inside your src/ directory:
fast-stack-forge init:etl my_dbt_project --archi medallion --connector local
--archi: Choosedefault(stg, int, mart),medallion(bronze, silver, gold), orstar(raw, dim, fact).--connector: Chooselocal(DuckDB),snowflake,bigquery, orpostgres.
To quickly scaffold a dbt model inside your project without boilerplate:
fast-stack-forge make:dbt fact_user --view --incremental --layer silver
--view: Sets materialization toview.--incremental: Configures incremental logic automatically.
5. Generate AI Services
FastForge includes a powerful make:service command that instantly scaffolds production-ready AI services (RAG, Agents, OCR) connected directly to your FastAPI routes.
fast-stack-forge make:service DocumentOCR --type ocr --provider azure
Options:
--type: Chooserag(Retrieval-Augmented Generation),agent(Tool-calling Agent),agentic(Workflow State Graph), orocr(Vision Extraction).--provider: Chooseopenai,anthropic,mistral,gemini, orazure.--vector-store: (Forragtype only). Choosechroma(Local),qdrant(Cloud/Docker), orsupabase(PostgreSQL/pgvector). Defaults tochroma.
Example: Building a fully-functional RAG service with Qdrant and OpenAI
fast-stack-forge make:service HelpdeskBot --type rag --provider openai --vector-store qdrant
This generates the HelpdeskBotService integrated with langchain-openai, langchain-qdrant, and automatically exposes a POST /helpdeskbot endpoint with JWT authentication in your FastAPI app!
6. Generate Data Sync Scripts (ELT)
To support the standard dbt architecture (where your operational database needs to be replicated to your analytical database), you can use the make:sync command.
fast-stack-forge make:sync MongoToPg --source mongodb --dest postgres
This scaffolds a pure-Python sync script utilizing pymongo, pandas, and sqlalchemy. The generated script handles flattening NoSQL documents and automatically syncing them to PostgreSQL, with built-in APScheduler boilerplate for continuous execution.
๐๏ธ Architecture
When you initialize a project with FastForge, it generates a clean, modular structure.
Generated Directory Structure
(Note: PyPI does not support Mermaid diagrams natively, so here is the ASCII representation of the architecture)
my_project/
โโโ Makefile
โโโ pyproject.toml
โโโ README.md
โโโ app/
โ โโโ main.py <-- FastAPI entry point, imports db & limiter
โโโ src/
โโโ my_project/
โโโ controller/ <-- Business logic
โโโ data/ <-- database.py
โโโ entity/ <-- ORM Models
โโโ middleware/ <-- middleware.py (JWTBearer)
โโโ router/ <-- API Routes
โโโ schema/ <-- Pydantic Models
โโโ service/ <-- Generated AI Services
โโโ utils/
โโโ connection_manager.py
โโโ crud_router.py
โโโ limiter.py
โโโ scheduling.py
Explanation of Components
app/main.py: The main FastAPI entry point. It handles lifecycle events (connecting to the database, starting schedulers) and attaches rate limiters.src/{project_name}/: Your primary application package, automatically recognized bypyproject.tomlanduv.entity/: Database models (SQLAlchemy or motor/MongoDB depending on yourinitchoice).schema/: Pydantic models for validation and serialization.controller/: Business logic and database interaction functions.router/: API route definitions, connected to your controllers.data/: Database configuration and connection setup.middleware/: Contains pre-configuredJWTBearermiddleware for instant authentication handling.utils/:limiter.py: Pre-configuredslowapirate limiting.scheduling.py: Asynchronous background task scheduler viaapscheduler.connection_manager.py: Generic WebSocket manager.crud_router.py: A generic factory for building standard CRUD routes effortlessly.
๐ค Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request if you have ideas for new features or improvements.
๐ License
This project is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_stack_forge-1.0.3.tar.gz.
File metadata
- Download URL: fast_stack_forge-1.0.3.tar.gz
- Upload date:
- Size: 48.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
183deaa06e9ad9600c028db602704714095e1129d9cec0b273a3837de4264b1d
|
|
| MD5 |
a7bd92716ba16a42a38fb3cb1b03eb9d
|
|
| BLAKE2b-256 |
8e97552a1148a1425770bc7681d6216ecd00350ac653181a10469a9d87232b10
|
Provenance
The following attestation bundles were made for fast_stack_forge-1.0.3.tar.gz:
Publisher:
publish-pypi.yml on SavanTech25/fast-stack-forge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fast_stack_forge-1.0.3.tar.gz -
Subject digest:
183deaa06e9ad9600c028db602704714095e1129d9cec0b273a3837de4264b1d - Sigstore transparency entry: 1562500121
- Sigstore integration time:
-
Permalink:
SavanTech25/fast-stack-forge@20849f5c389371e366c1ca73ac5f4620c22ee119 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SavanTech25
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@20849f5c389371e366c1ca73ac5f4620c22ee119 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fast_stack_forge-1.0.3-py3-none-any.whl.
File metadata
- Download URL: fast_stack_forge-1.0.3-py3-none-any.whl
- Upload date:
- Size: 71.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f12eeb9c339461499105263c86c956d495e928ed1aa5cc7437bf297d56f8fcfa
|
|
| MD5 |
7053820ddfcfac173c885c1bb113ca1c
|
|
| BLAKE2b-256 |
279f68c77eff433bd80257d658e4d501de2b421ebf974142517d42d5b48fe1b0
|
Provenance
The following attestation bundles were made for fast_stack_forge-1.0.3-py3-none-any.whl:
Publisher:
publish-pypi.yml on SavanTech25/fast-stack-forge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fast_stack_forge-1.0.3-py3-none-any.whl -
Subject digest:
f12eeb9c339461499105263c86c956d495e928ed1aa5cc7437bf297d56f8fcfa - Sigstore transparency entry: 1562500203
- Sigstore integration time:
-
Permalink:
SavanTech25/fast-stack-forge@20849f5c389371e366c1ca73ac5f4620c22ee119 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/SavanTech25
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@20849f5c389371e366c1ca73ac5f4620c22ee119 -
Trigger Event:
workflow_dispatch
-
Statement type: