ChatJourney is a browser extension that automatically transforms your entire AI chat history into a clear and interactive visual timeline. All data are processed locally and privately.
- ChatGPT Journey: Transform your ChatGPT interactions into an illustrative timeline.
- Download
chatjourney-chrome.zipfrom Releases - Unzip the file
- In Chrome go to the extensions page (
chrome://extensions) - Enable Developer Mode
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward)
- Download
chatjourney-firefox.zipfrom Releases - Unzip the file
- In Firefox go to the settings page (
about:debugging#/runtime/this-firefox) - Click
Load Temporary Add-on... - import
manifest.jsonfrom the unzipped directory (do not delete the folder afterward)
- Clone the repo
- Install dependencies with
bun install bun run buildorbun run build-firefox- Load
dist/chromeordist/firefoxdirectory to your browser
To avoid mess up css with host pages, we try to use classNames available on host pages. We build dev tool to check all the classNames in our source code. Check dev-tools for details.
For the same reason, We don't use tailwindcss, the dependency of
tailwindcss: "3" is only to make prettier-plugin-tailwindcss working.
