@@ -4,7 +4,7 @@ Dashboards for OpenCode, Claude Code, Codex, Cursor, Factory Droid and more.
44
55Cloud-synced dashboards that track session activity, tool usage, and token spend. Build eval datasets across projects.
66
7- [ Website] ( https://www.opensync.dev/ ) | [ Docs] ( https://www .opensync.dev/docs ) | [ Dashboard] ( https://www.opensync.dev/ )
7+ [ Website] ( https://www.opensync.dev/ ) | [ Docs] ( https://docs .opensync.dev ) | [ Dashboard] ( https://www.opensync.dev/ )
88
99## OpenSync Ecosystems
1010
@@ -22,12 +22,12 @@ Cloud-synced dashboards that track session activity, tool usage, and token spend
2222
2323| Feature | Description |
2424| ------------------------------------------------------- | ---------------------------------------------- |
25- | [ Sync] ( https://www .opensync.dev/docs#hosted-features ) | Sessions sync in real time as you work |
26- | [ Search] ( https://www .opensync.dev/docs# search ) | Full text, semantic, and hybrid search |
27- | [ Private] ( https://www .opensync.dev/docs# auth ) | Your data stays in your account |
28- | [ Tag] ( https://www .opensync.dev/docs# dashboard- evals ) | Organize sessions with custom labels for evals |
29- | [ Export] ( https://www .opensync.dev/docs# dashboard- evals ) | DeepEval JSON, OpenAI Evals JSONL, plain text |
30- | [ Delete] ( https://www .opensync.dev/docs#hosted-features ) | Your data, your control |
25+ | [ Sync] ( https://docs .opensync.dev/getting-started/hosted ) | Sessions sync in real time as you work |
26+ | [ Search] ( https://docs .opensync.dev/search/fulltext ) | Full text, semantic, and hybrid search |
27+ | [ Private] ( https://docs .opensync.dev/auth/workos ) | Your data stays in your account |
28+ | [ Tag] ( https://docs .opensync.dev/dashboard/ evals ) | Organize sessions with custom labels for evals |
29+ | [ Export] ( https://docs .opensync.dev/dashboard/ evals ) | DeepEval JSON, OpenAI Evals JSONL, plain text |
30+ | [ Delete] ( https://docs .opensync.dev/getting-started/hosted ) | Your data, your control |
3131
3232## Quick start
3333
@@ -38,7 +38,7 @@ Cloud-synced dashboards that track session activity, tool usage, and token spend
38383 . Install a sync plugin (see below)
39394 . Start coding
4040
41- [ Full setup guide] ( https://www .opensync.dev/docs# hosted )
41+ [ Full setup guide] ( https://docs .opensync.dev/getting-started/ hosted )
4242
4343### Install sync plugins
4444
@@ -57,7 +57,7 @@ Add to your `opencode.json`:
5757}
5858```
5959
60- [ OpenCode plugin docs] ( https://www .opensync.dev/docs# opencode-plugin )
60+ [ OpenCode plugin docs] ( https://docs .opensync.dev/plugins/ opencode-sync )
6161
6262** For Claude Code:**
6363
@@ -66,7 +66,7 @@ npm install -g claude-code-sync
6666claude-code-sync login
6767```
6868
69- [ Claude Code plugin docs] ( https://www .opensync.dev/docs# claude-plugin )
69+ [ Claude Code plugin docs] ( https://docs .opensync.dev/plugins/ claude-code-sync )
7070
7171** For Codex CLI:**
7272
@@ -75,7 +75,7 @@ npm install -g codex-sync
7575codex-sync login
7676```
7777
78- [ Codex CLI plugin docs] ( https://www .opensync.dev/docs# codex-plugin )
78+ [ Codex CLI plugin docs] ( https://docs .opensync.dev/plugins/ codex-sync )
7979
8080** For Cursor:**
8181
@@ -84,7 +84,7 @@ npm install -g cursor-sync-plugin
8484cursor-sync login
8585```
8686
87- [ Cursor plugin docs] ( https://www .opensync.dev/docs# cursor-plugin )
87+ [ Cursor plugin docs] ( https://docs .opensync.dev/plugins/ cursor-sync )
8888
8989** For Pi:**
9090
@@ -94,7 +94,7 @@ npm install -g pi-opensync-plugin
9494
9595Then run ` /opensync:config ` in pi to configure the extension.
9696
97- [ Pi plugin docs] ( https://www.opensync.dev/docs#pi -plugin )
97+ [ Pi plugin docs] ( https://github.com/joshuadavidthomas/pi-opensync -plugin )
9898
9999## Self hosting
100100
@@ -109,7 +109,7 @@ npx convex dev
109109
110110Requires Convex, WorkOS, and OpenAI accounts.
111111
112- [ Self hosting guide] ( https://www .opensync.dev/docs# hosting ) | [ Fork guide] ( https://www .opensync.dev/docs# fork ) | [ install.md] ( install.md )
112+ [ Self hosting guide] ( https://docs .opensync.dev/hosting/convex ) | [ Fork guide] ( https://docs .opensync.dev/fork/guide ) | [ install.md] ( install.md )
113113
114114### One-click deploy
115115
@@ -126,12 +126,12 @@ Four views for managing your sessions:
126126
127127| View | What it does |
128128| -------------------------------------------------------------- | -------------------------------------------------- |
129- | [ Overview] ( https://www .opensync.dev/docs# dashboard- overview ) | Usage stats, token charts, recent sessions |
130- | [ Sessions] ( https://www .opensync.dev/docs# dashboard- sessions ) | Filter, search, and manage all sessions |
131- | [ Evals] ( https://www .opensync.dev/docs# dashboard- evals ) | Mark sessions as eval-ready, export datasets |
132- | [ Analytics] ( https://www .opensync.dev/docs# dashboard- analytics ) | Model comparison, project breakdown, cost tracking |
129+ | [ Overview] ( https://docs .opensync.dev/dashboard/ overview ) | Usage stats, token charts, recent sessions |
130+ | [ Sessions] ( https://docs .opensync.dev/dashboard/ sessions ) | Filter, search, and manage all sessions |
131+ | [ Evals] ( https://docs .opensync.dev/dashboard/ evals ) | Mark sessions as eval-ready, export datasets |
132+ | [ Analytics] ( https://docs .opensync.dev/dashboard/ analytics ) | Model comparison, project breakdown, cost tracking |
133133
134- [ Context search] ( https://www .opensync.dev/docs# dashboard- context ) lets you find relevant sessions for RAG and context engineering.
134+ [ Context search] ( https://docs .opensync.dev/dashboard/ context ) lets you find relevant sessions for RAG and context engineering.
135135
136136## API
137137
@@ -146,7 +146,7 @@ All endpoints require authentication. Generate an API key in Settings.
146146| ` GET /api/context?q= ` | Get context for LLM |
147147| ` GET /api/export?id= ` | Export session |
148148
149- [ Full API reference] ( https://www .opensync.dev/docs# api )
149+ [ Full API reference] ( https://docs .opensync.dev/api/endpoints )
150150
151151## Tech stack
152152
0 commit comments