Project ideas from Hacker News discussions.

If coding has been solved, why does software keep getting worse?

📝 Discussion Summary (Click to expand)

Top 5 themes from the discussion

# Theme Supporting quote
1 Software is getting worse and updates feel dreadful “We’ve reached a point where an update to macOS — or to any app I rely on, really — is a source of dread rather than excitement.” — inigyou
2 Capitalist power shifts prioritize profit over users “It probably comes down handing over power from the user to capital which is antagonistic in its nature to the users' needs.” — rightbyte
3 AI amplifies sloppy code and erodes craftsmanship “AI is the private equity of software and digital media, it makes the first 80% way easier and the last 20% way harder so no one bothers with the last 20% anymore. It’s the ultimate enshittification tool.” — LostInTheWoods
4 Large, mis‑aligned product teams lack ownership “A lot of the product misses come from large product teams where nobody owns anything, and where there’s minimal internal goal alignment.” — hibikir
5 Pejorative labeling (e.g., “fascist”) poisons discourse “Fascist is not just a silly label.” — rightbyte

🚀 Project Ideas

Generating project ideas…

FocusGuard Desktop

Summary

  • Blocks arbitrary focus‑stealing by applications, restoring user control over when windows can capture keyboard/mouse.
  • Core Value Proposition: Return to predictable, user‑centric focus behavior without sacrificing modern OS features.

Details

Key Value
Target Audience Power users, developers, privacy‑conscious OS users who hate surprise focus steals
Core Feature Global focus‑stealing filter with per‑app profiles, debounce timer, and optional “only steal on explicit request” mode
Tech Stack Rust (system‑level hook), Electron for configuration UI, Cross‑platform (Windows, macOS, Linux)
Difficulty Medium
Monetization Revenue-ready: Subscription $4.99/mo (team plans) or one‑time $49 license

Notes

  • HN users repeatedly complained about Slack, Electron apps, and macOS stealing focus mid‑typing; this tool directly addresses that pain.
  • Could be packaged as a system‑wide daemon, making it a differentiating feature for FOSS‑friendly distros and privacy‑focused users.

StewardShip Marketplace

Summary

  • A curated platform that connects FOSS projects needing maintenance with sponsors, contributors, and users who want sustainable stewardship.
  • Core Value Proposition: Ensure long‑term project health by matching funding and expertise to open‑source maintainers.

Details

Key Value
Target Audience Open‑source maintainers, small‑scale project owners, companies relying on critical FOSS libraries
Core Feature Project listings with stewardship scores, funding tiers, contributor matching, and escrow‑based pledge system
Tech Stack Django + PostgreSQL, React front‑end, Stripe for payments, Docker for deployment
Difficulty High
Monetization Revenue-ready: 5 % transaction fee on all pledges + optional premium “Steward” subscription $9/mo

Notes

  • Commenters lamented the lack of “Mullvad‑style” sustainable funding for FOSS; this marketplace provides a concrete solution.
  • Aligns with HN discussions about fascist‑run or neglected FOSS projects; offers a transparent, non‑profit‑driven alternative.

AuditLite

Summary

  • Lightweight, self‑hosted code‑review and CI testing platform focused on catching regressions early in small to medium OSS repositories.
  • Core Value Proposition: Provide automated, explainable test pipelines that reduce “it works on my machine” bugs without heavyweight CI overhead.

Details

Key Value
Target Audience Small‑team OSS maintainers, hobbyist developers, security‑conscious contributors
Core Feature Automated unit/integration test runner, static analysis hooks, PR comment summarizer with “risk score”
Tech Stack Node.js (Express), SQLite, GitHub App integration, Docker Compose for deployment
Difficulty Low
Monetization Hobby

Notes

  • Several HN threads highlighted declining software quality and lack of proper testing; AuditLite directly tackles this by making testing easy and visible.
  • Emphasizes transparency and community trust, resonating with users frustrated by opaque, AI‑generated slop.

NoSlackFocus

Summary

  • A purpose‑built Slack client that eliminates focus‑stealing notifications and offers granular control over when the app can interrupt the user.
  • Core Value Proposition: Preserve user workflow by preventing Slack (or similar chat tools) from hijacking focus during typing or reading.

Details

Key Value
Target Audience Remote workers, developers, anyone heavily reliant on Slack but annoyed by its focus‑stealing behavior
Core Feature “Focus Mode” toggle, custom per‑channel mute‑until‑typed, native window management hooks to block focus events
Tech Stack Electron + React, Native OS focus APIs, Cross‑platform (Windows/macOS/Linux)
Difficulty Medium
Monetization Revenue-ready: Tiered pricing – Free (basic), Pro $3/mo (advanced rules)

Notes

  • Directly references HN complaints about Slack stealing focus while users were typing; this product offers a concrete fix.
  • Could be packaged as a privacy‑respecting alternative to the official Slack client.

VeriRepo

Summary

  • hosted service that automatically verifies logical correctness of code changes using property‑based testing and lightweight formal methods before merge.
  • Core Value Proposition: Catch subtle bugs early, reducing regression rates without requiring deep expertise in formal verification.

Details

Key Value
Target Audience Development teams using GitHub/GitLab, maintainers of critical open‑source projects, security‑focused engineers
Core Feature GitHub Action that runs property‑based tests, generates verification reports, blocks merge on failures
Tech Stack Python (Hypothesis), Docker runners, GitHub Actions, PostgreSQL for storing results
Difficulty High
Monetization Revenue-ready: Usage‑based pricing $0.01 per verification run, free tier 100 runs/mo

Notes

  • Aligns with HN discussions about AI‑generated slop and the resulting bug explosion; VeriRepo provides a guardrail against that.
  • Appeals to developers frustrated with declining software quality and seeking automated assurance before shipping.

Read Later