Your PRs, with CI status at a glance
Every open PR you've authored across your repos in one panel, with live check status and a flag when one goes stale or has issues.
OPEN · ALWAYS-ON · BUILT ON FLUE
Your PR queue, deployments, and review requests, in one always-on console that Neon manages for you. Run it on a companion display, a sensor panel like a Xeneon Edge, or let other agents drive it.
Sample 32:9 layout for the Corsair Xeneon Edge. Neon can configure itself to run as a companion on any display.
flue/harness#1284 · 2h
fix: retry durable steps on cold start ● checks pass◆ 2 reviewneondeck/core#312 · 5h
feat: configurable statusline sensors ● 1 failing△ draftneondeck/panels#88 · 1d
add github review-requests panel ● checks pass↻ rebaseNeon watches your PRs, prepares fixes when feedback comes in, and keeps them moving.
Every open PR you've authored across your repos in one panel, with live check status and a flag when one goes stale or has issues.
Neon tracks a PR through feedback, checks, and merge with one continuing owner and one managed worktree. It can notify, prepare a commit, wait for approval, or autonomously deliver a validated fix.
Review PRs faster, without compromising on thoroughness. Neon performs a pre-review and then hands you short PR briefings, pointers to the parts that matter, and flags issues it noticed. Chat with the agent reviewer as you review the PR.
We've got a diff viewer based on @pierre/diffs that can handle large diffs. Leave inline comments, resolve threads, and submit an approval or change request — without switching to github.com.
A morning briefing pulls your PRs, watches, CI failures, and next actions. Or add a custom instruction and extend the task by pulling in MCPs.
Repository automation uses managed worktrees, while direct host commands clear an inspectable approval policy first. Coding and validation currently run on your local machine.
Neon applies typed, audited, reversible memory and skill improvements from conversations and PR outcomes automatically by default. It learns as it watches your review.
Neon configures itself — repos, models, schedules, even its own layout and display. Want to change something? Just ask.
CONFIG OR CHAT
Manually tune layouts, text scale, fonts, panel regions, and
plugin config in runtime-home dashboard.json, or ask
Neon to adapt the deck for your size, orientation, and
constraints.
{
"schemaVersion": 1,
"display": { "width": 2560, "height": 720 },
"theme": "dark",
"statusline": { "position": "top", "pluginId": "host-metrics" },
"layout": {
"columns": 12,
"rows": 5,
"regions": [
{
"id": "work", "title": "WORK",
"column": 1, "row": 1, "columnSpan": 4, "rowSpan": 5,
"defaultTab": "github",
"tabs": [
{ "id": "github", "title": "GITHUB", "pluginId": "github-pr-list" }
]
},
{
"id": "neon", "title": "NEON",
"column": 5, "row": 1, "columnSpan": 8, "rowSpan": 5,
"defaultTab": "chat",
"tabs": [
{ "id": "chat", "title": "CHAT", "pluginId": "flue-chat" }
]
}
]
}
}