elizaga.dev / blueprint-designer
Design the Architecture.
Agents Build the Product.
A visual product blueprint designer where operators select proven architectural patterns, customize parameters, and submit to AI agents who scaffold, build, test, and deploy the entire product.
What It Is
Blueprint Designer is a visual drag-and-drop tool for designing product architectures — not websites, not wireframes, but complete product blueprints that AI agents can execute autonomously.
Think Silex meets Terraform: you visually assemble components (API, database, auth, frontend, queue, cache), connect them, configure parameters, and export a machine-readable blueprint. Submit it to Nate Factory, and agents decompose it into atomic tasks, build each piece in isolated worktrees, gate quality checkpoints, and ship.
The Shift: Engineers → Operators
Software engineers are rising into AI agentic operators. Architects become conductors of intelligent orchestras. Developers click blueprints and watch full-stack ecosystems assemble themselves.
This isn't replacement — it's elevation. You still need deep architectural understanding. But instead of writing every line, you select the score and raise the baton.
- Old: Idea → engineer writes code for weeks → deploy
- New: Idea → select blueprint → customize parameters → agents build in hours → deploy
Blueprint Catalog
Pre-designed, battle-tested product blueprints organized by category. Each contains a PRD, architecture spec, task decomposition, and configuration defaults.
SaaS Web Application
Full-stack web apps with auth, dashboard, API, database. JWT, role-based access, admin panel.
web-applicationAPI Service
Backend APIs and microservices. REST or GraphQL, rate limiting, OpenAPI docs, health checks.
api-serviceData Pipeline
ETL, ingestion, and processing flows. Scheduled scrapers, market data feeds, transform-and-load.
data-pipelineStatic Site
Content sites, landing pages, docs. Blog, portfolio, documentation with CMS integration.
static-siteAutomation Agent
Bots, scrapers, scheduled workers. Discord bots, cron workers, monitoring agents.
automationMobile Hybrid
Cross-platform mobile apps. React Native shell, navigation, auth flow, push notifications.
mobile-hybridBlueprint Anatomy
Each blueprint is a self-contained directory with everything an agent needs to build autonomously.
blueprint.yaml
Three Value Layers
| Layer | What | Value | Access |
|---|---|---|---|
| Blueprint Spec | YAML format + JSON schema | Ecosystem standard | Open (free forever) |
| Blueprint Designer | Visual canvas UI | Productivity tool | Commercial (SaaS) |
| Blueprint Executor | AI agent orchestration | Automated product building | Commercial (SaaS) |
The spec is open. The tools are commercial. This is the Terraform model: open spec (HCL), free CLI, paid cloud platform.
Who It's For
Solo Founders
Design a SaaS blueprint, submit to agents, get an MVP in hours instead of weeks. No hiring required.
Dev Agencies
Maintain a library of client-proven blueprints. New projects start from patterns that already work.
Enterprise Architects
Design internal platform blueprints. Teams self-serve from a curated catalog instead of filing tickets.
Educators
Students learn architecture by assembling blueprints visually, then watch agents execute them.
Competitive Landscape
| Platform | What They Do | Gap |
|---|---|---|
| v0 (Vercel) | AI generates UI from prompts | Frontend only, no architecture, no reuse |
| Bolt.new | AI scaffolds full-stack apps | No structured blueprints, no quality gates |
| Cursor / Windsurf | AI-assisted coding in IDE | Still requires engineering; assists, doesn't orchestrate |
| Silex | Drag-and-drop website builder | Websites only, no backend, no agent execution |
| Terraform | Infrastructure-as-code | Infrastructure only, not product architecture |
| Blueprint Designer | Visual product architect + agent executor | The full loop |
Pricing Model
Maker
CLI validator, 3 blueprints/mo, community catalog access
Builder
Visual designer, unlimited blueprints, 5 agent executions/mo
Factory
Unlimited executions, marketplace access, priority agents
Enterprise
Self-hosted executor, private catalog, SSO, SLA
Execution credits beyond tier limits: $5–$50 per build depending on complexity. Marketplace rev-share: 70/30.
Ecosystem Fit
- poe'aaa sells the philosophy (engineers become operators)
- Blueprint Designer sells the tool (visual design → agent execution)
- Queen-Hive sells the implementation (enterprise orchestration)
- Nate Factory is the engine under all of it
Each layer feeds the next. A reader of poe'aaa becomes a Blueprint Designer user becomes a Queen-Hive customer.
Current Status
- Blueprint YAML spec — defined
- Blueprint templates directory — created
- Nate Factory (agent executor) — operational
- Queen-Hive (orchestrator) — operational
- Visual drag-and-drop designer — concept phase
- Blueprint marketplace — planned
- CLI validator — planned