Project ideas from Hacker News discussions.

Ask HN: What are you working on? (February 2026)

📝 Discussion Summary (Click to expand)

Top 5 themes that dominate the discussion

# Theme Key take‑aways Representative quotes
1 AI‑agent orchestration & task‑management Developers are building dashboards, state‑management layers, and guardrails to make large‑language‑model agents work reliably in real projects. “I’ve been working on a task dispatch dashboard called Prompter Hawk that is designed to be the best UI for task management with agents.” – nlowell
“I’m treating agents as stateless. By this I mean a separate (headless) session is started with selected context for each task.” – jbonatakis
“I’m building a web framework that provides some guardrails around what a coding agent can and can’t touch without human approval.” – zainhoda
2 Privacy vs. transparency in AI tools The community is debating how to keep user data private while still offering useful visibility for teams. “I built mine with all kinds of privacy features built in: from never storing raw data to always allowing to review before sharing anything to always offering to pause, excluding apps, deleting data, opt‑in for social features.” – christoph123
“This feels like it will very easily segway into corporate ‘spyware’ if you ever start doing enterprise plans.” – aleda145
3 Niche, domain‑specific tooling A wide variety of projects target very specific problems—form‑filling, language learning, game dev, finance, etc.—showing the breadth of the HN community’s interests. “I’m building a free alternative to SimpleCitizen (YC S16).” – junaid_97
“Creating my own photo curation tool inspired by Adobe Lightroom.” – rkwz
4 Open‑source & community‑driven development Many contributors emphasize building freely available, extensible tools that others can fork, improve, or integrate into their own stacks. “It’s an infinite canvas that runs SQL.” – aleda145 (Kavla)
“I’m building a web framework that provides some guardrails around what a coding agent can and can’t touch without human approval.” – zainhoda
5 Monetization & business models for AI products Participants discuss how to turn prototypes into revenue streams, whether through SaaS, open‑source licensing, or value‑added services. “I’d like to monetize with at least the hand history format open sourced.” – RickS (poker trainer)
“This is pretty cool! I’m not sure how you’d make a business out of it.” – rmonvfer (commentary on a niche tool)

These five themes capture the most common threads in the conversation: building practical AI‑agent tooling, balancing privacy with useful transparency, tackling niche problems, fostering open‑source collaboration, and figuring out how to turn ideas into sustainable products.


🚀 Project Ideas

AI‑Assisted Local Code Review Hub

Summary

  • A lightweight desktop tool that hooks into local Git repos and AI agents to surface code changes, highlight tech debt, and generate review comments for the developer’s own branches.
  • Provides a visual diff view, AI‑generated suggestions, and a “tech‑debt tracker” that persists across commits.

Details

Key Value
Target Audience Solo developers, small teams using local AI assistants
Core Feature AI‑augmented diff review with tech‑debt tagging
Tech Stack Electron + React, OpenAI/Claude API, SQLite
Difficulty Medium
Monetization Revenue‑ready: $5/month for premium analytics

Notes

  • HN users like “ebhn” want better review tools that don’t automate away the process.
  • The tech‑debt tracker addresses the frustration of “tracking tech debt in the code I just generated locally.”
  • Discussion potential around integrating with existing IDEs and agent frameworks.

Privacy‑First AI Time Tracker

Summary

  • A local, screenshot‑based time‑tracking app that never stores raw images, only metadata, and offers opt‑in sharing for team transparency.
  • Generates relative time‑spent summaries (e.g., 30% on project X) without exposing sensitive data.

Details

Key Value
Target Audience Remote teams, privacy‑conscious developers
Core Feature Screenshot‑based, no‑storage time reconstruction
Tech Stack Rust + Tauri, OpenAI Whisper, SQLite
Difficulty Medium
Monetization Revenue‑ready: $3/month per user

Notes

  • “christoph123” highlighted privacy concerns; this tool directly addresses them.
  • The relative‑time feature satisfies the “sweet spot” between visibility and privacy.
  • Could spark debate on the ethics of screenshot‑based tracking.

Free USCIS Form Filler

