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.Why Supalink?
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
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.
Agent uploads to Supalink
Sends the file manifest to the API, uploads each file to Cloudflare R2 storage, and finalizes the site.
Get started
Install the skill
One command. Works in under 30 seconds.
API Reference
Build your own agent integration with the REST API.