chatviewer

ChatViewer

An offline ChatGPT conversation viewer with terminal interface. View, search, and manage your ChatGPT conversations offline with a sleek terminal-style interface.

👁️ Features

🚀 Live Demo

Visit the live application: https://igor-kan.github.io/chatviewer

🛠️ Technologies Used

🏃‍♂️ Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/igor-kan/chatviewer.git
    cd chatviewer
    
  2. Install dependencies:
    npm install
    # or
    pnpm install
    
  3. Run the development server:
    npm run dev
    # or
    pnpm dev
    
  4. Open http://localhost:3000 in your browser.

📁 How to Use

  1. Import Conversations: Use the import feature to load your ChatGPT conversation data
  2. Navigate: Use terminal commands to browse through your conversations
  3. View: Open individual conversations to read them offline
  4. Search: Find specific conversations using keywords
  5. Export: Save conversations in different formats

🔧 Browser Extension Integration

This app works with browser extensions that can export ChatGPT conversation data. Make sure you have the necessary permissions enabled.

📦 Deployment

This project is configured for GitHub Pages deployment:

npm run deploy

📄 License

This project is open source and available under the MIT License.