Project ideas from Hacker News discussions.

Cursor launches Origin, GitHub alternative

📝 Discussion Summary (Click to expand)

1. Naming & Distinguishability

“How about an original and distinguishable name?”croes
“A word that is already used in computer is a bad name… Ambiguity is a source of confusion and mistakes.”croes

2. Trust & Data‑Privacy Concerns

“What kind of enforceable guarantees could we actually get that xAI won’t use our private code for training? Not empty promises, guarantees that have legal teeth.”pseudosavant
“I’m not hosting my code with a company that creates child porn.”grandpajoey

3. Expectation of New Features / Differentiation

“Over the next few weeks you can expect a handful of features starting to change source control to better understand and work with agents.”tomasreimers
“There's a lot of space to innovate around collaboration and version control in the age of agentic workflows.”dutchCourage


🚀 Project Ideas

Generating project ideas…

VerityGit

Summary

  • A privacy‑first code‑hosting service that guarantees private repositories are never used for model training, enforced by on‑chain attestation and zero‑knowledge proofs.
  • Core value: Zero‑exposure AI – users can host code with full confidence that their IP won’t be harvested.

Details

Key Value
Target Audience Individual developers, open‑source maintainers, and small teams who distrust cloud‑based AI code hosts
Core Feature Cryptographic attestation that private repos are never exposed to external AI training pipelines
Tech Stack Backend: Rust + PostgreSQL; Frontend: React + Tailwind; Attestation: Ethereum‑compatible ZK‑SNARKs; Hosting: Docker/Kubernetes
Difficulty Medium
Monetization Revenue-ready: {tiered SaaS pricing – Free tier, $9/mo Pro, $49/mo Team}

Notes

  • HN commenters repeatedly asked for guarantees that their private code won’t be used for AI training; VerityGit answers that directly.
  • Potential for a strong community around “data sovereignty” in version control, sparking discussion on ethical hosting.

StackSync

Summary

  • A stacked‑pull‑request workflow platform designed for agentic development, enabling atomic, review‑ready PR series with auto‑merge signals.
  • Solves the “how do I push changes safely when AI agents generate code?” problem.

Details

Key Value
Target Audience AI‑augmented developers, open‑source contributors, and teams using LLMs to generate PRs who need disciplined merge pipelines
Core Feature Multi‑PR stack management with automatic conflict resolution and merge‑ready flags
Tech Stack Backend: Go + gRPC; DB: CockroachDB; Frontend: Vue 3 + Vite; CI: GitHub Actions (self‑hosted option)
Difficulty High
Monetization Revenue-ready: {usage‑based pricing – $5/mo per user, $50/mo for enterprise}

Notes

  • Directly references the HN thread about “stacked PRs” being a killer feature; users voiced frustration over current GitHub not supporting this workflow.
  • Offers a concrete productivity boost for the growing agentic coding movement, encouraging discussion on tooling evolution.

OriginAI Proxy

Summary

  • A lightweight API gateway that validates all pushes from LLMs, preventing accidental pushes to the wrong remote (e.g., “origin”) and enforcing explicit remote selection.
  • Provides disambiguation for ambiguous terms like “origin” to stop unintended code uploads.

Details

Key Value
Target Audience Developers who interact with LLMs for code generation and want safety from accidental remote pushes; also useful for teams adopting AI‑assisted workflows
Core Feature Remote‑validation ruleset + “push‑context” verification that blocks ambiguous pushes unless a signed intent is provided
Tech Stack Serverless: Cloudflare Workers; Validation engine: Rust; Persistence: SQLite; Frontend: Minimal React overlay
Difficulty Low
Monetization Hobby

Notes

  • Addresses the exact concern raised by a commenter about “calling this ‘Origin’ leading to semantic misinterpretations by LLMs.”
  • Simple to adopt, encourages community dialogue around safer AI‑code integration and could evolve into a standard middleware for AI‑centric version control.

Read Later