Labsco
delocdev logo

Deloc

โ˜… 4

from delocdev

Deploy static sites and dashboards from your AI tool with one command. Get a shareable URL in seconds.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredQuick setup

Deloc

Deploy static web apps to a shareable URL in seconds โ€” from your terminal or your AI coding agent.

Deloc is the fastest way to ship a static web app and share it with your team. This repo contains the open-source clients that talk to the Deloc hosting service:

  • @deloc/cli โ€” npx @deloc/cli deploy from any terminal
  • @deloc/mcp โ€” MCP server so Claude Code, Cursor, and other agents can deploy on your behalf

What you get

  • Works with any static site โ€” React, Vue, Svelte, plain HTML, or anything with an index.html
  • JSX/TSX files deploy directly โ€” single or multi-file React projects work with no build step
  • Instant URLs โ€” deploy in seconds, share immediately
  • Password protection โ€” restrict access with a single parameter
  • OG previews โ€” set custom images and descriptions for Slack/X link previews
  • Auth at the edge โ€” Deloc's Cloudflare Worker can lock published apps to a list of allowed email domains. Publishers never write auth code.

Free tier

Three live apps, 100MB total storage, 30-day auto-expiry, 1GB bandwidth per app per month. Password protection included. No credit card.

Need more? See deloc.dev/pricing for Pro ($10/mo), Pro Unlimited ($25/mo), Team ($35/publisher/mo), and Enterprise.

How it works

your project โ†’ @deloc/cli or @deloc/mcp โ†’ api.deloc.dev โ†’ Cloudflare R2
                                                            โ†“
                                                  Cloudflare Worker (edge)
                                                            โ†“
                                                    *.deloc.app URL

The CLI and MCP are thin clients around a single HTTP API. They zip your build output, upload it, and return a URL. All hosting, CDN, auth, and abuse prevention happens server-side on Deloc's infrastructure.

Repository layout

packages/
  cli/      @deloc/cli      CLI entry point and commands
  mcp/      @deloc/mcp      MCP server + tools exposed to AI agents
  shared/   @deloc/shared   shared types, constants, build/upload helpers
                            (bundled into cli and mcp at build time)

Development

See CONTRIBUTING.md for local dev setup, conventions, and how to run against a local API.

Quick start:

pnpm install
pnpm -r build
pnpm -r test

Security

If you find a security issue, please email security@deloc.dev rather than opening a public issue. See SECURITY.md.