MDV
Markdown that embeds live data, charts, and slides — docs that stay current
The Panel's Take
MDV (Markdown Data Views) is a markdown superset that extends standard .md files with embedded live data, interactive charts, and presentation-ready slides. The goal is a single document format that serves simultaneously as developer documentation, a live dashboard, and a shareable slide deck — without requiring a separate tool for each use case. MDV files can embed SQL queries, API calls, and data transforms directly in markdown, with results rendering as tables, charts, or visualizations on the fly. The syntax extends frontmatter conventions that markdown users already know, keeping the learning curve minimal. Output can be previewed in a local server, exported as HTML, or converted to a slide deck — the same source file serves all three outputs. MDV surfaced on Hacker News with 44 points and active discussion around the concept of "living documents" — reports and runbooks that stay current because their data sources are live queries rather than screenshots. For developer-heavy teams who live in their editors and resist adopting heavyweight BI tools, MDV offers a markdown-native alternative that slots into existing documentation workflows.
Share this verdict
MDV verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/mdv-markdown-superset-live-data-dashboards-slides-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare MDV with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/mdv-markdown-superset-live-data-dashboards-slides-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/mdv-markdown-superset-live-data-dashboards-slides-2026" alt="MDV Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/mdv-markdown-superset-live-data-dashboards-slides-2026)<iframe src="https://shiporskip.io/embed/mdv-markdown-superset-live-data-dashboards-slides-2026" title="MDV ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“I've been writing separate README, dashboard, and slide deck for the same data for years. MDV collapsing those into one source-of-truth file is the kind of DRY solution I didn't know I needed. The frontmatter-extension approach means it works in existing markdown tooling. Shipping for internal docs immediately.”
“Embedding live SQL queries in documentation is a security and maintainability footgun. Who reviews the data access in a markdown file? The concept is compelling but the execution needs a clear story for access control, query sandboxing, and handling stale or broken data connections in production docs.”
“The next evolution of documentation is documents that are executable — that don't just describe the system but are the system. MDV is an early step toward that: markdown that isn't just readable by humans but queryable, renderable, and automatable by agents. Worth watching closely.”
“Being able to write a client report in markdown that automatically pulls live data and renders as a slide deck is genuinely transformative for independent consultants and content creators. MDV could replace Notion, Google Slides, and a BI tool for a substantial percentage of small team workflows.”