{"id":48561022,"url":"https://github.com/bkrajendra/peerpresent","last_synced_at":"2026-04-08T12:17:05.289Z","repository":{"id":344534019,"uuid":"1182123699","full_name":"bkrajendra/peerpresent","owner":"bkrajendra","description":"Real-time remote presentation tool built with PWA, WebRTC, and PeerJS with slide sync, MCQ quizzes, and grading.","archived":false,"fork":false,"pushed_at":"2026-04-05T18:11:33.000Z","size":968,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T19:23:44.384Z","etag":null,"topics":["peerjs","presentation-tools","webrtc"],"latest_commit_sha":null,"homepage":"https://medium.com/@rajendrakhope/building-an-interactive-workshop-tool-no-backend-required-9442c62c926c","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkrajendra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-15T04:17:56.000Z","updated_at":"2026-04-05T18:11:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bkrajendra/peerpresent","commit_stats":null,"previous_names":["bkrajendra/peerpresent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bkrajendra/peerpresent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkrajendra%2Fpeerpresent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkrajendra%2Fpeerpresent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkrajendra%2Fpeerpresent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkrajendra%2Fpeerpresent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkrajendra","download_url":"https://codeload.github.com/bkrajendra/peerpresent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkrajendra%2Fpeerpresent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["peerjs","presentation-tools","webrtc"],"created_at":"2026-04-08T12:17:00.666Z","updated_at":"2026-04-08T12:17:04.021Z","avatar_url":"https://github.com/bkrajendra.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PeerPresent\n![Presenter View](p2.png)\n\n**PeerPresent** is a Progressive Web App for running **interactive presentations** over the network. The presenter shares slides in real time with the team via **WebRTC** (PeerJS). Viewers stay in sync with the presenter and can **interact**—answer quizzes, respond to exercises, and participate in hands-on sections.\n\n[![pages-build-deployment](https://github.com/bkrajendra/peerpresent/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/bkrajendra/peerpresent/actions/workflows/pages/pages-build-deployment)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/90%25%20Vibe%20Coded-purple?style=for-the-badge\u0026logo=github\" /\u003e\n\u003c/p\u003e\n\nDemo: https://peerpresent.rajendrakhope.com?mode=presenter\n\n## Features\n\n- **Real-time sync** — Slides and navigation stay in sync for all viewers (WebRTC via PeerJS).\n- **Presenter / viewer roles** — One presenter controls the deck; others join with a 4-digit room code.\n- **Interactive elements** — Quizzes, exercises, and responses from the audience.\n- **PWA** — Installable on desktop and mobile; works offline once loaded (where supported) - TODO\n- **No backend required** — Signaling uses PeerJS cloud; media is peer-to-peer.\n\n## Quick start: use the demo\n\n![Presenter View](p1.png)\n\n\nNo setup needed. Use the hosted instance:\n\n- **Demo:** [https://peerpresent.rajendrakhope.com](https://peerpresent.rajendrakhope.com)\n\n1. **Presenter:** Open the link http://localhost:8080?mode=presenter → choose **Start as Presenter** → note the **4-digit room code**.\n2. **Team:** Open the same link http://localhost:8080 on their devices → enter the **room code** → **Join Session**.\n3. Presenter advances slides; everyone sees the same slide and can respond to quizzes/exercises.\n\n\u003e Note: For Cloud Instance.\n\u003e Presenter: https://peerpresent.rajendrakhope.com?mode=presenter\n\u003e Clients: https://peerpresent.rajendrakhope.com\n\n![Presenter View](p2.png)\n\n---\n\n## Run locally\n\nYou need a local HTTP server (the app is static HTML/CSS/JS). Use either of the options below.\n\n### Option 1: Node (http-server)\n\n**Prerequisites:** [Node.js](https://nodejs.org/) and npm.\n\n```bash\n# From the project root\ncd /path/to/peerpresent\n\n# One-time: install http-server (or use npx and skip install)\nnpm install -g http-server\n# OR just use npx (no global install):\n# npx http-server\n\n# Start server (serves on http://localhost:8080 by default)\nhttp-server -p 8080\n# If using npx:\n# npx http-server -p 8080\n```\n\nThen open **http://localhost:8080** in your browser.\n\n### Option 2: Python\n\n**Prerequisites:** Python 3.\n\n```bash\n# From the project root\ncd /path/to/peerpresent\n\n# Python 3\npython3 -m http.server 8080\n# Or, if python points to Python 3:\npython -m http.server 8080\n```\n\nThen open **http://localhost:8080** in your browser.\n\n---\n\n## How to present\n\n1. **Presenter**\n   - Open the app (demo or your local URL with ?mode=presenter).\n   - Click **Start as Presenter**.\n   - Share the **4-digit room code** (e.g. on screen or in chat).\n\n2. **Viewers (team)**\n   - Open the same app URL on their device (without ?mode=presenter).\n   - Enter the **4-digit code** and click **Join Session**.\n   - They will sync to the current slide and stay in sync.\n\n3. **During the session**\n   - Use **arrow keys** or on-screen controls to move slides (presenter only).\n   - On quiz/exercise slides, viewers can submit answers; results can be shown to the group.\n\n---\n\n## Requirements\n\n- **Browser:** Modern browser with WebRTC support (Chrome, Firefox, Safari, Edge).\n- **Network:** Presenter and viewers must be able to reach the PeerJS signaling server (`0.peerjs.com`) and each other (NAT/firewall may affect some networks).\n- **HTTPS:** For full PWA install and service worker, use HTTPS. Local development is fine over **http://localhost**.\n\n---\n\n## Tech stack\n\n- **Frontend:** HTML, CSS, JavaScript (vanilla).\n- **Real-time:** [PeerJS](https://peerjs.com/) (WebRTC abstraction).\n- **Hosting:** Static files only; no app backend. Demo hosted at [peerpresent.rajendrakhope.com](https://peerpresent.rajendrakhope.com).\n\n---\n\n## Project structure\n\n```\npeerpresent/\n├── index.html   # Slides + UI\n├── main.js      # PeerJS logic, sync, quizzes\n├── style.css    # Styles\n└── README.md    # This file\n```\n\n---\n\n## License\n\nSee repository or author for license details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkrajendra%2Fpeerpresent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkrajendra%2Fpeerpresent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkrajendra%2Fpeerpresent/lists"}