jamielab@console :: /_projects/chatarchive.md
online 2026-02-03 05:32
ChatArchive

Status: Building
Tags: fastapi, react, sqlite, llm, search

Overview

ChatArchive is a self-hosted app for importing and organizing conversation exports from ChatGPT (and eventually Claude/others). The goal is a clean UI, local-first storage, and fast search over your history.

Screenshot

What it does

  • Import ChatGPT conversations.json
  • Normalize conversations into a local database (SQLite)
  • Browse conversations in a simple React UI
  • Prep for full-text search, tags, and export

Tech stack

  • Frontend: React + TypeScript (Vite)
  • Backend: FastAPI (Python)
  • Storage: SQLite (planned: optional Postgres)

← Back to Projects