The Discord Data Package Viewer is a modular web-based tool that allows you to analyze and visualize your exported Discord data packages directly in your browser. It processes message logs, generates detailed statistics, and provides interactive visualizations without uploading your data to any external server.
Access the live version here:
https://disc-data-viewer.vercel.app/
- View and explore your exported Discord data securely in your browser.
- Interactive graphs for hourly and monthly message counts.
- User-based analysis with detailed message activity breakdowns.
- Modular structure for customization and manual control.
- No installation required – everything runs locally in your browser.
If you want to run the viewer on your own machine:
git clone https://github.com/Ardelerro/DIsc-Data-Viewer.git
cd discord-data-viewer
npm run dev