📝 ChatGPT → Blog Post Converter
🔒 An toàn & Phía máy khách
Paste a ChatGPT (or Claude) conversation — text or exported JSON — and the tool splits it into user/assistant turns, optionally strips your prompts, and formats the assistant responses as clean Markdown ready for your blog.
How to use
- In ChatGPT, click the share icon → Copy or Share. You can also export your data and use the JSON file.
- Paste the conversation into the left panel.
- Toggle the options: Strip user prompts drops your questions; Merge assistant turns joins all answers into one continuous post; Add H1 title prepends a heading.
- Click Convert; review the Markdown on the right.
- Download .md to save the post locally.
What's parsed: text format with "You said:" / "ChatGPT said:" labels (also "User:" / "Assistant:" / Korean "사용자" / "어시스턴트"); the JSON export shape with mapping nodes; and a generic {messages: [{role, content}]} shape. If no role markers are detected the entire input is treated as a single assistant message.