Project ideas from Hacker News discussions.

YC CEO says he ships 37K LoC AI code per day. A developer looked under the hood

📝 Discussion Summary (Click to expand)

1. AI‑driven bloat and inefficient front‑end assets
“Tan/AI built the website so that when a user visits, their browser makes 169 server requests for various assets totaling 6.42 MB in size.” — Alien1Being

2. “Good enough” pragmatism vs. quality‑obsessed criticism
“If you asked me to build a house, I could probably assemble something that would stand for a few months… That is effectively what a website like this is. It is not really a product.” — apimade

3. Hype‑heavy bragging and lack of accountability
“It’s still a pile of steaming garbage… the total lack of self‑awareness is comical and disturbing.” — hereme888


🚀 Project Ideas

PagePulse

Summary

  • Scans any webpage, flags excessive HTTP requests, oversized assets, and missing compression, then auto‑optimizes images, CSS, and JS to cut page weight.
  • Saves developers hours of manual auditing while dramatically improving load speed and SEO.

Details

Key Value
Target Audience Web developers, product teams, startup founders
Core Feature Automated performance audit + one‑click asset compression
Tech Stack Node.js backend, Next.js UI, Cloudinary API, PostgreSQL
Difficulty Medium
Monetization Revenue-ready: Tiered subscription ($9/mo per site, Enterprise $199/mo)

Notes

  • HN users complain about 6‑digit request counts and wasted bandwidth—PagePulse directly addresses that pain.
  • Potential for integration into CI pipelines and marketing as a “lean‑web” badge.

LeanCI

Summary

  • GitHub Action that blocks merges when a pull request adds more than a configurable number of HTTP requests or exceeds a total page‑weight threshold, enforcing lean‑web standards.
  • Provides inline reports and suggestions directly in the PR view.

Details

Key Value
Target Audience Open‑source maintainers, engineering teams, CI/CD administrators
Core Feature CI gatekeeping for request count and page weight
Tech Stack JavaScript, Docker, GitHub Actions, JSON reporting
Difficulty Low
Monetization Revenue-ready: Freemium (Free for public repos, Team $15/mo)

Notes

  • Commenters highlight “169 requests for 6 MB” as unacceptable—LeanCI makes such issues actionable.
  • Could spark discussion on quality gates and prevent bloat from reaching production.

BundleBud

Summary

  • CLI and VS Code extension that uses LLMs to refactor code, eliminate duplicated assets, and rewrite bloated bundles into minimal equivalent code.
  • Generates a diff showing removed lines and reduced bundle size, guaranteeing no functional loss.

Details

Key Value
Target Audience Developers producing AI‑generated or legacy codebases, especially those facing “37k LOC per day” concerns
Core Feature AI‑driven code and asset pruning
Tech Stack Python (FastAPI), Llama 3 model, Docker, React UI
Difficulty High
Monetization Revenue-ready: Usage‑based $0.01 per refactor minute, Pro $12/mo

Notes

  • HN discussions about bloat and “good enough” code will find BundleBud a practical remedy.
  • Opportunity for community contributions and open‑source templates.

Read Later