Skip to content

nhosoya/claude-code-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-code-share

A simple HTTP server that reads Claude Code conversation logs (JSONL) and serves them as a browsable web UI for team sharing.

Conversation View

Install

go install github.com/nhosoya/claude-code-share@latest

Or build from source:

git clone https://github.com/nhosoya/claude-code-share.git
cd claude-code-share
go build -o claude-code-share .

Usage

# Start with defaults (port 3333, reads ~/.claude/projects)
./claude-code-share

# Custom port and host
./claude-code-share --port 8080 --host 127.0.0.1

# Custom log directory
./claude-code-share --log-dir /path/to/claude/projects
Flag Default Description
--port 3333 HTTP server port
--host 0.0.0.0 HTTP server host (LAN-accessible by default)
--log-dir ~/.claude/projects Path to Claude Code projects directory

Screenshots

Project List Session List
Project List Session List

Development

go test ./...   # Run tests
gofmt -w .      # Format code
go build .      # Build

About

Share Claude Code conversation logs with your team via a simple HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors