Parse your project
Analyze Astro routes and content structure automatically. No manual config per file.
Open-source · Astro
Frontmatter Core parses your routes, extracts frontmatter and datasets, and produces a normalized JSON representation ready to plug into any CMS — without rewriting your project or giving up Git-based workflows.
What it does
Analyze Astro routes and content structure automatically. No manual config per file.
Convert frontmatter and datasets into a consistent, typed JSON representation.
Send your content to any CMS or API without modifying source files. Bring your own adapter or use the built-in ones.
Architecture
Crawl Astro pages and build a map of your content structure.
Extract metadata, fields and datasets from Markdown and Astro files.
Generate a normalized intermediate representation of your content.
Send your content to any CMS or API without changing your source files.
Why it matters
Open-source
Frontmatter Core is open-source and designed as a foundation for modern content architectures. Use it, extend it, build adapters on top of it.