Overview
Last synced from README commit: 431a1cd
post-meta-extractor is a framework-agnostic npm package for extracting metadata from markdown content.
This docs site provides deeper guides. The canonical quickstart and package summary live in README.
Core Capabilities
- Deterministic metadata extraction (title, slug, aliases, thumbnail, dates)
- Optional AI-first extraction for
descriptionandtags - Optional wrappers for React, Solid, and Vue
- Optional TanStack Start adapter helper
Docs Structure
- Getting started: setup and first usage
- Guides: framework and adapter integration flows
- Reference: API and type contracts
- Troubleshooting: common fixes
- Changelog: release notes
Next Steps
- Read Quickstart
- Review AI Adapters Guide
- See Core API Reference