
My first homepage
I wanted a clean, minimal homepage for my Obsidian vault without relying on a bunch of plugins. Everything is built with Dataview code blocks inside a single Home.md.
What's on the dashboard:
- Live 24h clock —
setIntervalticking every second, shows current time and full date - Vault stats — one quiet line: total notes, active project docs, journal entries, dailies
- Search bar — a fake input that triggers Omnisearch on click via
app.commands.executeCommandById() - Container cards — navigation to Projects, Work, Library, and Journal. Each card dynamically shows note count and last activity timestamp
- Recent files — last 8 modified notes as cards with folder + timestamp
The entire dashboard was built and iterated using Claude Code
u/Neat_Yak7739 — 23 hours ago