diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 011b333..53d972b 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,4 +1,4 @@ -# WhatsApp Conversation Summarizer - AI Assistant Instructions +# ConvoLens (formerly WhatsApp Conversation Summarizer) - AI Assistant Instructions ## Project Overview A comprehensive platform for analyzing and summarizing conversations across multiple messaging platforms, starting with WhatsApp. The application provides AI-powered summaries of chat histories with a modern, secure, and scalable architecture. diff --git a/README.md b/README.md index 55decbf..81bbb25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ConvoLens (formerly WhatsSummarize) +# ConvoLens -> **Note:** We're rebranding to ConvoLens! This platform is in the process of transitioning from "WhatsSummarize" to our new name. [Learn more about the rebrand →](NAMING_RECOMMENDATIONS.md) +> **Note:** This project was previously known as **WhatsSummarize**. The brand rename is now landing in stages — see [NAMING_RECOMMENDATIONS.md](NAMING_RECOMMENDATIONS.md) for context. [](https://opensource.org/licenses/MIT) [](https://nextjs.org/) @@ -15,7 +15,7 @@ A comprehensive platform for analyzing and summarizing conversations across mess ## 🚀 Project Overview -**ConvoLens** (formerly WhatsSummarize) allows users to unlock insights from their conversation history across messaging platforms. By uploading standard `.txt` export files, users can visualize communication patterns, activity levels, and generate AI-driven qualitative summaries. +**ConvoLens** allows users to unlock insights from their conversation history across messaging platforms. By uploading standard `.txt` export files, users can visualize communication patterns, activity levels, and generate AI-driven qualitative summaries. ### Brand Identity @@ -86,8 +86,8 @@ For a detailed analysis, see [Technology Stack Assessment](docs/PHASE_1_TECH_STA 1. **Clone:** ```bash - git clone https://github.com/JustAGhosT/whatssummarize.git - cd whatssummarize + git clone https://github.com/JustAGhosT/whats-summarize.git + cd whats-summarize ``` 2. **Install:** diff --git a/WARP.md b/WARP.md index 367bd25..a9e2e8d 100644 --- a/WARP.md +++ b/WARP.md @@ -4,7 +4,7 @@ This file provides guidance to WARP (warp.dev) when working with code in this re ## Project Overview -**ConvoLens** (formerly WhatsSummarize) is an AI-powered conversation analysis platform that transforms messaging exports into insights. Users upload chat exports from WhatsApp (and soon Telegram, Discord, etc.) to visualize communication patterns and generate AI-driven summaries. +**ConvoLens** is an AI-powered conversation analysis platform that transforms messaging exports into insights. Users upload chat exports from WhatsApp (and soon Telegram, Discord, etc.) to visualize communication patterns and generate AI-driven summaries. (Previously known as **WhatsSummarize**.) ## Development Commands @@ -50,7 +50,7 @@ pnpm clean # Clean build artifacts This is a **Turborepo monorepo** with multiple apps and shared packages: ``` -whatssummarize/ +convolens/ ├── apps/ │ ├── web/ # Next.js 15 frontend (App Router) │ ├── api/ # Express.js + TypeORM backend @@ -110,7 +110,7 @@ The architecture is designed to support multiple messaging platforms: 4. Add validation function like `isValidTelegramExport()` #### Brand Identity (ConvoLens) -**Current State**: In transition from "WhatsSummarize" to "ConvoLens" +**Current State**: ConvoLens (renamed from "WhatsSummarize") - **Colors**: Deep Purple (#6B46C1) + Bright Cyan (#06B6D4) + Soft Lavender (#C4B5FD) - **Tagline**: "See Your Conversations Clearly" - **Design System**: Migrating from Ant Design to pure Tailwind + Shadcn/UI diff --git a/apps/api/README.md b/apps/api/README.md index 4dfa095..289b61f 100644 --- a/apps/api/README.md +++ b/apps/api/README.md @@ -1,6 +1,6 @@ -# WhatsApp Summarizer Backend +# ConvoLens Backend -A robust backend service for processing and summarizing WhatsApp chat exports. Built with Node.js, TypeScript, Express, and TypeORM. +A robust backend service for processing and summarizing WhatsApp chat exports. Built with Node.js, TypeScript, Express, and TypeORM. (Formerly WhatsSummarize.) ## ✨ Features @@ -30,8 +30,8 @@ A robust backend service for processing and summarizing WhatsApp chat exports. B 1. Clone the repository: ```bash - git clone https://github.com/JustAGhosT/whatssummarize.git - cd whatssummarize/backend + git clone https://github.com/JustAGhosT/whats-summarize.git + cd whats-summarize/apps/api ``` 2. Install dependencies: @@ -162,8 +162,8 @@ This project uses Husky for Git hooks. Pre-commit and pre-push hooks are configu Build and run using Docker: ```bash -docker build -t whatssummarize-backend . -docker run -p 3001:3001 whatssummarize-backend +docker build -t convolens-api . +docker run -p 3001:3001 convolens-api ``` ### Environment Variables for Production diff --git a/apps/web/README.md b/apps/web/README.md index b7f24b1..0797975 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -1,6 +1,6 @@ -# WhatsApp Group Monitor - Frontend +# ConvoLens - Frontend -This is the frontend for the WhatsApp Group Monitor application, built with Next.js, TypeScript, and Ant Design. It provides a user interface for monitoring and interacting with WhatsApp groups. +This is the frontend for ConvoLens (formerly WhatsSummarize), built with Next.js, TypeScript, and Ant Design. It provides the user interface for uploading messaging exports, monitoring groups, and viewing AI-generated conversation summaries. ## Features diff --git a/apps/web/src/app/landing-page.tsx b/apps/web/src/app/landing-page.tsx index 426b171..dbe58c5 100644 --- a/apps/web/src/app/landing-page.tsx +++ b/apps/web/src/app/landing-page.tsx @@ -120,7 +120,7 @@ const LandingPage = () => {
Try WhatsSummarize today and gain new insights from your conversations.
+Try ConvoLens today and gain new insights from your conversations.
{ Loved by users worldwide- See what people are saying about WhatsSummarize + See what people are saying about ConvoLens
A powerful tool to analyze and summarize your WhatsApp conversations, providing insights and analytics about your chats.
- © {new Date().getFullYear()} WhatsSummarize. All rights reserved. + © {new Date().getFullYear()} ConvoLens. All rights reserved.