Umbrella: phone-first Pulse-style dashboard daemon #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-14T02:41:05Z - https://github.com/coilysiren/personal-dashboard/issues/36
Scoping personal-dashboard after diffing danielmiessler/Personal_AI_Infrastructure against coilyco-ai. PAI ships a Pulse "Life Dashboard" daemon on localhost:31337. Most of PAI's bets do not fit (formal Algorithm, ISA, packaged installer, TypeScript-heavy), but the daemon + dashboard surface is worth stealing in a Curly-Co-shaped way.
This repo was a 2020 Gatsby init. Reborn as the personal dashboard.
Posture
Data sources
Three git sources:
Runtime sources (polled at request time, not committed):
Local dashboard state lives at ~/.personal-dashboard/state/ on kai-server. Never written back to vault or coilyco-ai.
Panels
Voice
ElevenLabs TTS for event and phase announcements. Output side only. Input stays on phone dictation.
Write surface
Read-only at launch. Every panel action goes through a single dispatcher abstraction whose only initial implementation is deep-link to coily CLI. When the coily web-ops MCP is ready, swap the dispatcher backend without touching panels. Coily owns every write, always.
Out of scope
Sub-issues
Will be linked below as they are filed.
Origin