git404hub

what is crewview fr?

ovsec/crewview — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A local dashboard that shows what your AI coding agents like Claude Code and OpenCode are doing in real time, including sub-agent activity.

vibe map

mindmap
  root((CrewView))
    What it does
      Tracks agent sessions
      Shows live activity
      Organizes with kanban
    Tech stack
      Go
      React
      SQLite
    Use cases
      Monitor coding agents
      Track sub-agent activity
      Build agent pipelines
    Audience
      Developers
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Watch what Claude Code or OpenCode agents are doing across multiple sessions at once.

VIBE 2

Use the kanban board to see which agent sessions need your attention.

VIBE 3

Track nested sub-agent activity when one agent spawns another to handle a subtask.

VIBE 4

Build a multi-step agent workflow that runs automatically on a schedule.

what's the stack?

GoReactSQLite

how it stacks up fr

ovsec/crewview0xradioac7iv/tempfs7vignesh/pgpulse
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity2/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Ships as a single binary, no separate install required.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

CrewView is a local dashboard for monitoring AI agent activity. If you run AI coding assistants like Claude Code or OpenCode, each conversation creates a session, a record of what the agent was asked and what it did. CrewView watches those sessions and displays them in a browser based interface, giving you a single place to see what all your agents are doing. The dashboard has several views. The sessions list shows every conversation with its status (running, done, or failed), how long it ran, and a preview of the prompt. A kanban board organizes sessions into columns based on whether they need your attention. The live view shows agent activity in real time, including sub-agents: when one agent spawns another to handle a subtask, the child appears nested under its parent. There is also a workflow builder for defining multi-step agent pipelines that can run on a schedule. CrewView connects to Claude Code by reading the local log files that Claude Code writes to your home directory, checking for new entries every few seconds. It connects to OpenCode via its HTTP API. You can run both at the same time, and add more sources from the UI without restarting. All data is stored locally in a SQLite database on your machine. Nothing is sent to external servers except optional anonymous usage statistics, which can be turned off. The tool ships as a single binary that includes the dashboard frontend, so there is nothing to install separately. It supports Linux, macOS, and Windows. The tool is written in Go with a React frontend, and is released under the MIT license. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Help me install and run CrewView to monitor my Claude Code sessions.
prompt 2
Explain how CrewView reads local Claude Code log files to build its session list.
prompt 3
Show me how to connect CrewView to OpenCode's HTTP API.
prompt 4
Help me set up a scheduled multi-step agent workflow using CrewView's workflow builder.

Frequently asked questions

what is crewview fr?

A local dashboard that shows what your AI coding agents like Claude Code and OpenCode are doing in real time, including sub-agent activity.

What language is crewview written in?

Mainly TypeScript. The stack also includes Go, React, SQLite.

What license does crewview use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is crewview to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is crewview for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.