Run TalkReplay locally in minutes
Follow these steps to clone the TalkReplay workspace and launch the developer preview that mirrors our production workflow.
Repository:https://github.com/yfge/TalkReplay
Already have it locally at /Users/geyunfei/dev/yfge/TalkReplay? Jump to the install step and keep that folder updated with git pull.
- 1
Clone or update the source
Grab the latest code so your local replay matches the current release cadence.
git clone https://github.com/yfge/TalkReplay.git - 2
Install dependencies
Use pnpm for deterministic installs and workspace scripts.
cd TalkReplay pnpm install - 3
Launch the dev server
Run the preview on the same 3002 port we use internally for faster manual QA.
pnpm dev -- --port 3002 - 4
Open the app
Visit http://localhost:3002 to confirm the TalkReplay interface loads and sample data is available from fixtures/.
Verify it worked
- Look for the provider setup dialog. Point it to your Claude and Codex transcript folders or rely on the defaults.
- Import the fixtures from the left rail to explore a replay immediately.
Next steps
- Run pnpm lint and pnpm test before committing changes to keep your replay history tidy.
- Check tasks.md in the repo for the next suggested enhancements.