Oh My Opencode Dashboard banner
WilliamJudge94 WilliamJudge94

Oh My Opencode Dashboard

Development community intermediate

Description

A simple dashboard to track OpenCode + Oh-My-Opencode agents

Installation

Terminal
claude install-skill https://github.com/WilliamJudge94/oh-my-opencode-dashboard

README

Oh My OpenCode Dashboard

Local-only, read-only dashboard for viewing OpenCode & OhMyOpenCode agent progress.

![Dashboard GUI](./gui.png)

Goals

    undefined

What You Can See

    undefined

Requirements

    undefined

Install (npm)

[!IMPORTANT] If the dashboard looks empty after the OpenCode SQLite update, register your project as a source first.

Run this from your project directory:

bunx oh-my-opencode-dashboard@latest add --name "My Project"

Then start the dashboard:

bunx oh-my-opencode-dashboard@latest

Register additional project sources (enables the source dropdown in the UI):

bunx oh-my-opencode-dashboard@latest add --name "My Project"

Or register a different project path:

bunx oh-my-opencode-dashboard@latest add --name "My Project" --project /absolute/path/to/your/project

Defaults:

    undefined

Or specify a project path explicitly:

bunx -p oh-my-opencode-dashboard oh-my-opencode-dashboard -- --project /absolute/path/to/your/project

Or install globally:

bun add -g oh-my-opencode-dashboard

Then:

oh-my-opencode-dashboard

Options:

    undefined

Install (from source)

bun install

Run

Development (API + UI dev server):

bun run dev -- --project /absolute/path/to/your/project

Production (single server serving UI + API):

bun run build
bun run start -- --project /absolute/path/to/your/project
`