CHAT EXPORT CHECKER

Check long chat backups before archiving.

Paste or upload a copied ChatGPT conversation, Markdown export, HTML save, or JSON export. Get a confidence score for missing snippets, truncation, UI noise, and broken code blocks.

Paste or upload export

Checks your exported file, not your live ChatGPT account.

Expected snippets

Optional, but useful when checking a long copied thread.

Confidence score91

Not a guarantee. This score only describes the file you provided.

Files stay in your browser.No login.No upload.
FormatMarkdown or copied rich text
Likely messages6
Critical0
Warnings1

VERIFICATION REPORT

Completeness and archive quality

SeverityIssueEvidenceSuggested action
warningVery short export898 characters found.If this was a long chat, re-export or paste the full thread.
infoCode blocks detected1 code block(s) found.Review code blocks manually because truncation there can be costly.

FIRST PREVIEW

Beginning of export

User: I need to build a small overseas website portfolio. The first goal is to choose one useful pain point and ship a tiny tool. Assistant: Start from a concrete user pain, not from a random keyword. Capture the user, scenario, desired result, current alternative, and why that alternative is weak. User: Here is the next site idea: a long AI chat export chec

LAST PREVIEW

End of export

s, first and last snippets, code fences, duplicate blocks, UI noise, and possible truncation. ```ts function archiveCheck(input: string) { return input.length > 1000; } ``` User: Make sure it is local only. I do not want to upload private chat logs. Assistant: Then the page should say: files stay in your browser, no login, no upload, confidence checker only.

What this checker can and cannot prove

This tool checks the exported file you provide. It can detect suspicious structure, missing expected snippets, broken code fences, duplicated blocks, and noisy copied interface text.

It cannot prove that the original live ChatGPT conversation was complete. Treat the result as a confidence check before archiving or migrating a long thread.

When to use it

Use it before moving a long project thread to another AI tool, saving research notes to Markdown, archiving a client planning chat, or turning a copied conversation into documentation.

The safest workflow is to keep two backups: one raw export and one cleaned Markdown or text copy.

FAQ

Export checking questions

Do you upload my conversation?

No. The checker runs in your browser. The first version does not upload your pasted text or files.

Does it connect to my OpenAI account?

No. It checks the file you provide. It does not log in, scrape ChatGPT, or use the OpenAI API.

Can it guarantee my export is complete?

No. It gives a confidence score and warnings. You should still compare the first and last previews manually.

Which formats work best?

Plain text and Markdown are easiest to inspect. HTML and JSON are supported for a first-pass check.