farm-stack - FARM Stack Project Scaffold Tool
Scaffold FastAPI + React + MongoDB applications with project structure, config patterns, and Docker setup
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create project structure
- create environment variables
- create YAML config
- create Pydantic models
- create API routes
- create async services
- create MongoDB client
- create Dockerfile
- create docker-compose
- build frontend
- run Docker containers
- run pytest tests
Inputs
- .env file
- config/secrets.yml
- requirements.txt
- pyproject.toml
- client source code
Outputs
- project files
- config files
- Docker images
- frontend build
- test results
Requirements
- Python 3.13+
- async MongoDB
- Docker Compose
