What problem does it solve?
Meridian helps you turn Obsidian vault content into a local Next.js dashboard by creating one focused navigation panel or analysis module at a time, without manually wiring the app structure yourself.
Core Features & Use Cases
- Single-panel generation: Create exactly one dashboard panel per request so the UI stays organized and easy to register.
- Meridian app integration: Add new components under app/components and connect them to page.tsx with the correct navigation entry and render case.
- Vault-driven analytics: Build panels that read local vault data through API routes such as folder analysis, skills, vault scanning, and usage reporting.
- Use case: A user wants a new left-side panel for document analysis, and the Skill guides the creation of the component, styling, and page registration in the Meridian app.
Quick Start
Ask for one Meridian panel you want created, and have the assistant build the component, wire it into page.tsx, and keep the implementation aligned with the local vault data flow.