- What is Shareable?
- Shareable is a lightweight service for sharing AI-generated HTML artifacts — dashboards, reports, explainers, and prototypes. Instead of sending a folder or zip of files, you upload the artifact once and get a clean, unlisted link that renders it in a sandboxed viewer.
- How do I share a file that Claude Code or Codex generated?
- The artifact is an HTML page — that's the entry file. Alongside it you can bundle the supporting files it references: CSS, JavaScript, images (PNG, SVG, JPG, GIF, WebP), fonts (WOFF/WOFF2/TTF), data files like JSON or CSV, even a PDF. In the browser, sign in at shareable.page and upload the HTML, its assets, or a zip — you get a stable link like shareable.page/a/abc123. From your terminal or agent, run `shareable publish ./index.html` and the share URL is printed for you.
- Can my agent publish directly from Claude Code or Codex?
- Yes. One curl command installs the `shareable` CLI and wires a publish skill into Claude Code or Codex, so the agent can publish the HTML it just generated and hand you back the link without leaving the conversation.
- Is a shared artifact private?
- Artifacts are private by default. Published links are unlisted secret URLs with optional password protection, shared pages are marked noindex, and the artifact renders inside a sandboxed iframe. It is built for lightweight private sharing, not public listing.
- Does the link update when I change the artifact?
- Yes. Each artifact is versioned and the stable share link always points to the latest version, so you can update a dashboard or report in place without sending a new attachment.
- How much does Shareable cost?
- Shareable is free — sign in, publish your artifacts, and share the links at no cost.