A tool to explore your Discord data package - originally inspired by Androz2091's Discord Data Package Explorer, but with a lot more details.
Live version: https://discord-recap.com
The web app scans through your Discord data package and extrapolates a ton of information about:
- your account
- your servers
- your channels
- your DMs
- your messages
- your activity
and a bunch more!
Everything happens in the browser, and no external requests are made (apart from fetching some Discord emoji).
The web app uses Remix and React.
To get started, simply install the dependencies (npm i
) and run the server (npm run dev
).