A simple web application to view and analyze WhatsApp chat exports.
- Upload and parse WhatsApp chat export files
- View messages in a clean, organized format
- Filter messages by date or participant
- Search through chat history
- Basic chat statistics
-
Export your WhatsApp chat:
- Open WhatsApp conversation
- Click on three dots (⋮) > More > Export chat
- Choose "Without media"
- Save the .txt file
-
Visit the application
-
Upload your chat file
-
Start viewing and analyzing your chat history
- All chat processing happens in your browser
- No data is stored on any server
- Your chat data remains private and secure
# Clone the repository
git clone https://github.com/rakeshdeep/whatsapp-chat-viewer.git
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
- Next.js 15
- React
- TypeScript
- Tailwind CSS
MIT License