EdgeSpark for Claude Code

A skill that ships what Claude Code builds.

Add the EdgeSpark plugin and Claude Code gains a deploy skill: it provisions a database, auth, and storage and pushes your app live on the edge — without you leaving the conversation.

One plugin to installClaude Code runs the deployLive URL back in the chat

What the skill adds to Claude Code

Deploy from the chat

Claude Code calls the EdgeSpark CLI through the skill. Ask it to ship and it deploys — you never touch a dashboard or wrangler.

A managed SQL database

Schemas are declared in TypeScript with Drizzle ORM. Claude Code runs the migrations; your app stores real data.

Auth without writing auth

Managed OAuth and email sign-in via configuration — sessions and CSRF handled by the platform, wired up by the agent.

Live on the global edge

Apps run on Cloudflare Workers infrastructure, close to your users, with no servers for you to manage.

Type-safe end to end

Server schemas and SDK types are generated together, so the frontend Claude Code writes stays in sync with the backend.

Two skills, not one

“building-edgespark-apps” handles backend, data, and deploys; “edgespark-frontend-design” keeps the UI Claude Code generates clean.

How to use it

Three steps to a live app.

  1. 1

    Install the skill

    Paste one line into Claude Code — it installs the CLI and the EdgeSpark plugin on its own.

    Fetch and follow the guide on https://cdn.edgespark.dev/onboarding/install.txt
  2. 2

    Sign in & pay

    Unlock the live URL your agent deploys into — less than a coffee.

    $1/mo · Starter plan

  3. 3

    Tell Claude Code to deploy

    Say it in plain words. You get back a live URL — with a database, login, and storage.

    deploy this

Launch plan

Pick a plan, then ship.

Choose a paid workspace and unlock the live URL Claude Code deploys into. A free tier is available later from the dashboard.

Starter

$1/mo
Projects per organizationUp to 5
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta100 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta512 MB
SupportCommunity

Pro

Most popular
$5/mo
Projects per organizationUp to 50
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta512 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta256 GB
SupportPriority

Frequently asked questions

How do I install the EdgeSpark skill in Claude Code?
Paste one line into Claude Code: “Fetch and follow the guide on https://cdn.edgespark.dev/onboarding/install.txt”. It installs the EdgeSpark CLI, signs you in, and adds the plugin. You can also run “claude plugin marketplace add edgesparkhq/claude-plugins” and install the EdgeSpark plugin, then “/reload-plugins”.
What is the difference between the skill and the plugin?
The plugin is what you install in Claude Code; it bundles the EdgeSpark skills the agent uses while building and deploying. In day-to-day use you just ask Claude Code to deploy and it uses the skill.
What does Claude Code actually deploy?
A full-stack web app — a frontend plus a backend with a managed database, authentication, and object storage — running on Cloudflare Workers infrastructure at a URL like your-app.edgespark.app.
Does this run or host the Claude Code agent itself?
No. Claude Code runs in your terminal as usual. EdgeSpark is the deployment target for the app it writes — it does not run or host the agent.