Project ideas from Hacker News discussions.

The Zig project's rationale for their anti-AI contribution policy

📝 Discussion Summary (Click to expand)

4 prevailing themes

  • Why build or use an existing project when an LLM can just write it?

    "Why use someone's project when you can just have the robot write your own?" – jart

  • Policy rejects LLM‑generated contributions to value contributors over code

    "Zig values contributors over their contributions." – dgellow

  • LLMs struggle with robust tests, thorough documentation, and deep design

    "An LLM most definitely cannot spit out robust tests or thorough documentation." – tov

  • LLM‑driven reinvention shifts labor: many people reinvent OSS projects, stimulating the labor economy but raising quality‑maintenance concerns

    "It also stimulates the labor economy, because you have lots of people everywhere reinventing open source projects with their LLMs." – jart


🚀 Project Ideas

ContributionGuard

Summary- Detects and flags LLM‑generated PRs before they reach maintainers.

  • Provides an automated quality score and compliance badge.
  • Core value proposition: lets maintainers reject slop without manual review overhead.

Details

Key Value
Target Audience Open‑source project maintainers
Core Feature PR‑level LLM detection, quality scoring, compliance report
Tech Stack Python FastAPI, PostgreSQL, HuggingFace inference
Difficulty Medium
Monetization Revenue-ready: $5/mo per repo

Notes

  • Directly solves the “I have to QA LLM‑spam” pain point raised repeatedly on HN.
  • Can be packaged as a GitHub Action for seamless integration.

VibeBoilerplate Hub

Summary

  • A marketplace of ready‑to‑run starter projects with baked‑in test suites and auto‑generated docs.
  • Solves the endless “I have more feature requests” loop by giving a complete, tested baseline.
  • Core value proposition: lets developers ship a functional app in minutes instead of weekends.

Details

Key Value
Target Audience Solo developers and hobbyists building one‑page or micro‑apps
Core Feature One‑click deployment, auto‑generated CI, auto‑generated documentation
Tech Stack Docker, Next.js, Node.js, Github Packages
Difficulty Low
Monetization Hobby

Notes- Echoes jart’s observation that vibe coding is cheap but leads to endless to‑do lists.

  • Users can fork, customize, and publish their own versions, fueling the ecosystem.

TrustLedger

Summary- Reputation engine that assigns a trust score to contributors based on verified human activity and code review history.

  • Flags AI‑assisted contributions for extra scrutiny.
  • Core value proposition: helps maintainers prioritize genuine contributors and ignore low‑effort AI PRs.

Details

Key Value
Target Audience OSS project maintainers and community moderators
Core Feature Trust scoring, LLM‑usage flagging, contribution heatmap
Tech Stack Rust backend, GraphQL API, Redis cache
Difficulty High
Monetization Revenue-ready: tiered $10/mo per team

Notes

  • Aligns with the “contributor poker” discussion about being flooded by AI slop.
  • Can be offered as a SaaS plug‑in for GitHub/GitLab repositories.

ProvenanceLedger

Summary

  • Immutable ledger that records the provenance of every code commit, automatically tagging AI‑generated portions.
  • Enables clear licensing, copyright attribution, and legal risk mitigation.
  • Core value proposition: gives legal teams a reliable way to audit AI‑derived code.

Details

Key Value
Target Audience Legal/compliance teams, large OSS foundations
Core Feature Commit provenance tracking, AI‑code attribution, license verification
Tech Stack IPFS, Solidity smart contracts, PostgreSQL
Difficulty High
Monetization Revenue-ready: enterprise license

Notes

  • Directly addresses concerns about “who owns the code” when LLMs are used.
  • Could be marketed as a compliance SaaS for major open‑source foundations.

RefactorAI Studio

Summary

  • Lightweight IDE plug‑in that assists developers in integrating LLM‑generated patches into legacy codebases while preserving test coverage. - Generates diffs, writes missing tests, and suggests review checkpoints.
  • Core value proposition: reduces the friction of safely adopting AI‑generated code in mature projects.

Details| Key | Value |

|-----|-------| | Target Audience | Maintenance teams for legacy codebases (Rust, C++, Java) | | Core Feature | Diff generation, auto‑test scaffolding, coverage guardrails | | Tech Stack | VS Code Extension, Python microservice, Playwright | | Difficulty | Medium | | Monetization | Hobby |

Notes- Mirrors the pain of “I can’t just accept a 1000‑line LLM PR”; this tool lets you vetify it.

  • Open‑source with optional paid support for enterprise users.

DocuCraft Studio

Summary

  • Community‑curated documentation generator that builds comprehensive docs from code, issue discussions, and usage examples.
  • Includes a moderation layer where contributors verify completeness and accuracy.
  • Core value proposition: eliminates the “no one reads docs” problem by creating vetted docs automatically.

Details

Key Value
Target Audience OSS maintainers and contributors who value thorough documentation
Core Feature Auto‑doc generation, community verification, searchable site
Tech Stack React, Markdown, Github Actions, Algolia
Difficulty Medium
Monetization Revenue-ready: usage‑based $0.001 per doc render

Notes

  • Addresses repeated HN complaints about poor or missing documentation. - Aligns with simonw’s focus on “usage” and “sanding down” docs.

Read Later