Skip to main content
About

Krexel is hosting built for AI agents.

Krexel is a web hosting platform that exposes deploy, patch, and rollback operations as structured tools to AI coding agents — so Claude Code, Cursor, Windsurf, ChatGPT, GitHub Copilot, and other MCP-compatible clients can ship a static site in 60 seconds and keep editing the live site in 8-second patches, without driving a git workflow.

The short version

Krexel was founded in 2026 by Saad (Saad Rahman) as Syfer Web Ltd. It is the first hosting platform designed around the Model Context Protocol (MCP) — the open standard for connecting AI agents to tools and data. Before Krexel, the only way to ship a site from an AI was to drive a git workflow. Krexel removes the ceremony and gives the AI a direct deploy loop.

The product runs on Cloudflare's edge network. The CLI is open-source (MIT) at npmjs.com/package/krexel. The MCP server is open-source at npmjs.com/package/krexel-mcp. The hosted product (with custom domains, dashboard, and team features) is a paid plan starting at $10/month. A free tier is available at yourname.krexel.app subdomains.

What it does

  • Nine MCP tools (ship, patch, rollback, get_current_site, read_file, write_file, delete_file, list_files, init) that any AI client can call.
  • 8-second patch deploys for single-file edits — no full rebuild, no git commit, no deploy queue.
  • 0.1 deploys of quota per patch (vs 1.0 per full ship) so iteration is cheap.
  • Custom domains with auto-provisioned Let's Encrypt certs in under 60 seconds.
  • Built on Cloudflare's edge — same network Vercel and Cloudflare Pages use, same global reach.
  • Open-source CLI and MCP server. The hosted product is optional.

The team

Krexel is a solo founder project. Saad designs, builds, and ships every part of the product. There is no outside investment, no co-founder, and no advisory board. The company is registered as Syfer Web Ltd.

If you want to follow along or contribute, the public touchpoints are: the changelog (every shipped feature, oldest to newest), the blog (deep-dives on the design decisions), and the Discord.

Try it

npm install -g krexel
krexel login
krexel deploy

Or read the getting started guide to ship from Claude Code, Cursor, or Windsurf.