Share your sessions

Your best Claude sessions deserve an audience.

ThreadCast turns Claude Code conversations into beautiful, shareable web pages. One command to share. Zero setup.

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} />

How it works

Three steps. That's it.

1

Browse

Every Claude Code session is already saved locally. Launch ThreadCast to see them all.

$ threadcast

Your sessions:

Add dark mode toggle 8m ago

  Fix auth middleware 2h ago

  Refactor API routes 1d ago

↑↓ navigate · S share · q quit

2

Share

Press S to share any session. Uploads instantly and gives you a permanent link.

Uploading session...

✓ Uploaded successfully

Link copied to clipboard:

threadcast.dev/threads/clx9k...

14 messages · 6 tool calls · 8m

3

Read

Beautiful thread pages with full context. Tool calls, diffs, and everything preserved.

Add dark mode toggle

sarah-dev · 14 msgs

Bash Read Edit
6 tool calls 342 lines 8m

Features

Every detail, preserved.

Inline diffs

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

Collapsible tool calls

Bash, Read, Edit, Write — every tool call preserved and expandable.

Prompt navigation

Jump between prompts with keyboard shortcuts. J/K to navigate, / to search.

Full-text search

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

Get started

Start sharing in 30 seconds.

Install the CLI, run it in any project, and share.

ThreadCast
Changelog