Project ideas from Hacker News discussions.

Code Scans

📝 Discussion Summary (Click to expand)

Generating summary…


🚀 Project Ideas

Contextual Code Cleaner

Summary

  • Automatically detects and removes unused code while respecting project conventions (generated files, test fixtures, indirect references).
  • Core value: One‑command dead‑code elimination that matches what senior engineers would manually specify.

Details

Key Value
Target Audience Developers maintaining large codebases
Core Feature LLM‑powered static analysis that infers exclusion rules from repo structure and applies them
Tech Stack Python, Tree‑sitter, LLM API (OpenAI or local), CLI, optional VS Code extension
Difficulty Medium
Monetization Hobby

Notes

  • Addresses akersten’s frustration: “If I '/goal remove unused code' in Claude today, I would not even think to specify 'check for indirect references' and 'don't consider generated code dead code'…”. This tool builds those intuitions in.
  • Provides concrete utility for code hygiene and could be showcased as a Show HN post, sparking discussion on AI‑assisted refactoring.

AgentSwarm Studio

Summary

  • A low‑code orchestrator that turns a natural‑language goal into a coordinated team of LLM agents, each with a specific role (planner, coder, reviewer, tester) and access to dev tools (git, linters, build).
  • Core value: Eliminates the need to manually prompt each step; users get a working solution with minimal oversight.

Details

Key Value
Target Audience Product managers, indie hackers, teams wanting to prototype features via AI
Core Feature Goal‑driven workflow engine that spawns, communicates, and aggregates results from multiple agents
Tech Stack Node.js/TypeScript, LangChain/LlamaIndex, Redis for message passing, Docker sandboxed agents, OpenAI API
Difficulty High
Monetization Revenue-ready: subscription tiered by agent‑hours

Notes

  • Directly answers fakeBeerDrinker’s joke about an “agentic mapreduce” and a “talent dense” team of prompters, delivering a realizable version.
  • Could ignite HN debate on agent safety, cost control, and the future of AI‑augmented software teams.

Prompt Library for Dev Tasks

Summary

  • A curated marketplace of expert‑crafted, battle‑tested prompt templates for common developer chores (dead‑code detection, security audit, performance profiling, etc.) that include the necessary nuance and tool usage.
  • Core value: Saves time and improves reliability by reusing prompts that already encode indirect‑reference checks, file exclusions, etc.

Details

Key Value
Target Audience Developers who use LLMs for coding assistance, prompt engineers looking to monetize expertise
Core Feature Searchable repository, versioning, ability to run prompts via CLI or IDE plugin with variable substitution
Tech Stack React frontend, PostgreSQL DB, Node.js backend, OAuth, Stripe for payments
Difficulty Low‑Medium
Monetization Revenue-ready: per‑prompt purchase or subscription

Notes

  • Mirrors akersten’s desire to avoid repeatedly specifying details like “exclude generated files and test fixtures”; the library supplies ready‑made prompts that already contain them.
  • Offers a practical venue for HN users to share and discover high‑quality prompts, encouraging community discussion and reuse.

Read Later