Key Features • Demo • Installation • Contributors
✨ Ever wondered what data Discord collects? Discord Package is an elegant tool that lets you visualize your Discord data package in a beautiful and interactive way. Share selected insights with friends and discover fascinating patterns in your Discord usage!
- 🎨 Beautiful Visualization - View your data in an intuitive and aesthetically pleasing interface
- 🔒 Privacy Focused - No data storage, pure client-side processing
- 📊 Comprehensive Analytics including:
- User information and settings
- Device preferences and server details
- Platform connections
- Discord spending and Nitro gifts
- Messaging patterns and statistics
- Guild membership details
- Bot interactions
- Language analysis (favorite words, links, etc.)
🔍 View Detailed Statistics
-
Message Analytics
- Top DMs and channels
- Character count
- Time spent analysis
- Word frequency
- Link sharing patterns
-
Platform Usage
- Login patterns
- Device usage
- Feature interaction
-
Social Interactions
- Friend requests
- Guild participation
- Voice channel activity
-
And many more detailed metrics!
When hosting locally or externally, make sure you change the NEXT_PUBLIC_DOMAIN
environment variable in the .env.local
file to your domain or it will use the default domain https://discordpackage.com
.
- Local: Just edit it manually
- External: You need to customize it via the provider dashboard settings.
- Run
docker build -t discord-package-explorer .
to build the image. - Run
docker run -p 3000:3000 discord-package-explorer
to start the app.
and you're good to go!
Huge credits to Andros2091 for the original source.