What problem does it solve?
Publishing to WeChat Official Accounts requires strict formatting rules: inline-only CSS, no JavaScript, image limits, and title/digest length constraints. Manually converting Markdown into WeChat-compatible HTML and pushing it to the draft box is error-prone and repetitive.
Core Features & Use Cases
- WeChat-Compatible Preview: Converts Markdown articles into locally previewable HTML with all styles inlined, theme support (default professional-clean), and automatic compatibility fixes for dark mode, lists, links, and CJK spacing.
- Permission-Gated Draft Publishing: Pushes articles to the WeChat draft box only after explicit user authorization, passing prechecks on title length, digest size (120 bytes), body length (200-20000 characters), image count (max 10), and cover presence.
- Theme Gallery & Image Posts: Supports browsing available themes, re-rendering with a different theme, and creating image posts on explicit request.
- Use Case: After finishing a WeChat article in Markdown, ask for a preview to verify rendering, then explicitly request "push to draft box" to publish it with the correct title, digest, and cover.
Quick Start
Preview my finished article with the default theme, then push it to my WeChat draft box after I confirm.