Project ideas from Hacker News discussions.

Bun support is now limited and deprecated

📝 Discussion Summary (Click to expand)

Top 5 Themes from the discussion

  • Massive AI‑driven rewrite erodes trust

    “They literally threw out every line of code that existed before and rewrote it in a completely different language, seemingly on a whim. That's how it was trashed, in the very literal sense that all of the existing project was tossed in the trash in favor of a completely brand new code base.” — tedivm

  • Lack of human review raises risk

    “It is difficult to get a man to understand something, when his salary depends upon his not understanding it.” — vosper

  • Decision framed as political/ideological, not purely technical

    “It seems that you are making this decision because you get a bad feeling when thinking about AI involvement.” — johnfn

  • AI‑assisted coding can be acceptable if properly managed

    “The vast majority of new software is written using AI. The problem is not that it is written by AI, but rather than some people treat it like a black box.” — happytoexplain

  • Maintainability concerns over a million‑line AI‑translated codebase

    “The ground truth is that the new maintainers can’t possibly have a good understanding of the many millions of lines of vibe‑translated code. Even assuming that the code happens to work okay in its current state, the lack of understanding means a high risk that its continuing maintenance won’t result in a satisfactory level of reliability.” — layer8


🚀 Project Ideas

[BunTrust Validator]

Summary

  • Automates audit of massive AI‑generated code changes to restore trust in dependencies.
  • Produces a human‑review checklist and a quantitative risk score for downstream adoption.

Details| Key | Value |

|-----|-------| | Target Audience | Maintainers of JavaScript runtimes and projects that depend on them | | Core Feature | Detects LLM‑generated files, counts human‑reviewed lines, and outputs a risk score | | Tech Stack | Node.js scripts, Python LLM‑marker detector, GitHub Actions CI | | Difficulty | Medium | | Monetization | Hobby |

Notes

  • HN users repeatedly lament “no one has read the code” – this tool directly surfaces that gap.
  • Can be exposed as a GitHub App that blocks merges lacking sufficient audit, resolving the trust pain point. ## [RewriteAuditor]

Summary- Scans pull requests that replace large codebases (e.g., Zig→Rust) and flags AI‑only translations.

  • Generates a summary of unverified sections for mandatory human review.

Details

Key Value
Target Audience Open‑source project maintainers wary of AI rewrites
Core Feature Identifies files with low human‑review coverage and suggests review thresholds
Tech Stack Rust CLI, GitHub API, Markdown analysis
Difficulty High
Monetization Hobby

Notes

  • Commenters express “no one understands the new code” – this service gives them a concrete verification step.
  • Can be integrated as a CI check, turning vague concerns into actionable gates.

[LeanRuntime Builder]

Summary

  • Generates minimal, dependency‑free runtimes that replace heavy ecosystems (e.g., Bun, Deno) with vanilla‑style binaries.
  • Provides automated testing and security profiling to assure stability.

Details

Key Value
Target Audience Developers who need a lightweight JS/TS runtime but fear bloat and security exposure
Core Feature Produces a custom runtime binary with only required standard‑library functions, bundled with test coverage report
Tech Stack Rust, WASI, Docker for CI, OpenVAS scanner
Difficulty High
Monetization Hobby

Notes

  • HN discussion highlights “dependency surface area” and “security footprint” concerns – this tool directly reduces both.
  • Can be offered as a SaaS generator with a public API, giving users a “one‑click” safe alternative. ## [VibeScore Badge]

Summary

  • Calculates a public “VibeScore” for any repository based on rewrite transparency, test coverage, and human‑review ratio. - Renders a badge that can be embedded in READMEs to signal trustworthiness. ### Details | Key | Value | |-----|-------| | Target Audience | Project maintainers and consumers looking to assess AI‑rewrite risk at a glance | | Core Feature | Aggregates metrics (human‑review %, test pass %, AI‑generation probability) into a score and badge | | Tech Stack | Python backend, GitHub API, shields.io style JSON badge | | Difficulty | Low | | Monetization | Revenue-ready: subscription for premium analytics |

Notes

  • Frequent HN chatter about “vibe‑coded” projects lacking credibility – this badge turns sentiment into a shareable metric.
  • Can be extended to auto‑update badges on each release, encouraging better practices.

[SafeDependency Recommender]

Summary

  • Analyzes a project's dependency tree and recommends minimal, audited alternatives (e.g., vanilla JS patches) to replace risky AI‑generated libs.
  • Supplies a ready‑to‑use snippet with test verification.

Details

Key Value
Target Audience Engineers who depend on runtimes like Bun but want to avoid unverified AI code
Core Feature Suggests replacement snippets, automatically generates tests, and flags high‑risk dependencies
Tech Stack Node.js, TypeScript, AI‑generated code validator, Jest for testing
Difficulty Medium
Monetization Hobby

Notes

Read Later