Project ideas from Hacker News discussions.

Codeberg bans vibe coded projects

📝 Discussion Summary (Click to expand)

1 – Detecting AI‑generated contributions

“Most people leave the ‘Co‑authored‑by: …’ lines in their Git commits … I’d detect the rest with a Random Forest Classifier.” – guessmyname

2 – Preserving a human‑written code commons

“Claude‑written code is quite easy to spot – because it has this particular style of overly verbose ‘walls of text’ comments…” – OleksandrC

3 – Ambiguity of the “mostly” rule and enforcement practicality

“‘Most’ is clear and unambiguous… It means more X than Y.” – lproven

4 – Community response and calls for alternatives

“I already did move everything there. The responsiveness is great.” – witx


🚀 Project Ideas

AIAuthZ

Summary

  • Detect AI‑generated code in public repos to enforce “no‑vibe‑code” policies automatically.
  • Provide a score and actionable flags for platform operators and repo maintainers.

Details

Key Value
Target Audience Open‑source platform maintainers, CI/CD admins
Core Feature AI code scoring via lightweight LLM analysis of commit messages, file patterns, comment style
Tech Stack Python backend, HuggingFace distilled transformer, ElasticSearch, React dashboard
Difficulty Medium
Monetization Revenue-ready: Subscription per repository

Notes

  • Solves the “How will they detect?” question by offering a ready‑made detector that can be self‑hosted.
  • Can be integrated as a GitHub Action or Codeberg CI step for real‑time flagging.
  • Potential to license as a privacy‑preserving service for other hosts.

ProvenanceAI

Summary

  • Record human authorship and AI‑assistance metadata for each commit to prove compliance with “mostly human” requirements.
  • Generate verifiable provenance logs that can be audited without exposing source code.

Details

Key Value
Target Audience Repository owners, legal teams, compliance officers
Core Feature Commit‑level AI contribution tagging using signature analysis and optional opt‑in log upload
Tech Stack Go microservice, PostgreSQL provenance DB, Git webhook integration, Markdown UI
Difficulty High
Monetization Revenue-ready: Tiered pricing by number of repositories

Notes

  • Directly answers the HN request for a way to prove AI usage was disclosed.
  • Works with existing Git hooks, so workflow isn’t disrupted.
  • Can be packaged as a GitHub App for easy adoption across hosts.

VibePort

Summary

  • Curated “Human‑Only” mirror of popular open‑source projects that pass a strict AI‑free filter.
  • Gives contributors a safe harbor for code that meets human‑written standards.

Details

Key Value
Target Audience Open‑source maintainers seeking a ban‑free hosting space
Core Feature Automated mirroring + AI‑free verification pipeline; optional incentivized contribution awards
Tech Stack Node.js backend, Docker containers, Cloudflare Workers for mirroring, PostgreSQL, Discourse community
Difficulty Medium
Monetization Hobby

Notes

  • Directly answers “where will vibe coders go?” by offering a purpose‑built platform.
  • Community‑driven verification reduces manual moderation overhead.
  • Can partner with existing forge software (e.g., Forgejo) for seamless integration.

CoAuthorBadge

Summary

  • Browser extension and CI badge that automatically adds a visible “AI‑assisted” label and required disclosure metadata to repos flagged as AI‑heavy.
  • Enforces transparency without imposing platform bans.

Details

Key Value
Target Audience Developers, open‑source contributors, CI maintainers
Core Feature Detects AI patterns in commit history and injects badge + JSON disclosure file
Tech Stack TypeScript browser extension, GitHub Action, JSON schema validation, simple web UI
Difficulty Low
Monetization Revenue-ready: Freemium tier

Notes

  • Answers the “how to signal compliance” question raised by many commenters.
  • Low‑friction; users can stay on any host while still meeting Codeberg‑style standards.
  • Potential to become a de‑facto standard for AI‑disclosure across multiple platforms.

Read Later