Skip to content

Celtrius/WhatsCEPT

Repository files navigation

WhatsCEPT: WhatsApp Chat Export Preview Tool

🚀 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.

🔍 Overview

This tool lets you view WhatsApp chat exports (.zip files) in a WhatsApp-style layout—all without sending data to a server.

🔥 Features

✅ 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)

📥 How to Use

  1. Export a chat from WhatsApp (Settings → Chats → Export Chat).
  2. Download the .zip file generated by WhatsApp.
  3. Open the tool in your browser.
  4. Drag and drop the .zip file to preview the conversation!

🛠️ Installation & Development

# 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

📦 Deployment

# 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

About

WhatsCEPT: WhatsApp Chat Export Preview Tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published