Stop wasting hours on boilerplate and environment configuration. Start building with a world-class AI architecture in seconds.
Spec-2-Start is a lightweight, high-performance scaffolding engine designed to bridge the gap between a raw idea ("Spec") and a production-ready repository ("Start"). It provides a Top-Tier AI Setup including standardized instructions, scalable architecture, and MCP (Model Context Protocol) agent markdowns.
In the era of AI-assisted coding (Cursor, Claude, GPT-4), your repository structure is your competitive advantage. Spec-2-Start pre-configures your environment so that both you and your AI agents can work with maximum context and zero friction.
- Wizard-Driven Setup: A pure HTML/JS interface that walks you through repo selection, tech architecture, and agent configuration.
- AI-Ready Architecture: Pre-defined folder structures optimized for LLM context windows.
- MCP Agent Integration: Built-in Markdown templates for orchestrators, frontend, backend, and QA agents.
- Zero Dependencies: No
npm install, nonode_modulesclutter. Just pure, fast, and efficient logic. - Standardized Instructions: System prompts and
.cursorrulestemplates that make your AI significantly smarter.
You can run the Wizard in two ways. Both are extremely lightweight and require no build steps.
The app is pure HTML/CSS/JS. Just open the file and you are ready to go.
- Windows:
start app/index.html - macOS:
open app/index.html - Linux:
xdg-open app/index.html
Tip
No server, no Docker, no npm. It works instantly in your favorite browser.
Ideal for permanent deployment as a team service with Nginx, health checks, and security headers.
- Clone & Navigate:
git clone https://github.com/thesebastianf/spec-2-start cd spec-2-start/docker - Initialize local files:
bash init.sh # Linux / macOS .\init.ps1 # Windows (PowerShell)
- Launch:
docker compose up --build -d
- Open Browser:
http://localhost:8080
Environment Variables:
| Variable | Default | Description |
|---|---|---|
APP_PORT |
8080 |
Port where the Wizard is reachable. |
Spec-2-Start/
├── app/ # WIZARD APP (Pure HTML/CSS/JS)
├── docker/ # DOCKER DEPLOYMENT (Nginx:alpine, no build step)
├── standards/ # REPO-STANDARDS (Reference files for your AI)
│ ├── agents/ # Orchestrator, Frontend, Backend, QA templates
│ └── docker/ # Docker & Env conventions
├── templates/ # FILE TEMPLATES (README, Architecture, Copilot)
├── mockup/ # SVG MOCKUPS (Visual reference of the Wizard)
└── README.md # You are here
Run these commands from the docker/ directory:
- Rebuild & Start:
docker compose up --build -d - Stop Service:
docker compose down - View Logs:
docker compose logs -f wizard - Check Status:
docker compose ps
We are building the future of AI-driven development. If you have ideas for better MCP templates or architecture patterns, feel free to open a PR!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push & Open a Pull Request
Built with ❤️ for the AI Developer Community by thesebastianf.



