Markdown your
crawlers can read.

A Bun-powered Vite & VitePress plugin that exposes selected .md files as plain Markdown endpoints — for AI SEO, GEO, search indexing, syndication, and clean content pipelines.

~/projects/docs — bun live
$
Quick start

Three lines, two endpoints, zero config.

Drop the plugin in. Every Markdown file you include is mirrored at its own URL — blog/launch.md on disk becomes /blog/launch.md served.

$ bun add @itznotabug/plaindown
.vitepress/config.ts
ts
Why use it

Built for the way Markdown actually travels.

A small surface area that does one thing: makes your content portable for humans, crawlers, and code.

Core options

Configurable, but never noisy.

Sensible defaults out of the box. Reach for these only when you need to.

Option Type Default What it does
How it works

Three stages. One mental model.

Ship Markdown your tools
can actually use.

One plugin. Two endpoints per page.