API + CLI + MCP Server

Text prompt in,
deployed app out.

Generate and deploy interactive micro web apps from a single text prompt. Get a live URL in 20 seconds. API, CLI, or MCP — your choice.

$ slop create "a retro snake game with neon glow"

  Creating slop...
  [100%] Generation complete!

  URL:   https://slop.dev/a3f8c2
  ID:    a3f8c2e1-...

20-second deploy

Text prompt → AI builds → live URL. Images, 3D scenes, and multiplayer included.

🔌

Three interfaces

REST API, CLI tool, or MCP server. Plug into your workflow however you want.

💰

$0.50 per slop

Flat per-generation pricing. No hidden costs. Free tier with 5/month.

Simple REST API

// Create a slop
const response = await fetch("https://api.slopfeed.com/v1/slops", {
  method: "POST",
  headers: {
    "X-API-Key": "sk_live_...",
    "Content-Type": "application/json"
  }
  body: JSON.stringify({
    prompt: "mortgage calculator with charts"
  })
});

// → { id, status, poll_url, ws_url }

Pricing

Start free. Scale when you need to.

Free
$0
  • 5 slops / month
  • Web dashboard only
  • Default hosting
Popular
Developer
$19/mo
  • 50 slops / month
  • API + CLI + MCP access
  • Custom domains
Pro
$49/mo
  • 200 slops / month
  • Priority generation
  • Everything in Developer

Overage: $0.50 per slop beyond your plan limit

Get started free

No credit card required