docsGetting StartedOverview

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 description and tags
  • 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