aired GitHub

Air your artifacts.

Paste HTML, get a live URL. No signup, no deploy. Open source on GitHub.

Paste HTML or drop a file ⌘V to paste · 2 MB max
Drop .html file

Built for agents.

Install as a skill, MCP server, CLI, or raw API. Works with any AI tool.

Skills

skills.sh
npx skills add progrmoiz/aired

Adds a SKILL.md to your project. Any AI agent (Claude Code, Cursor, Windsurf) discovers and uses aired automatically.

Command Line

Agent-ready
npx aired dashboard.html
aired ./dir/ Bundle directory --json Structured output --pin secret PIN-protect --ttl 24h Custom expiry

Files or directories. Inlines CSS, JS, images automatically. JSON when piped.

MCP Server

Streamable HTTP
claude mcp add aired --transport http https://aired.sh/mcp

Exposes a publish_html tool. Your AI can publish artifacts directly.

HTTP API

No auth required
curl -X POST https://aired.sh/api/publish \ -H "Content-Type: application/json" \ -d '{"html": "<h1>Hello</h1>"}'
Returns { url, update_token, expiresAt } 2 MB max 5 uploads/hour