Vercel for AI Agents

Ship Apps
From a Conversation

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

Three steps. Zero friction.

Invoker gives your AI agent a deploy tool. The rest is automatic.

1

You prompt your AI

→ you

“Build a waitlist page and deploy it to invoker”

2

Claude calls Invoker via MCP

→ tool call

invoker.deploy({
  slug: "my-launch",
  html: "..."
})

3

Live URL in seconds

✓ deployed

my-launch.invoker.page

Ready to share

Quick Start

Up and Running in 30 Seconds

Add one config block. Invoker shows up as a deploy tool in your next conversation.

claude_desktop_config.json
{
  "mcpServers": {
    "invoker": {
      "command": "npx",
      "args": ["-y", "invoker-mcp"]
    }
  }
}

Then tell Claude: “Build and deploy a React todo app to invoker”

What Developers Say

Trusted by Builders

“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.”

SC

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.”

MR

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.”

PS

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.”

JM

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.”

LK

Lena Kowalski

DevRel, Meridian

Integrations

Works With Your AI

Invoker speaks MCP. Any AI that supports the protocol can deploy live pages.

Claude

Available Now

ChatGPT

Coming Soon

VS Code Copilot

Coming Soon

Cursor

Available Now

Windsurf

Coming Soon

Capabilities

Everything You Need to Ship

Deploy to Live URL

Push any HTML to a live, public URL instantly. No git, no CI, no waiting.

Multi-file Deploys

Deploy HTML, CSS, JS, images, and more as a single site. Every file served from the same subdomain.

React & Frameworks

Use React, Preact, or any CDN-based framework — no build step needed. SPA routing fallback included.

Ready-Made Templates

Waitlist pages, contact forms, and more. Use as-is or tell Claude to customize before deploying.

Deploy Dashboard

View all your live deployments, manage API keys, and update or tear down sites at any time.

Instant Live URLs

Every deploy gets its own subdomain: your-slug.invoker.page. Choose your slug or let us generate one.

Password-Protected Pages

New

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

From Prompt to Production

See what a single message can build.

→ prompt

“Waitlist page with animated gradient”

synthwave.invoker.page

SynthWave Launch

→ prompt

“React todo app with local storage”

relay-feedback.invoker.page

React Todo App

→ prompt

“Hackathon event page with countdown”

meridian-hack.invoker.page

Hackathon Demo

→ prompt

“Multi-page SPA dashboard with routing”

stackwise-beta.invoker.page

Mini Dashboard

Resources

Everything You Need

Documentation

Guides, API reference, and examples

GitHub

Source code and contributions

npm Package

invoker-mcp on the registry