Summary

  • A browser‑native web app that converts XFA PDF USCIS forms into editable HTML forms, preserving field mapping and allowing PDF export.
  • Completely free, offline‑first, and open‑source.

Details

Key Value
Target Audience Immigrants, legal aid workers
Core Feature XFA PDF to HTML conversion + PDF export
Tech Stack SvelteKit, PDF.js, Node.js
Difficulty Medium
Monetization Hobby

Notes

  • “junaid_97” expressed need for a free alternative to SimpleCitizen.
  • The app solves the pain of broken Adobe fields and hard signatures.
  • Open‑source nature invites community contributions and localization.

Infinite Canvas SQL Explorer

Summary

  • A web app that lets users drag‑and‑drop SQL queries onto an infinite canvas, visualizing dependencies, and exporting to dbt or scripts.
  • Embraces the “messy” nature of data exploration while providing structure.

Details

Key Value
Target Audience Data analysts, ML engineers
Core Feature Canvas‑based query building & dependency graph
Tech Stack React + tldraw, DuckDB WASM, Cloudflare Workers
Difficulty Medium
Monetization Revenue‑ready: $10/month for team collaboration

Notes

  • “aleda145” praised Kavla; this idea extends that concept to SQL.
  • The export‑to‑dbt feature addresses the “export to DBT” desire from the discussion.
  • Could become a go‑to tool for exploratory data work.

AI‑Powered Security Monitoring Platform

Summary

  • A lightweight agent that continuously scans codebases and infrastructure for security misconfigurations, leveraging LLMs for context‑aware alerts.
  • Integrates with GitHub, Docker, and cloud providers, providing actionable remediation steps.

Details

Key Value
Target Audience DevOps engineers, security teams
Core Feature LLM‑driven security scanning & alerting
Tech Stack Go, OpenAI API, Kubernetes, Prometheus
Difficulty High
Monetization Revenue‑ready: $20/month per repo

Notes

  • “christoph123” is exploring AI security tools; this fills that niche.
  • The platform’s privacy‑first design aligns with HN’s concerns about spyware.
  • Discussion could focus on balancing false positives and LLM hallucinations.

AI Task Orchestration Dashboard

Summary

  • A web UI that manages parallel AI agent tasks, tracks status, cost, and provides analytics on code changes and agent performance.
  • Supports retry, scheduling, and automatic diagram generation.

Details

Key Value
Target Audience AI developers, product managers
Core Feature Parallel task board with analytics
Tech Stack Next.js, TypeScript, OpenAI API, PostgreSQL
Difficulty Medium
Monetization Revenue‑ready: $15/month per team

Notes

  • “nlowell” described Prompter Hawk; this idea formalizes it into a product.
  • The cost‑per‑run breakdown satisfies developers’ budgeting needs.
  • Could generate community interest around best practices for AI task management.

Email‑Based Behavior Change AI

Summary

  • An email‑centric AI assistant that sends daily nudges, tracks progress, and adapts based on user responses.
  • Uses natural language generation to keep emails engaging and privacy‑preserving.

Details

Key Value
Target Audience Habit‑building users, coaches
Core Feature AI‑generated email nudges & accountability
Tech Stack Python, Flask, OpenAI API, SendGrid
Difficulty Medium
Monetization Hobby

Notes

  • “christoph123” wants an email‑based AI assistant for behavior change.
  • The tool addresses the frustration of generic habit trackers.
  • Potential for discussion on email UX and AI personalization.

Shared Memory Store for AI Agents

Summary

  • A lightweight MCP server that ingests context from Slack, email, calendar, and exposes it to any MCP‑compatible agent.
  • Enables agents to share knowledge without manual copy‑paste, improving productivity.

Details

Key Value
Target Audience AI developers, teams using multiple LLMs
Core Feature Centralized context ingestion & distribution
Tech Stack Go, gRPC, Redis, Docker
Difficulty Medium
Monetization Revenue‑ready: $8/month per workspace

Notes

  • “diwank” highlighted the pain of fragmented agent context.
  • The store solves the “no shared memory” issue, a common HN complaint.
  • Discussion could explore integration with existing MCP tools and privacy controls.

Read Later