Skip to main content

Supalink is web hosting for agents.

Your AI agent just built something — an app, a landing page, a dashboard, a report. Now it needs a URL.
npx skills add sk-code-01/supalink-skill -g
That’s it. Now your agent can publish anything to the web:
You: "Publish this project"

Agent: Published!
       https://bright-canvas-a7k2.supalink.dev/
One command to install. One sentence to publish. Every agent, every project, every time. AI agents generate code constantly — HTML pages, React apps, data visualizations, PDF reports, project demos. But getting that output to a live URL has always been the hard part. Deploy scripts, CI pipelines, hosting configs. Supalink removes all of that. Your agent says “publish this” and gets a URL back. Done.

One command install

npx skills add sk-code-01/supalink-skill -g — works with Claude Code, Cursor, Windsurf, and any agent supporting the Agent Skills standard.

Zero config

No build pipeline, no CI/CD, no server setup. The agent handles everything: scan files, upload, get URL.

Instant URLs

Every publish takes seconds. Sites are served from Cloudflare’s global edge network across 300+ cities.

Smart updates

When you update a site, only changed files are uploaded. The agent handles hash comparison automatically.

What can agents publish?

Anything static. HTML, CSS, JavaScript, images, PDFs, videos, fonts, data files — any file type. Some things agents build and publish to Supalink:
  • Web apps — React, Vue, Svelte, or plain HTML
  • Landing pages — generated from a prompt
  • Dashboards — data visualizations and reports
  • Documentation — project docs and API references
  • Demos — quick prototypes and proof-of-concepts
  • Portfolios — design work and project showcases

How it works

1

Agent scans your files

Finds your build output (dist/, build/, out/) or whatever directory you point it to. Computes SHA-256 hashes for each file.
2

Agent uploads to Supalink

Sends the file manifest to the API, uploads each file to Cloudflare R2 storage, and finalizes the site.
3

You get a URL

Your site is live at slug.supalink.dev in seconds. Share it, embed it, point a custom domain to it.
You don’t touch any of this. The agent does it all.

Get started

Install the skill

One command. Works in under 30 seconds.

API Reference

Build your own agent integration with the REST API.