Built by the tool it describes

AI Agents
Ship Sites

End-to-end provisioning via MCP. AI agents build, deploy, and manage production websites from a single chat interface. From soup to nuts.

agent chat

userBuild me a landing page for my SaaS at myapp.nomadsoft.us

agentProvisioning subdomain… scaffolding app… writing code…

agentBuilding… deploying… ✓ Live at https://myapp.nomadsoft.us

Everything an agent needs to ship

A complete MCP toolkit that lets AI agents go from “build me a site” to a live, SSL-secured deployment — without human intervention.

🌐

Subdomain Provisioning

DNS, nginx, SSL certificates, and port allocation — all automated in seconds via a single MCP call.

🏗️

App Scaffolding

Choose from multiple templates (Next.js, React Router, Express) or start fresh. Installed, configured, and ready to edit.

✏️

File Editing via MCP

Agents read and write project files through a jailed MCP server. No shell access needed — safe, auditable, reversible.

🚀

Build & Deploy

One command to build and restart. PM2 keeps apps alive, auto-restarts on crash, and provides logs.

📸

Visual Verification

Agents screenshot the live site after deploying to verify their work visually — catching layout bugs humans would notice.

🤖

Multi-Model Intelligence

Backed by AWS Bedrock. Claude Haiku for speed, Sonnet for quality, with vision models for image understanding.

🔒

Safety by Design

No destructive operations via MCP. Aiblock opt-out per project. SSRF guards on all external fetches. Role-gated tool access.

Five steps. Zero humans.

The full lifecycle from empty subdomain to live production site, driven entirely by MCP tool calls from a chat agent.

01.Provision

subdomain_provision("myapp")

DNS record, nginx reverse proxy, Let's Encrypt SSL, and a port allocation — all in one call.

02.Scaffold

install_base_app("myapp", template="new")

Clone a template into /var/www, install deps, write .env with the allocated port.

03.Build

edit_file(...) → app_build("myapp")

Write your pages, components, and styles via the files MCP. Then build with zero downtime.

04.Deploy

app_restart("myapp")

Hot-restart under PM2. The site is live at https://myapp.nomadsoft.us immediately.

05.Verify

screenshot("https://myapp.nomadsoft.us")

Take a screenshot to visually confirm the deployment looks correct. Iterate if needed.

Built on proven tech

Production-grade infrastructure you already know, wired together with MCP for agent accessibility.

Next.js 16Framework
React 19UI
TypeScriptLanguage
Tailwind CSS 4Styling
AWS BedrockAI
Claude (Haiku / Sonnet)Models
MCP (Model Context Protocol)Integration
PM2Process Mgmt
nginxEdge
Let's EncryptSSL
PostgreSQLDatabase
FastMCP (Python)MCP Server
🪄

This site was built by its own tool

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.

Live on aishipmaker.com
Hackathon Project — 2026