Project ideas from Hacker News discussions.

Air Theremin – A browser theremin you play by waving at your webcam

📝 Discussion Summary (Click to expand)

1. Hand‑tracking virtual theremin

“The camera watches your palms. Move them apart and it gets louder… The distance between them is the volume. The angle… is now the vibrato…” – gurov

2. AI‑generated commentary & privacy worries

“I think the main objection is that hacker news supposedly doesn’t want AI generated comments, which is going to paradoxically produce the situation where the mods will be overwhelmed…” – cowboylowrez

3. Community reaction & usability talk

“I love this, but for some reason I can’t find any way to turn the camera on/it only works with the mouse. Awesome toy though.” – jojogeo

Overall, the discussion praises the innovative hand‑tracking theremin, debates the implications of AI‑generated posts and webcam privacy, and notes mixed but generally enthusiastic user feedback on usability.


🚀 Project Ideas

Privacy‑First Offline Hand‑Gesture Synth SDK

Summary

  • Offline hand‑tracking SDK that never sends video off‑device, solving webcam‑access privacy worries.
  • Provides a ready‑to‑use theremin‑style API (pitch, volume, vibrato, multi‑gesture) for web audio projects.

Details

Key Value
Target Audience Web musicians, indie developers, educators
Core Feature MediaPipe Hand Landmarker → WASM detection + Web Audio parameter mapping
Tech Stack MediaPipe Hand Landmarker (WASM), Web Audio API, optional React wrapper
Difficulty Medium
Monetization Revenue-ready: SaaS subscription per app

Notes

  • Directly addresses repeated HN concerns about “no video leaves your machine” and fear of granting camera permission.
  • Enables creators to build “Cameramin”‑style experiences without rewriting hand‑tracking logic, fostering community plugins and rapid prototyping.

Cameramin Studio – UI‑Driven Multi‑Camera Gesture Synth

Summary

  • Visual, no‑code UI to map any hand‑gesture dimension (distance, angle, orientation, size) to synth parameters.
  • Supports front‑and‑rear camera input, eliminating the need for external stands or custom hardware.

Details

Key Value
Target Audience Performers, hobby musicians, demo creators
Core Feature Drag‑and‑drop gesture‑to‑parameter mapping with live preview and multi‑camera switching
Tech Stack React, WebRTC getUserMedia, Web Audio API, optional TensorFlow.js for pose
Difficulty Medium
Monetization Revenue-ready: $9.99 one‑time purchase

Notes

  • Solves the “phone stands exist” and “Cameramin” ideas discussed on HN by providing an out‑of‑the‑box UI.
  • Allows users to experiment with both cameras simultaneously, expanding expressive control beyond a single hand.

Secure Webcam Access Gateway Extension

Summary

  • Browser extension that mediates camera permission requests, granting temporary, sandboxed access that auto‑revokes after the session.
  • Lets privacy‑concerned users safely try web demos (e.g., theremin) without permanent camera exposure.

Details

Key Value
Target Audience Privacy‑conscious HN users, demo creators, educators
Core Feature Per‑session timed camera grants with local WebAssembly processing, no background servers
Tech Stack Chrome/Firefox WebExtension APIs, local WASM sandbox
Difficulty Low
Monetization Hobby

Notes

  • Directly tackles cowboylowrez’s worry about “overwhelming mods with AI comments” by giving users granular control over camera access.
  • Enables safe testing of gesture‑based tools on HN, encouraging more constructive discussion and experimentation.

Read Later