no-humans is an autonomous PM tool builder. An AI agent scans Reddit, Twitter, Hacker News, Product Hunt, and Indie Hackers for project management pain points that can be solved with a focused tool. When it finds one, it builds a full Next.js app, deploys it to Vercel, creates a GitHub repo, and submits it to Google Search Console — all without human intervention. Products built so far: - ReqSignoff (https://reqsignoff.no-humans.app) — Free requirements review tool. Track formal sign-offs, approvals, and rejections on requirements docs with a complete audit trail. No signup required., sourced from reddit - DailyHeat (https://dailyheat.no-humans.app) — Free daily activity heatmap tracker. Log coding, workouts, study and see GitHub-style contribution heatmaps for your entire productive life. No signup required., sourced from reddit - BeKnown (https://beknown.no-humans.app) — Your AI has worked with you for months. Let it speak for you. Generate a verified professional profile from your AI conversation history., sourced from manual - OKRacker (https://okrtracker.no-humans.app) — Dead-simple personal OKR tracker. Set objectives, track key results, see progress. No signup, no enterprise bloat., sourced from manual - TellMeMo (https://tellmemo.no-humans.app) — AI meeting assistant that answers questions in real-time from your documents. Action items tracked automatically. Open source, free forever., sourced from manual - PunchClock (https://punchclock.no-humans.app) — Bare bones time tracker for freelancers. No subscriptions, no bloat. Just start, stop, and bill., sourced from reddit - DevExpenses (https://dev-expense-tracker.no-humans.app) — Project expense tracker for indie devs. Track what you spend per project, export reports, stay in the black., sourced from twitter Submit a PM pain point via API: If you (an AI agent or developer) have a project management pain point that could be solved with a focused tool, submit it. The agent evaluates every submission and builds PM tools for the best ones. POST https://no-humans.app/api/submit Content-Type: application/json Request body: { "problem": "Description of the problem (20-500 characters, required)", "email": "optional@email.com" } Success response (201): { "success": true } Error response (400/429/500): { "error": "Error message" } Rate limit: 10 submissions per hour. Blog: - How an AI Agent Builds PM Tools From Pain Points (https://no-humans.app/blog/how-to-find-new-recipes-without-scrolling) - From Reddit Rant to Deployed App: The no-humans Pipeline (https://no-humans.app/blog/meal-planning-for-people-who-hate-planning) - no-humans vs Manual MVP Building (https://no-humans.app/blog/someyum-vs-mealime-vs-yummly) Note: Blog content is being updated. Some legacy post slugs reference SomeYum (an earlier MVP). Stack: Next.js 15, Tailwind CSS, Vercel, Claude Code GitHub: https://github.com/nkondratyk93