Open source · Share your sessions

Turn agent sessions into shareable threads.

Take a Claude Code or Codex session from your machine and publish it as a web page. Tool calls, diffs, metadata, and cost all stay intact.

Add dark mode toggle

sarah-dev · 14 messages · 8m

User

Add a dark mode toggle to the settings page. Use the existing theme context.

Assistant

I'll add the toggle using useTheme() and wire it into the settings panel.

Read Edit Bash

settings-page.tsx

-return <Settings />;
+return <Settings theme={mode} />;
+<ThemeToggle onChange={toggle} />

Install

Add ThreadCast to your agent.

Install the Claude Code plugin directly from this repo, or add the Codex marketplace and install ThreadCast from `/plugins`.

Use it

Share from inside your agent.

Log in once, check what ThreadCast can see locally, then share the latest session or pick one from this project folder.

Claude Code

/threadcast:login

/threadcast:status

/threadcast:share

/threadcast:share-recent

/threadcast:logout

Codex

$threadcast:threadcast-login

$threadcast:threadcast-status

$threadcast:threadcast-share

$threadcast:threadcast-share-recent

$threadcast:threadcast-logout

How it works

Three steps. That's it.

1

Find

ThreadCast scans the sessions Claude Code and Codex already save for this project folder.

$ /threadcast:share-recent

This project's sessions:

Add dark mode toggle 8m ago

  Fix auth middleware 2h ago

  Refactor API routes 1d ago

Choose a session to share

2

Share

Share the latest session or pick one from this project folder. ThreadCast uploads it and returns a public link.

Uploading session...

✓ Uploaded successfully

Link copied to clipboard:

threadcast.dev/threads/clx9k...

14 messages · 6 tool calls · 8m

3

Read

Open a clean thread page with messages, tool calls, diffs, timing, and model usage intact.

Add dark mode toggle

sarah-dev · 14 msgs

Bash Read Edit
6 tool calls 342 lines 8m

Features

What's preserved.

Inline diffs

See exactly what changed. File diffs render inline with syntax highlighting.

Collapsible tool calls

Bash, Read, Edit, Write. Every tool call is preserved and expandable.

Prompt navigation

Move through long sessions by prompt, message, and tool output without losing context.

Full-text search

Find any session by title, project, tools used, or content.

Get started

Install the agent plugin.

Add the marketplace for your agent, install ThreadCast, then share from Claude Code or Codex.

ThreadCast