Project ideas from Hacker News discussions.

OpenCode – Open source AI coding agent

📝 Discussion Summary (Click to expand)

6 dominant themes from the HN thread

Theme Supporting quote
1. Pricing pressure – subscription vs. API costs “I pay $100/mo to Anthropic. Yesterday I coded one small feature via an API key by accident and it cost $6. At this rate, it will cost me $1,000/mo to develop with Opus.” – stavros
2. Blacklisting / restricted third‑party harnesses “You are just not allowed to use your Claude Code subscription with OpenCode (or any other third‑party harness for the record).” – pczy
3. Intentional lock‑in and friction “The goal is to use Anthropic subscriptions outside of Claude Code!! That is the lock‑in.” – esafak
4. Preference for open‑source, hackable agents “OpenCode feels like the ‘open‑source Copilot agent’ moment – more control, hackability, and no black‑box lock‑in.” – fnordpiglet
5. Performance & resource usage concerns “Claude Code is an Electron app (for a TUI? WTH?) and Codex is Rust… the latter definitely feels more snappy.” – KronisLV
6. Ethical / corporate‑behavior worries “Both of them promised to help their government illegally mass surveil and mass kill people. One of them just didn’t want it done to US citizens.” – hungryhobbit

All quotations are reproduced verbatim (double‑quoted) with the original author attribution.


🚀 Project Ideas

[Open Subscription Gateway]

Summary

  • Lets developers use their Claude Code subscription tokens with any third‑party AI coding harness (OpenCode, Pi, etc.) without violating Anthropic’s blacklist.
  • Eliminates the need for expensive per‑token API calls by routing traffic through a shared, compliant bridge.

Details

Key Value
Target Audience AI‑focused developers and small teams using custom agent workflows
Core Feature OAuth‑style token exchange that grants third‑party clients access to Claude Code subscription bandwidth
Tech Stack Node.js backend, FastAPI bridge, JWT authentication, Docker deployment
Difficulty Medium
Monetization Revenue-ready: Tiered usage credits (free tier up to $5/mo, paid tiers starting at $10/mo)

Notes- HN commenters repeatedly mention being “blacklisted” and forced to use costly API keys – this solves that pain point.

  • Provides a clean way to switch models (Opus, Sonnet, Haiku) without paying full API rates, appealing to cost‑conscious users.

[Cost‑Effective Model Router]

Summary

  • Dynamically selects the cheapest frontier model that meets a task’s quality threshold, leveraging token‑caching and provider price data.
  • Reduces monthly LLM spend for developers who currently pay premium rates for Opus or Sonnet.

Details| Key | Value |

|-----|-------| | Target Audience | Freelancers, startups, and hobbyist coders using multiple LLM APIs | | Core Feature | Real‑time pricing API + caching layer that auto‑switches between Anthropic, OpenAI, open‑weight models | | Tech Stack | Python microservice, Redis cache, PostgreSQL for usage logs, GraphQL endpoint | | Difficulty | Medium | | Monetization | Revenue-ready: Subscription tier ($15/mo for up to 500k tokens, $40/mo unlimited) |

Notes

  • Users like “pay‑per‑token” complaints and “API pricing is a glimpse into the future” – this directly addresses those concerns.
  • Could be integrated as a plug‑in for OpenCode or Pi, making it immediately useful in existing workflows.

[Telemetry‑Free Local Agent Studio]

Summary

  • An open‑source TUI agent framework that runs entirely offline, with optional telemetry toggles and strict sandboxing.
  • Gives developers a privacy‑first alternative to OpenCode that respects subscription keys without phoning home.

Details

Key Value
Target Audience Privacy‑savvy engineers and security‑focused teams
Core Feature Modular skill system, local model loading (vLLM, llama.cpp), per‑skill permission flags
Tech Stack Rust backend, Tauri UI, SQLite for state, OpenAPI spec for extensions
Difficulty High
Monetization Hobby

Notes

  • Frequent complaints about “spyware” and hidden telemetry in OpenCode make this a compelling solution.
  • Could attract contributors who want a fully auditable codebase and the ability to self‑host on cheap VPSes.

[Subscription‑API Bridge CLI]

Summary

  • A command‑line tool that converts Claude Code subscription credentials into standard API keys usable by any LLM provider, staying within Anthropic’s TOS.
  • Allows users to continue paying a flat subscription while accessing the full Opus/Sonnet capability via API.

Details

Key Value
Target Audience Individual developers and small SaaS founders who hold Claude Code subscriptions
Core Feature Credential translation service with rate‑limiting and usage analytics
Tech Stack Go binary, gRPC client, encrypted config storage, CI/CD automated releases
Difficulty Low
Monetization Revenue-ready: One‑time purchase ($19) or donor‑supported model

Notes

  • Many HN users note “you can still use OpenCode with the Anthropic API” but are blocked by TOS – this bridges the gap legally.
  • Simple pricing appeals to hobbyists who just want to avoid monthly token spikes.

[Agent Skill Marketplace]

Summary

  • A curated marketplace where developers can publish and monetize reusable agent skills (e.g., code review, test generation, CI automation).
  • Skills can be consumed by any harness (OpenCode, Pi, Crush) via a standard skill‑API.

Details

Key Value
Target Audience Independent developers, open‑source contributors, and tooling startups
Core Feature Skill marketplace with rating, usage‑based billing, and sandboxed execution
Tech Stack Node.js marketplace, Web3‑style royalty contracts, Docker runners for skill sandboxing
Difficulty High
Monetization Revenue-ready: 10% revenue share per skill download

Notes

  • Commenters discuss “skills” and “tool calls” as a way to extend harnesses; a marketplace would monetize that effort.
  • Addresses the frustration of building custom skills from scratch and encourages community‑driven quality.

[Real‑Time Token Budget Dashboard]

Summary

  • SaaS that
  • Monetization: Hobby

Read Later