Discord Export Visualizer lets you securely explore your Discord data exports (ZIP files) — 100% offline, in your browser. It's privacy-first and fully open-source.
- View your Discord export (ZIP) with no external servers or uploads.
- Inspect account info, messages, avatars, and connected apps locally.
- Completely offline — no data ever leaves your device.
- Open-source, with full transparency and community involvement.
- Load your exported Discord ZIP file via the web interface or drag‑and‑drop.
- The tool runs entirely in your browser using [JSZip].
- You can view your Account and Messages folders rendered as navigable sections.
- Includes a built-in test runner to validate parsing logic on your data.
No backend, cloud, or data storage — everything stays on your device.
- Download or clone this repository:
git clone https://github.com/komputer-man/discord-export-visualizer.git - Open
index.htmlin your browser. - Upload your Discord export ZIP file.
- Navigate sections: Account → Messages, explore the data.
- Click Run tests to check parsing routines on the loaded ZIP.
Account/user.json→ displays ID, username, global name, email, phone, premium status, flags.Account/avatar.png,Account/recent_avatars/*→ display avatars in thumbnails.Account/applications/*/application.json→ list connected apps.- Channels and DMs in
Messages/*as JSON or CSV → table view with timestamps, content, attachments.
- No data upload — all file handling and processing happen locally.
- No logs, no network requests — your data stays entirely offline.
- Open source: you can review or modify every line yourself.
Discord Export Visualizer is an open-source project available on GitHub:
https://github.com/komputer-man/discord-export-visualizer
- Licensed under [MIT License]
- Contributions are welcome! Bug reports, feature requests, or pull requests are highly appreciated.
- A simple parser test suite is included in each module.
- Use the Run tests button after loading your ZIP export to verify functionality.
- Tired of manual JSON/CSV digging?
- Concerned about data privacy?
- Prefer open-source, lightweight, browser-only tooling?
This tool was built with simplicity, transparency, and security in mind.