Analysis updated 2026-08-09 · repo last pushed 2026-04-18
Make your Astro Starlight docs readable by AI assistants like Copilot and ChatGPT.
Let internal AI agents pull fresh documentation as clean markdown instead of scraping HTML.
Give open-source projects a machine-readable docs endpoint with zero duplicate content.
| morinokami/starlight-dot-md | 0labs-in/vision-link | adarsh-me/image-sdk | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-04-18 | — | — |
| Maintenance | Maintained | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install the package and add one line to your Astro config file, no extra endpoints or duplicated content needed.
Starlight-dot-md is a plugin that makes your documentation accessible to AI agents in a format they can actually use. If you run a documentation site built with Astro Starlight, this tool lets any AI assistant read your docs as raw markdown instead of trying to parse a rendered web page. Normally, when someone visits your docs site, they see a nicely formatted web page with navigation bars, styling, and other browser-friendly elements. That's great for humans but messy for AI tools that work better with plain text. This plugin solves that by creating a simple alternative: append .md to any page URL and you get the underlying markdown source file instead of the formatted HTML. So a page at /guides/getting-started becomes available at /guides/getting-started.md as clean, unstyled markdown. The people who benefit most here are teams whose docs are meant to be consumed by AI-powered tools. If you run an open-source project and want coding assistants like GitHub Copilot or ChatGPT to understand your API documentation, this gives them a direct path to read it accurately. Product teams building internal tools on top of AI agents could also use it to let those agents pull fresh documentation without scraping HTML and guessing at structure. Setup is minimal. You install the package, add one line to your Astro configuration file to enable the plugin, and it works automatically across all your documentation pages. There are no extra endpoints to maintain or content to duplicate. The README doesn't go into detail about edge cases or performance considerations, but the core idea is straightforward: serve the same content two ways, one for humans and one for machines.
An Astro Starlight plugin that serves your documentation pages as raw markdown so AI assistants like ChatGPT and Copilot can read them accurately without scraping HTML.
Mainly TypeScript. The stack also includes TypeScript, Astro, Starlight.
Maintained — commit in last 6 months (last push 2026-04-18).
The explanation does not mention a license for this repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.