Shareable

Make everything your agent explains shareable.

Claude Code and Codex produce interactive HTML — dashboards, walkthroughs, analyses. Shareable gives that artifact a stable URL that updates as the agent does.

One paste installs the CLI, drops the agent skill, and signs you in. Click here to see our docs.

* claude - ~/work/ingest-pipeline-explainer

How did we build the ingestion pipeline?

* Reading repo + architecture notes...

* Drafting walkthrough...

* Publishing to Shareable...

✓ Done. Live at:

Share this link - always shows the latest.

shareable.page/a/ingestion-pipeline
v4

Engineering walkthrough · built by Claude Code

How we built the ingestion pipeline

From webhook to query-ready, in three steps.

Step 01Ingestwebhooks → queue
Step 02Transformstream workers
Step 03Servepostgres + cache

Why this shape

Queueing absorbs traffic spikes so workers stay cheap, and a cache layer keeps ~90% of reads off the database.

3 viewing · 2 min ago
Your agent publishes for youOne HTML file, loose assets, or a zip — Shareable handles it.
View onlyRecipients get a polished artifact link, not source-file chores.
One durable linkUpdate the artifact without sending another attachment.