What problem does it solve?
Automates storing prepared posts into Xiaohongshu creator drafts using a real Chrome browser when API access is restricted or unreliable, eliminating repetitive manual uploads and copy-paste publishing steps.
Core Features & Use Cases
- Browser-driven draft saving: Connects to an already logged-in Chrome tab and uses Chrome DevTools Protocol to upload images, fill the title, insert rich-text body content, and trigger the draft save action.
- Image and editor compatibility: Supports multiple images, uses a DOM-compatible setter to handle React-managed inputs, and inserts text into the ProseMirror/Tiptap editor reliably.
- Pipeline integration: Designed for content workflows where drafts are prepared on a workstation and then reviewed/published manually via the mobile app; useful for social media teams and solo creators who prefer browser automation over API reverse-engineering.
Quick Start
Save a Xiaohongshu draft with title 'My Title', body 'My content', and images /path/to/img1.png /path/to/img2.png.