Guide
Build a website with Claude Code, then put it online.
Claude Code is great at writing the site. The missing piece is getting it live — with a real address, a database, and a login. That is what the EdgeSpark plugin adds.
Why a Claude Code site needs a host
Claude Code can generate a whole website on your machine — pages, styling, even a backend. But a folder on your laptop is not something you can send to a customer. To go live it needs to run somewhere with a public address, and most sites worth shipping also need to store data and sign people in.
EdgeSpark is that somewhere. You install one plugin, and Claude Code can deploy the site it just wrote to the edge — returning a real URL, backed by a managed database, authentication, and file storage. You stay in the chat the whole time.
Step by step
From build to live link.
- 1
Install the EdgeSpark plugin
Paste one line into Claude Code — it installs the CLI and the plugin for you.
›Fetch and follow the guide on https://cdn.edgespark.dev/onboarding/install.txt - 2
Pick a workspace
Unlock the live URL your site is published to — less than a coffee.
$1/mo · Starter plan
- 3
Ask Claude Code to deploy
Describe the site, then tell it to ship. You get back a link anyone can open.
›build the site, then deploy it
What your published site gets
A real public URL
Your site goes live at your-app.edgespark.app, served from a global edge network so it loads fast everywhere.
A place to store data
A managed database is wired in, so forms, sign-ups, and saved content actually persist — not just static pages.
Login when you need it
Add sign-in with a line of configuration. Good for members areas, dashboards, or gated content.
No infrastructure to learn
You never configure servers or DNS. Claude Code runs the deploy through the EdgeSpark skill and hands back the link.
Launch plan
Pick a plan, then publish.
Choose a paid workspace to unlock the live URL your site is published to. A free tier is available later from the dashboard.
Starter
Pro
Most popularFrequently asked questions
- Can Claude Code build and deploy a website on its own?
- Yes. With the EdgeSpark plugin installed, Claude Code writes the site and then runs the deploy itself through the EdgeSpark skill. You just describe what you want and approve sign-in once.
- Do I need to know how to deploy a website?
- No. You do not touch servers, DNS, or build commands. Claude Code handles provisioning and the deploy; you get back a live URL.
- Can the website have a database and login?
- Yes. EdgeSpark provisions a managed SQL database and offers managed OAuth and email sign-in, so your site can store data and authenticate users out of the box.
- Where is my website hosted?
- On Cloudflare Workers infrastructure — a global edge network — at a URL like your-app.edgespark.app.