End-to-end provisioning via MCP. AI agents build, deploy, and manage production websites from a single chat interface. From soup to nuts.
user › Build me a landing page for my SaaS at myapp.nomadsoft.us
agent › Provisioning subdomain… scaffolding app… writing code…
agent › Building… deploying… ✓ Live at https://myapp.nomadsoft.us
A complete MCP toolkit that lets AI agents go from “build me a site” to a live, SSL-secured deployment — without human intervention.
DNS, nginx, SSL certificates, and port allocation — all automated in seconds via a single MCP call.
Choose from multiple templates (Next.js, React Router, Express) or start fresh. Installed, configured, and ready to edit.
Agents read and write project files through a jailed MCP server. No shell access needed — safe, auditable, reversible.
One command to build and restart. PM2 keeps apps alive, auto-restarts on crash, and provides logs.
Agents screenshot the live site after deploying to verify their work visually — catching layout bugs humans would notice.
Backed by AWS Bedrock. Claude Haiku for speed, Sonnet for quality, with vision models for image understanding.
No destructive operations via MCP. Aiblock opt-out per project. SSRF guards on all external fetches. Role-gated tool access.
The full lifecycle from empty subdomain to live production site, driven entirely by MCP tool calls from a chat agent.
subdomain_provision("myapp")DNS record, nginx reverse proxy, Let's Encrypt SSL, and a port allocation — all in one call.
install_base_app("myapp", template="new")Clone a template into /var/www, install deps, write .env with the allocated port.
edit_file(...) → app_build("myapp")Write your pages, components, and styles via the files MCP. Then build with zero downtime.
app_restart("myapp")Hot-restart under PM2. The site is live at https://myapp.nomadsoft.us immediately.
screenshot("https://myapp.nomadsoft.us")Take a screenshot to visually confirm the deployment looks correct. Iterate if needed.
Production-grade infrastructure you already know, wired together with MCP for agent accessibility.
You're looking at a live demonstration. An AI agent used the AI Shipmaker MCP tools to provision this subdomain, scaffold the project, write every line of code, build it, and deploy it — all within a single chat conversation. No human touched a terminal.