dashboard is a profile-based, local-first seed for quick, private, custom dashboards.
Pick a domain (SEO, finances, health), open the profile HTML, and get a polished single-file dashboard in seconds.
- No server needed — open from
file://or deploy static. - Profiles drive what you track.
- Themes drive how it looks.
- Assistant-friendly scaffold flow.
- Makers who want a clean starting point instead of building from zero.
- People who want to track one area deeply, then share it with others.
- Solo builders and small teams who like local-first, editable dashboards.
git clone https://github.com/jenninexus/dashboard.git
cd dashboardThen open one of the three profile HTMLs directly in your browser:
| Profile | Open this file |
|---|---|
| SEO | profiles/seo/seo.html |
| Finances | profiles/finances/finances.html |
| Health | profiles/health/health.html |
No build step required. No runtime dependencies.
Each profile is a self-contained dashboard for a specific domain. Open the HTML file directly from file:// or serve it statically.
- SEO →
profiles/seo/seo.html— Aurora SEO theme (midnight blue / aurora). Tracks GA4, Search Console, PageSpeed, and Cloudflare. - Finances →
profiles/finances/finances.html— Emerald Finance theme (emerald / gold). Tracks cash vs obligations, bills, loans, and income. - Health →
profiles/health/health.html— Vitality Health theme (teal / lavender). Tracks habits, labs, sleep, and appointments.
Edit the accompanying data.json in each profile folder to populate your own numbers, then refresh.
Palettes live in themes/ and can be copied into a dashboard's <style> block or linked when served over HTTP.
The palette direction is inspired by the workspace themes in jenninexus/syn-themes.
Included palettes:
plasma-green.css— default dark neon dashboard paletteaurora-borealis.css— prismatic turquoise, purple, and pinkmidnight-blue.css— cooler blue dashboard starteraurora-seo.css— midnight blue / aurora blend used by the SEO profileemerald-finance.css— emerald and gold palette used by the Finances profilevitality-health.css— teal and lavender palette used by the Health profileaurora-borealis.effects.css— optional shimmer effects for the aurora palette
Screenshots are in storage/screenshots/ (pending). Add or replace these files as profiles mature.
- Use a consistent 16:9 ratio.
- Keep profile screenshots focused on the actual dashboard, not a marketing banner.
profiles/— self-contained HTML dashboards and data files per domainthemes/— token presets and theme sourcesscripts/build-dashboard.mjs— profile scaffold CLI (Node 18+)_archive/— retired files kept for reference.claude/andAGENTS.md— assistant handoff docs
Prefer focused PRs:
- add one new profile at a time,
- include a clear
example-data.json, - keep output static and local-first,
- add/update docs for any new behavior.
MIT — use, fork, customize
If this dashboard seed helps you build something useful:
Star this repo · Links · Patreon · Paypal
Published by Jenni at Monofinity Studio.