Hi everyone! I've built a tool called Craft Sanity Bridge using the Craft API. This is a bridge tool that connects Craft's superb writing experience with Sanity CMS's powerful content delivery. After writing your article in Craft, a single command converts the Markdown to Portable Text and syncs it to Sanity—including images and metadata. (It runs locally as a CLI tool.) Key Features: • Auto-convert Markdown → Portable Text • Automatic image uploading and embedding • Metadata extraction and mapping (Slug, Author, etc.) • Intelligent reference resolution with typo correction (Levenshtein distance) I developed this to improve the workflow for my own blog (gagege.jp). It might be a somewhat niche use case, but I'd be happy if it proves useful to anyone else!
