Tell your AI what to build. Invoker deploys it to a live URL in seconds. HTML, React, multi-file apps — no git, no CI, no config.
How It Works
Invoker gives your AI agent a deploy tool. The rest is automatic.
→ you
“Build a waitlist page and deploy it to invoker”
→ tool call
invoker.deploy({
slug: "my-launch",
html: "..."
})
✓ deployed
my-launch.invoker.page
Ready to share
Quick Start
Add one config block. Invoker shows up as a deploy tool in your next conversation.
{
"mcpServers": {
"invoker": {
"command": "npx",
"args": ["-y", "invoker-mcp"]
}
}
}
Then tell Claude: “Build and deploy a React todo app to invoker”
What Developers Say
“I needed a waitlist page for our launch in 20 minutes. Told Claude to build one, Invoker deployed it, and I had signups coming in before my coffee got cold.”
Sarah Chen
Founding Engineer, Stackwise
“Invoker turned Claude into my personal DevOps team. I build and ship React mini-apps in a single conversation. It’s the fastest way to go from idea to live URL.”
Marcus Rivera
Full-Stack Developer
“I’m not a developer but I deployed a full portfolio site in an afternoon. Described what I wanted, Claude built it, Invoker shipped it. Zero friction.”
Priya Sharma
Product Designer, Relay
“Went from idea to a live React app with a custom slug in about 90 seconds. Multi-file, client-side routing, everything just worked. No Vercel, no config files.”
Jake Morrison
Indie Hacker
“We use Invoker for every hackathon demo. Participants describe what they want, Claude builds it, and there’s a live URL to share with judges within minutes.”
Lena Kowalski
DevRel, Meridian
Integrations
Invoker speaks MCP. Any AI that supports the protocol can deploy live pages.
Claude
Available NowChatGPT
Coming SoonVS Code Copilot
Coming SoonCursor
Available NowWindsurf
Coming SoonCapabilities
Push any HTML to a live, public URL instantly. No git, no CI, no waiting.
Deploy HTML, CSS, JS, images, and more as a single site. Every file served from the same subdomain.
Use React, Preact, or any CDN-based framework — no build step needed. SPA routing fallback included.
Waitlist pages, contact forms, and more. Use as-is or tell Claude to customize before deploying.
View all your live deployments, manage API keys, and update or tear down sites at any time.
Every deploy gets its own subdomain: your-slug.invoker.page. Choose your slug or let us generate one.
Lock any page behind a password or make it private with a shareable token link. Your AI sets it up in one deploy call — no extra config needed.
Password gate
Visitors see a branded lock screen. Enter the correct password to unlock — session persists for 24 hours.
Shareable token link
Get a ?_token=… URL to share with specific people — bypasses the password gate entirely.
Showcase
See what a single message can build.
→ prompt
“Waitlist page with animated gradient”
→ prompt
“React todo app with local storage”
→ prompt
“Hackathon event page with countdown”
→ prompt
“Multi-page SPA dashboard with routing”
Resources