https://github.com/benikk/pair-program
Program with your friends
https://github.com/benikk/pair-program
Last synced: 10 months ago
JSON representation
Program with your friends
- Host: GitHub
- URL: https://github.com/benikk/pair-program
- Owner: BeNikk
- License: mit
- Created: 2025-08-08T02:52:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T04:39:12.000Z (11 months ago)
- Last Synced: 2025-08-24T08:03:17.398Z (11 months ago)
- Language: TypeScript
- Homepage: https://pair-program-nine.vercel.app
- Size: 1.87 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pair-program
Discuss, Solve and Code together with your friends.
Tech Stack
- Real time updates using Web Sockets (ws library) and CRDT (using Y.js).
- Livekit for Audio and Video integration.
- Express + Typescript for the backend
- Nextjs with tailwind css
## Join rooms

## Code Together

## AI Question generation (using Gemini)

## Review your solution

## Conflict management
Handled via Y.js (CRDT)
## Running the app
docker compose up (--build if image not there)