{"id":29629066,"url":"https://github.com/node0/stargate","last_synced_at":"2025-08-16T18:06:07.803Z","repository":{"id":302991521,"uuid":"883894972","full_name":"Node0/stargate","owner":"Node0","description":"🚀 Stargate -- Privacy-First Real-Time Collaboration Platform","archived":false,"fork":false,"pushed_at":"2025-08-05T20:27:28.000Z","size":436,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T00:27:26.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Node0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-05T19:04:51.000Z","updated_at":"2025-08-05T20:27:31.000Z","dependencies_parsed_at":"2025-07-09T16:04:53.815Z","dependency_job_id":null,"html_url":"https://github.com/Node0/stargate","commit_stats":null,"previous_names":["node0/stargate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Node0/stargate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fstargate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fstargate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fstargate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fstargate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Node0","download_url":"https://codeload.github.com/Node0/stargate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fstargate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270749192,"owners_count":24638673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-21T09:34:23.715Z","updated_at":"2025-08-16T18:06:07.752Z","avatar_url":"https://github.com/Node0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🚀 Stargate: Time-Aware Collaboration Platform\n\n\u003e **Your data. Your timeline. Your control.**\n\nStargate is a self-hosted, real-time collaboration platform that has grown beyond live sync. With built-in temporal navigation, Stargate now treats *time* as a first-class citizen, letting you rewind, replay, and reconstruct the entire arc of your work. It’s like version control for everything, code, notes, conversations, media, without the complexity or silos.\n\nWhether you're a family sharing moments, a dev team iterating on ideas, or a research group preserving provenance, Stargate helps you stay in sync *and* in control, with full historical visibility.\n\n---\n\n## 🌟 What Sets Stargate Apart\n\nMost collaboration tools treat history as a secondary feature. Stargate makes it core:\n\n- **🗓️ GitHub-Style Activity Maps** – Visualize when and how work happens\n- **🕹️ Timeline Scrubbing** – Glide through your project’s history like a video\n- **🧭 Quantum Navigation** – Step through precise changes with full fidelity\n- **♻️ State Reconstruction** – Instantly rebuild the state of any moment in time\n\nAll backed by a privacy-first, zero-cloud architecture that keeps your data where it belongs, on your machines, under your rules.\n\n---\n\n## 🛠️ Core Capabilities\n\n### 🧠 Time-Aware Collaboration\n- **Contribution Maps**: Visual heatmaps of activity across days and months\n- **Day \u0026 Hour Navigation**: Explore work at any granularity\n- **Event-Level Stepping**: Jump backward or forward through individual changes\n- **Recover, Rewind, Relearn**: Perfect for debugging, retrospectives, or postmortems\n\n### ⚡ Real-Time Sync\n- **WebSocket Architecture**: Millisecond-latency updates with full-duplex channels\n- **Register-Based Collaboration**: Avoid overwrites; work in parallel with clarity\n- **Live vs Timeline Mode**: Move fluidly between active collaboration and historical review\n\n### 🔐 Privacy by Design\n- **Fully Self-Hosted**: No SaaS, no spying, no third-party lock-in\n- **Immutable Event Store**: Append-only logs ensure auditability and integrity\n- **REQ Header Pattern**: Secure, base64-encoded metadata in transport, no leaky URLs\n- **No Telemetry**: Zero analytics, zero tracking, zero compromise\n\n---\n\n## UI Screenshot\n\n\u003cimg width=\"800\" height=\"627\" alt=\"Stargate_basic_screenshot\" src=\"https://github.com/user-attachments/assets/1e284796-fe6d-4716-bb14-a6c2e1d01058\" /\u003e\n\n\n\n\n\n\n\n\n\n## 🧱 Architecture Overview\n\n### Backend (Bun + TypeScript)\n```\nEventStore (LibSQL) → TimeMapCalculator → StateReconstructor\n     ↓                        ↓                    ↓\nWebSocket Server → Message Broadcasting → Client Updates\n```\n\n### Frontend (Aurelia 2.0)\n```\nTimeMap → DayScrubber → QuantumNavigator\n   ↓           ↓              ↓\nMessageBus → CollaborationService → UI Components\n```\n\n### Feature Stack\n- **🔁 Event Sourcing** – Every change is an atomic event\n- **⚡ Smart Caching** – Instant, in-memory navigation via LRU strategies\n- **🔍 Integrated Search** – Powered by MiniSearch for blazing-fast lookup\n- **🧩 Modular Components** – Clean service-oriented architecture\n\n---\n\n## 🎯 Use Cases\n\n### 👨‍💻 Dev Teams\n- **Time-Travel Debugging** – Trace how issues evolved across time\n- **Context-Rich Code Reviews** – Understand the \"why\" behind the \"what\"\n- **Infra Drift Tracking** – Monitor and reconstruct config changes\n\n### 🔬 Researchers \u0026 Analysts\n- **Reproducibility by Default** – Every step, timestamped and restorable\n- **Parallel Inquiry** – Multiple researchers, no conflict\n- **Compliance \u0026 Audit** – Full history of data access and modifications\n\n### 🎨 Creative \u0026 Media Teams\n- **Nonlinear Iteration** – Skip versions, branch ideas, preserve forks\n- **Asset Commentary** – Annotate visuals, scripts, footage in real-time\n- **Process Memory** – Review your creative journey from start to finish\n\n---\n\n## 🚀 Getting Started\n\n```bash\n# Prerequisites: Bun runtime (https://bun.sh)\n\n# Clone and install\ngit clone \u003crepository-url\u003e\ncd stargate\nbun install\n\n# Development (hot reload)\nbun run dev\n\n# Production\nbun run build \u0026\u0026 bun run server\n```\n\nAccess Stargate at: `https://localhost:5900`\n\n---\n\n## 🤔 Why \"Time-Aware\"?\n\nMost tools trap you in the present. Stargate unlocks the past.\nIdeas evolve. Bugs emerge. Insights fade. With Stargate, you don’t just *collaborate in real time*, you can *retrace the path that got you there.*\n\nThis isn’t just about syncing faster. It’s about remembering better.\n\n---\n\n## 📄 License\n\nLicensed under **AGPLv3** ,  Ensuring Stargate remains open, forkable, and community-driven.\n\n**Ready to sync, rewind, and replay?** Stargate is your portal. 🚪✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode0%2Fstargate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode0%2Fstargate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode0%2Fstargate/lists"}