🚀 Preview WhatsApp chat exports (.zip files) directly in your browser! Please note that this is pretty much a vibe coding project and not really optimized.
This tool lets you view WhatsApp chat exports (.zip files) in a WhatsApp-style layout—all without sending data to a server.
✅ Upload .zip chat exports (with or without media)
✅ WhatsApp-style chat view
✅ Supports text, stickers, images, video, audio and more.
✅ Fully client-side (no server required)
- Export a chat from WhatsApp (Settings → Chats → Export Chat).
- Download the .zip file generated by WhatsApp.
- Open the tool in your browser.
- Drag and drop the .zip file to preview the conversation!
# Clone the repository
git clone https://github.com/celtrius/Whatsapp-Chat-Export-Preview.git
cd Whatsapp-Chat-Export-Preview
# Install dependencies
npm install
# Start the development server
npm run dev
# Builds the project using vite
npm run build
# Pushes the dist folder to the gh-pages branch and changes the Github Pages URL
# Please change the domain in the "add-domain" npm script before running this.
npm run deploy