📝 ChatGPT → Blog Post Converter

🔒 सुरक्षित और क्लाइंट-साइड

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

  1. In ChatGPT, click the share icon → Copy or Share. You can also export your data and use the JSON file.
  2. Paste the conversation into the left panel.
  3. 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.
  4. Click Convert; review the Markdown on the right.
  5. 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.