A modern React web application to analyze your WhatsApp chats locally and visualize insights like:
- Most active participants 🗣️
- Most used words 🔤
- Hour-by-hour message activity 🕒
- Fun facts and patterns from your group 🎉
Your privacy stays protected ✅
- 🟢 Upload
.txtfiles exported from WhatsApp - 📈 Interactive charts for messages, words and time activity
- 🌙 Light & dark mode support
- 🌍 Language selector: English, Spanish, Basque (Euskera), Catalan
- 🧪 "Use sample data" mode to test the app instantly
- 💡 Fully client-side — no backend
- Export a WhatsApp chat as
.txtfrom your phone - Open the app in your browser
- Drag and drop the file or select it manually
- Choose your group name to exclude it from statistics
- Enjoy the visualized insights!
Your data is never uploaded or stored.
Everything is processed locally in your browser.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildNo chat to upload? Try the "Use sample data" button to explore the app without any file.
Suggestions, issues, and pull requests are welcome!
MIT © 0x10-z