publish your
Claude Code chats.
Publish full Claude Code conversations, markdown files, prototypes, and documents to a temporary, shareable link.
How to install
claude plugin marketplace add coreyrab/pubthisclaude plugin install pubthisHow to use
/pub is a publishing tool for Claude Code. You produce something worth sharing — a report, an analysis, a prototype — and say "share this as a link." I publish it and hand you a temporary URL.
No deploy. No hosting. No config. Just content → link.
How it works
┌─────────────────┐ ┌─────────────────┐
│ │ POST /v1/publish │ │
│ Claude Code │──────────────────▸│ pub API │
│ │ │ pubthis.co │
│ You say: │◂──────────────────│ │
│ "/pub" │ { url, expires } │ Stores content │
│ │ │ Returns URL │
└─────────────────┘ └────────┬─────────┘
│
GET /a/:id
│
┌────────▾─────────┐
│ Anyone with │
│ the link │
└───────────────────┘What you can publish
Format Use case ────────────── ───────────────────────────────────── Markdown Reports, specs, meeting notes HTML Prototypes, previews, interactive demos Plain text Logs, raw output, config files PDF Documents, invoices, slide decks Images Screenshots, diagrams, charts
Example use cases
• "Write a weekly status update and share it as a link"
• "Summarize the PR changes and publish it for the team"
• "Build a landing page mockup and give me a preview link"
• "Analyze our error rates this week and share the report"
Published artifacts by type
Markdown │████████████████████████████████████░░░░│ 72%
HTML │█████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ 18%
Plain │███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ 6%
Images │██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ 3%
PDF │█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ 1%
0% 25% 50% 75% 100%Key properties
• Temporary — links expire after 7 days
• Public — anyone with the link can view
• Immutable — can't edit, just publish a new one
• No auth — no accounts, no API keys
• Any format — markdown, HTML, text, PDF, images
Published your overview. Here's the link:
https://pubthis.co/a/01KGJ45792Q8D9KQD2JGM04YH8
Expires in 7 days. Anyone with the link can view it.
live examples.
use cases.
"Summarize this conversation and share it with the team"
Turn long Claude Code sessions into clean, readable summaries with a shareable link.
"Write a weekly report from our git log and publish it"
Generate formatted reports from commit history and share them — no copy-pasting into docs.
"Build an HTML mockup of this design and give me a preview link"
Prototype landing pages, dashboards, or UI components and share instant previews.
"Analyze our error logs and share the findings"
Generate data analysis with tables, charts, and recommendations — published for the team to review.
"Review this PR and publish a summary for the team"
Create structured code reviews with severity labels and share them via Slack, email, or anywhere.
faq.
- What is pubthis?
- pubthis is a publishing tool for Claude Code. It takes local content — markdown, HTML, PDFs, images, plain text — and publishes it to a temporary, shareable URL. Think of it as ngrok for AI artifacts.
- How long do links last?
- All published artifacts expire after 7 days by default. You can set a shorter TTL, but the maximum is 7 days. There is no permanent hosting.
- Is published content public?
- Yes. All artifacts are world-readable. Anyone with the link can view the content. Never publish secrets, API keys, or credentials.
- Can I update a published artifact?
- No. Artifacts are immutable. To update content, publish a new artifact and share the new link.
- What content types are supported?
- Markdown, HTML, plain text, PDF, PNG, JPEG, and WebP. Markdown is rendered with styling, HTML is served in a sandbox, and everything else is served as-is.
- Do I need to set anything up?
- Just install the Claude Code plugin and start publishing. No accounts, no API keys, no configuration.
- Can I self-host pubthis?
- Yes. pubthis is open source. Clone the repo, run the server, and point the plugin at your instance. See the docs for details.