๐Ÿ“ ChatGPT โ†’ Blog Post Converter

๐Ÿ”’ Seguro e Cliente-side

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.