TanStack Start Integration
Use the optional helper export for TanStack-style adapter wiring:
import { createTanStackStartAIAdapter } from "post-meta-extractor/tanstack-start-ai";Then pass the adapter to extractPostMetaWithAI.
See the canonical helper snippet in README.
Checklist
- Keep AI calls in server actions/loaders
- Read keys from server env only
- Return structured
{ description, tags }