Instantly share your Claude Code sessions online.
A Claude Code slash command which publishes your session transcripts as a github gist, plus an online viewer so you can share your session via a URL.
The system has two parts:
GitHub handles storage and access control. The viewer is a static site that fetches transcripts client-side.
| Directory | Description |
|---|---|
| claude-code-session-share | Claude Code plugin for publishing sessions |
| session-viewer | React app that renders transcripts |
| infra | Terraform IaC for GCP hosting |
| docs | Architecture and roadmap |
| samples | Sample transcripts and tooling |
After cloning, set up git hooks:
uvx pre-commit install
samples/gist-samples/ is a place to keep a personal corpus of your own published transcripts for use as local test data. It is not pre-populated — each developer builds their own by running:
python3 samples/scripts/fetch_gist_samples.py
This discovers all your CustardSeed gists (via gh api), downloads the JSONL files locally, and generates:
index.md — human-readable table (entry counts, tools used, subagents, images, thinking)index.json — machine-readable metadata for each gistRaw JSONL files are gitignored; only the index files are committed. Requires gh auth login.
Phase 1 (MVP) - Public and unlisted sharing via GitHub Gists. No login required to view or publish (just a logged in gh cli, for creating gists).
MIT
No model invocation
Executes directly as bash, bypassing the AI model
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub moredip/session-share --plugin session-shareShare Claude Code sessions to claudebin.com
Session transcript timeline viewer for Claude Code and Codex agent sessions
Securely share Claude Code session distillations and project memory over LAN or relay
Sync Claude Code sessions across devices with encrypted cloud storage
Generate interactive HTML replays of AI coding sessions. Record, share, and replay your Claude Code, Cursor, and Codex sessions.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns