Back to browse
GitHub Repository

Editor UI for Astro content collections with schema-aware frontmatter editing and markdown body editing.

24 starsTypeScript

Astro MD Editor – Schema-aware editor for Astro content collections

by bimsina·Mar 8, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Astro-specific frontmatter UI beats hand-editing YAML, but audience is narrow.

Strengths
  • Schema inference from Astro collections removes manual field mapping overhead.
  • Git history value-retrieval is clever — safe draft handling without destructive imports.
  • Multi-picker support (image/color/icon) handles 80% of content creator workflows.
Weaknesses
  • Narrow audience — only useful if already committed to Astro content collections.
  • No mention of multi-language or batch editing; single-file focus limits scaling.
Target Audience

Astro developers building content-driven sites

Similar To

Decap CMS · Statamic Peak · Payload CMS

Post Description

I built this for my own Astro projects where I got tired of hand-editing YAML frontmatter and switching between files.

astro-md-editor reads your collection schemas and gives you a local editor UI with typed frontmatter controls (including image/color/icon pickers) alongside a markdown/MDX editor.

Run it with: npx astro-md-editor

Would love feedback on schema edge cases or missing field types.

Similar Projects