First deploy
Deploy your first site
Once the skill is installed and your token is set, go to your project directory and open Claude Code:
cd my-project
claude
Then just say:
Deploy this with cybrix
Claude detects your project type, runs the build, packages the output, and uploads it to Cloudflare's global edge network. You get back a live URL in the chat.
What Claude does automatically
- Detects your framework (Next.js, Astro, Vite, Hugo, Eleventy, and more)
- Runs the right build command for your project
- Uploads the static output to Cybrix
- Returns a live HTTPS URL
No config files. No questions. Under 60 seconds.
Your first URL
You'll get a URL like:
https://my-site.cbrx.cc
Share it anywhere — it's live on Cloudflare's CDN immediately, with SSL included.
What happens next
Your project appears in the Cybrix dashboard where you can:
- View deploy history
- Re-deploy at any time (just say "deploy this with cybrix" again)
- Connect a custom domain (Pro plan)
Supported frameworks
Cybrix deploys any static site. Claude uses heuristic detection, so it works with any framework that produces a static output folder: Next.js (output: 'export'), Astro, Vite, Hugo, Eleventy, Jekyll, Zola, and plain HTML directories.
Server-side frameworks (Node.js, Python, Go) are not supported yet — see the VPS waitlist for when that changes.