Claude Code Viewer banner
d-kimuson d-kimuson

Claude Code Viewer

Development community intermediate

Description

[](https://github.com/d-kimuson/claude-code-viewer/blob/main/LICENSE) [](https://github.com/d-kimuson/claude-code-viewer/actions/workflows/ci.yml) [](https://github.com/d-kimuson/claude-code-viewer/releases)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Viewer

[](https://github.com/d-kimuson/claude-code-viewer/blob/main/LICENSE) [](https://github.com/d-kimuson/claude-code-viewer/actions/workflows/ci.yml) [](https://github.com/d-kimuson/claude-code-viewer/releases)

A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects. Start new conversations, resume existing sessions, monitor running tasks in real-time, and browse your conversation history—all through a modern web interface.

https://github.com/user-attachments/assets/090d4806-163f-4bac-972a-002c7433145e

Introduction

Claude Code Viewer is a web-based Claude Code client focused on **comprehensive session log analysis**. It preserves and organizes all conversation data through strict schema validation and a progressive disclosure UI that reveals details on demand.

**Core Philosophy**: Zero data loss + Effective organization + Remote-friendly design

Features

Feature Description
View Chat Logs View Claude Code session logs in real-time through the web UI. Supports historical logs as it uses standard Claude Code logs (~/.claude/projects/...) as the data source
Search Conversations Full-text search across conversations with ⌘K (macOS) or Ctrl+K (Linux). Search within a specific project or across all projects. Features fuzzy matching, prefix search, and keyboard navigation (↑↓ to navigate, Enter to select)
Start Conversations Start Claude Code sessions directly from Claude Code Viewer. Enjoy core functionality like file/command completion, pause/resume, and tool approval through a superior web experience
Resume Sessions Resume conversations directly from existing session logs
Continue Sessions Claude Code Viewer provides advanced session process control. Sessions started through Claude Code Viewer remain alive (unless aborted), allowing you to continue conversations without resuming (no session-id reassignment)

...