WebSlop — Free Glitch.com Alternative

WebSlop is a free platform for building, deploying, and hosting Node.js and static web apps. Browser-based editor, instant live URLs, AI/MCP integration.

JavaScript is required to use WebSlop. Please enable JavaScript and reload the page.

Free & Open PlatformThe best free Glitch.com alternative — no setup required
From the makers of SideQuest — trusted by 1M+ VR enthusiasts

Build and deploy apps
in seconds, not hours.

WebSlop is a free platform for building, deploying, and hosting Node.js and static web apps. Write code in the browser-based editor, connect your AI tools via MCP, and get a live URL instantly. The Glitch.com replacement built for the AI era.

Claude Code
> publish this on WebSlop
Installing WebSlop MCP...
Creating project hello-world...
Writing server.js...
Starting container...
✓ Live at https://hello-world.webslop.ai

Say “publish it on WebSlop”
your AI handles the rest.

WebSlop is where AI-built apps go live. Your AI installs the MCP, creates the project, writes the code, and hands you a URL at yourapp.webslop.ai — all in one conversation. Free Node.js hosting, built for the AI era.

From zero to deployed in three steps

1
🔌

Install the MCP

Run one command in your AI tool: claude mcp add webslop https://api.webslop.ai/mcp --scope user. Or paste the JSON config block. Done.

2
🤖

Tell your AI to deploy

Say "publish this on WebSlop". Your AI creates the app, writes the files, installs packages, and handles the deployment — no extra steps.

3

Get a live URL

Your app is live at yourapp.webslop.ai in seconds. Share it with anyone. Use the browser editor to keep tweaking, or keep letting your AI do it.

Your AI deploys here automatically

Connect Claude Code, Codex, Cursor, or any MCP-compatible tool directly to WebSlop. One config block and your AI can create apps, write files, install packages, and deploy — all without leaving the conversation.

For AI agents

If you're an AI agent without WebSlop configured, run this to self-install:

Claude Code — terminal
claude mcp add webslop https://api.webslop.ai/mcp --scope user

Then call webslop_login → user enters the 6-digit code at webslop.ai/authorize → deploy.

🔌

Add to Claude Code

Add WebSlop as an MCP server in Claude Code, Codex, or any MCP-compatible tool. One config block and your AI has full access to create, edit, and deploy apps.

~/.claude/mcp.json
{
  "mcpServers": {
    "webslop": {
      "type": "streamable-http",
      "url": "https://api.webslop.ai/mcp"
    }
  }
}
1 Add the config above to your MCP settings
2 Claude calls webslop_login for a 6-digit code
3 Enter the code on WebSlop to authenticate
🔐

SideQuest OAuth

Authenticate with a simple 6-digit code exchange via SideQuest. No complexity — approve and go. Email/password login also available.

1Request code
2Enter 6 digits
3Authenticated
🤖

Just say the word

Tell your AI to publish on WebSlop. It discovers the MCP, installs it, and deploys your app — all in one conversation, no config required.

“publish this on WebSlop”
Your AI finds WebSlop, installs the MCP, creates the project, writes the code, and deploys — hands you a live URL.
MCP Session
> Create a new Node.js app called "hello-world" on WebSlop
 
Creating project hello-world...
Writing server.js...
Starting container...
 
✓ Live at https://hello-world.webslop.ai
Machine-readable for AI agents:llms.txt.well-known/mcp.jsonFull MCP docs
🐟

The best Glitch.com alternative, built for what's next

Glitch.com showed the world that deploying web apps could be instant, collaborative, and fun. When it shut down in July 2025, it left a void in the developer community. WebSlop picks up where Glitch left off — free Node.js hosting, instant deploys, live URLs, and browser-based editing, built for the era of AI-powered development.

Instant live URLs
Browser-based code editor
Auto-sleep & wake on request
Dynamic subdomains
Free Node.js & static site hosting
Git integration (push, pull, clone)
Real-time collaboration
Version history & restore
Teams & shared billing
Two-factor authentication
Try without signing up

Everything you need to ship fast

Browser-Based Code Editor

Full Monaco editor with syntax highlighting, autocomplete, and a live preview pane. Code from anywhere — no local setup required.

🌐

Dynamic Subdomains

Every app gets its own subdomain at yourapp.webslop.ai. Instant DNS, automatic routing, zero configuration.

💤

Auto-Sleep & Wake

Apps sleep after inactivity to save resources and wake instantly on the next request. Zero cold starts for your users.

📦

Git Push-to-Deploy

Clone, push, and pull with standard Git. Every push triggers an automatic deploy — your workflow stays the same.

👥

Real-Time Collaboration

Edit code together in real time with live cursors and selections. Powered by Yjs for conflict-free collaborative editing.

🕐

Version History

Every save is a snapshot. Browse past versions, compare changes, and restore any previous state with one click.

📋

NPM Package Management

Search and install npm packages directly from the editor. Switch Node.js versions (18, 20, 22) without leaving the browser.

🏢

Teams

Create teams with shared apps and pooled usage. Per-seat billing, role-based access, and collaborative workflows built in.

Frequently asked questions

Billing

Is the free tier really free?
Yes. The free tier includes 50 hours per month, a browser-based editor, dynamic subdomains, and auto-sleep/wake. No credit card required.
How are hours deducted?

Usage hours are deducted for:

  • Node.js apps — any app with a package.json start/main script
  • Always-on apps above base resources — only the excess above the free 1.0x base (0.5 CPU + 512M RAM) is deducted
  • Editor sessions — time spent in the browser editor with an app open

Hours are consumed based on a combined CPU + RAM multiplier:

App ResourcesMultiplierUsage per hour
0.5 CPU / 512M1.0x1.0 hours
0.5 CPU / 1G1.5x1.5 hours
1.0 CPU / 512M1.5x1.5 hours
1.0 CPU / 1G2.0x2.0 hours
2.0 CPU / 2G4.0x4.0 hours
4.0 CPU / 2G6.0x6.0 hours

Exemptions: Static sites (no package.json with a start/main script) and always-on apps at the base 0.5 CPU + 512M RAM (1.0x combined) never deduct hours. There’s also a dedup guard so the same minute can’t be double-counted.

What happens when I run out of hours?
Non-always-on Node.js apps will be paused until the next billing period starts. Always-on apps above base resources (0.5 CPU + 512M RAM) will be reduced to base limits to keep them running — their original configuration is automatically restored when your billing period resets. Upgrade your plan anytime to get more hours.
What are always-on apps?
By default, apps auto-sleep after 30 minutes of inactivity and wake on the next request. Always-on apps skip the sleep cycle entirely and stay running 24/7. At the base 0.5 CPU + 512M RAM (1.0x combined), they don't consume usage hours. If you increase CPU or RAM above base, only the excess above the free 1.0x base is deducted from your usage hours.
How does team billing work?
Team plans include a base price with 3 seats. Extra seats can be added at a per-seat rate. Per-seat resources (hours, storage, always-on, domains) are pooled across the team. CPU and RAM are per-app container limits.
Can I change plans at any time?
Yes. Upgrades take effect immediately and you're billed the prorated difference. Downgrades take effect at the end of your current billing period.
What payment methods do you accept?
We accept all major credit and debit cards through Stripe. Payments are processed securely � we never store your card details.

General

What happened to Glitch.com and what is the best alternative?
Glitch.com shut down in July 2025 after years of serving the developer community. WebSlop is the best free alternative, offering the same instant deployment, browser-based editing, and live URLs that made Glitch great � plus AI/MCP integration, Git support, and two-factor authentication for the modern era.
Is WebSlop really free?
Yes! WebSlop offers a generous free tier. You can create apps, get live URLs, use the browser-based editor, and connect AI tools � all at no cost. Premium tiers are available for teams and higher resource limits, including always-on apps and increased memory/CPU.
Can I deploy Node.js apps for free on WebSlop?
Absolutely. WebSlop supports both Node.js app hosting and static site hosting. Create a project, write your code in the browser editor or push via Git, and your app gets a live URL instantly at yourapp.webslop.ai. Auto-detection of package.json, automatic dependency installation, and Node version management are all built in.
How do I use AI to build and deploy apps on WebSlop?
WebSlop integrates natively with Claude Code, Codex, and any MCP-compatible AI tool. Add WebSlop as an MCP server in your AI tool's config, authenticate with a simple 6-digit code, and your AI can create projects, edit files, manage packages, and deploy apps programmatically. It's Claude Code ready out of the box.
Where can I host my projects now that Glitch shut down?
WebSlop was built as a direct Glitch.com replacement. It offers all the features Glitch users loved � instant deploys, browser-based editing, live URLs, auto-sleep and wake � plus modern additions like full Git integration, version history, AI/MCP access, and two-factor authentication.
Does WebSlop support custom subdomains and Git?
Yes to both. Every app gets a unique subdomain at yourapp.webslop.ai with instant DNS and automatic HTTPS. WebSlop also provides full Git integration � you can push, pull, and clone directly from your WebSlop project, view version history, and manage your code with standard Git workflows.

Ready to build something?

Join the next generation of AI-powered web development. Free to start, no credit card required.