dashboard

personal automation on

Status

# Project Status — Dashboard **Last updated:** 2026-03-28 **Updated by:** Dominic / Claude Code **Project phase:** Active **Project type:** personal **Version:** 1.2.0 --- ## What This Project Does The Entropic Dashboard is a Flask + HTMX web application running on entropicsignal that provides a mobile-friendly interface for managing the entropic-workspace. It enables Dominic to submit prompts, respond to agent queue items, create projects and ideas, and monitor automation — all from any device via Tailscale Funnel. --- ## Current Status Core dashboard live at https://entropicsignal.tail806a60.ts.net with prompt submission, voice input, quick actions, session mode toggle, and thread replies. --- ## Ideas Tracker IDs - #7: Web dashboard (Flask + HTMX) — Active - #11: Prompt triage and routing — Complete - #12: Smart mode detection from prompt content — Idea - #13: Recent context chip on prompt card — Idea - #14: Location tracking for submissions — Idea - #15: New Idea / New Project / New Task buttons — Idea - #18: Changelog auto-generation via git hooks — Idea - #19: Worker progress bars — Idea --- ## Key Files | File | Location | Purpose | |------|----------|---------| | app.py | scripts/dashboard/app.py | Flask application — routes, data layer | | style.css | scripts/dashboard/static/style.css | Mobile-first dark theme CSS | | index.html | scripts/dashboard/templates/index.html | Home page with prompt, feed, quick actions | | queue.html | scripts/dashboard/templates/queue.html | Agent queue view with voice + quick responses | | inbox_worker.sh | scripts/core/inbox_worker.sh | Background worker processing submissions | | VERSION | projects/dashboard/VERSION | Current semantic version (1.1.0) | | CHANGELOG.md | projects/dashboard/CHANGELOG.md | Versioned change history | --- ## Automation Status - **Automation enabled:** yes - **Queued tasks:** 0 pending - **Scheduled tasks:** 2 active (dashboard service, inbox worker timer) - **Reactive triggers:** 0

Ideas & Tasks

Loading ideas...

Legacy Roadmap

8 items from ideas_tracker.md
#7 Web dashboard Active
Flask + HTMX dashboard live on Tailscale Funnel with voice, activity feed, threads
Infrastructure View activity
#12 Smart mode detection from prompt content Idea
Auto-detect "idea:", "task:", "project:" prefixes and switch mode automatically
Infrastructure View activity
#13 Recent context chip on prompt card Idea
Show "Continue: [last project]" button to quickly resume without dropdown
Infrastructure View activity
#14 Location tracking for submissions Idea
Log geolocation with submissions by default; option to remove per-submission. Include location metadata from uploaded photos for historical context
Infrastructure View activity
#15 New Idea / New Project / New Task buttons on prompt card Idea
Add buttons alongside Work/Play/Both for initiating ideas, projects, and tasks. Single text box for all 5 modes. New Idea and New Project ask follow-ups in feed before processing. New Task auto-assigns via context or asks follow-ups. Backend mode handling already exists in inbox_worker.sh
Infrastructure View activity
#18 Changelog auto-generation via git hooks Idea
Auto-update CHANGELOG.md from commit messages or structured commit metadata
Infrastructure View activity
#19 Worker progress bars Idea
Real completion progress via `progress` field on submissions, displayed as visual bars in activity feed
Infrastructure View activity
#11 Prompt triage and routing Complete
Non-blocking attention bar replaces blocking triage. Drop-down + dismiss buttons
Infrastructure View activity

Budget

0 / 500,000
$0.00 / $10.00

Recent Commits