Leave persistent, line-anchored comments and guided tours on your codebase. Walk new team members through the code in real time, or let them explore at their own pace.
# Install go install github.com/pairpad/pairpad/cmd/pairpad@latest # Share the current directory pairpad connect
Click any line to leave a comment. Threaded replies, resolve/unresolve. Anchored via AST, so comments follow functions when code changes.
Create ordered walkthroughs through your codebase. New hires follow the tour at their own pace. The async onboarding tool.
Control everyone's viewport in real time. Open files, scroll, highlight. Your team sees what you see. Like a live code walkthrough.
Source code is encrypted between your machine and the browser. The relay never sees your code. It only stores annotations.
Single binary. Go install or download a release.
go install ...pairpad@latest
Point it at your project. Get a shareable session URL.
pairpad connect
Share the link. Annotate, tour, and guide together.
https://app.pairpad.dev/#...
Free and open source. Run everything locally with no limits, or use the hosted relay at app.pairpad.dev. Self-host your own relay for full control.