Profitable apps aren't eureka strikes—they're solutions to problems people Google daily. Mine real complaints to build your next successful app. https://idea-hunter.fmrdigital.dev
  • TypeScript 77.7%
  • JavaScript 14.5%
  • HTML 6.4%
  • Dockerfile 1.4%
Find a file
2026-07-13 14:46:45 -04:00
.ai Record retheme and Claude Haiku migration in forge metadata 2026-07-13 14:46:45 -04:00
.forge Record 2026-07-12 fixes in forge metadata 2026-07-12 14:04:39 -04:00
components Retheme to match DocuChat's visual style 2026-07-13 09:08:32 -04:00
decisions Log deployment architecture decision for ideahunter.fmrdigital.dev 2026-07-12 19:28:42 -04:00
server Switch backend from Gemini to Claude Haiku 4.5 2026-07-13 12:57:39 -04:00
services Return 200 with error field on Gemini failures, not 5xx 2026-07-12 22:38:52 -04:00
.dockerignore Move Gemini API key server-side, dockerize for hookhouse-pro deploy 2026-07-12 20:00:19 -04:00
.gitignore Add Autonomous Forge metadata and install dependencies 2026-07-11 08:15:28 -04:00
App.tsx Retheme to match DocuChat's visual style 2026-07-13 09:08:32 -04:00
constants.ts feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
docker-compose.yml Move Gemini API key server-side, dockerize for hookhouse-pro deploy 2026-07-12 20:00:19 -04:00
Dockerfile Move Gemini API key server-side, dockerize for hookhouse-pro deploy 2026-07-12 20:00:19 -04:00
index.html Retheme to match DocuChat's visual style 2026-07-13 09:08:32 -04:00
index.tsx feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
metadata.json feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
package-lock.json Switch backend from Gemini to Claude Haiku 4.5 2026-07-13 12:57:39 -04:00
package.json Switch backend from Gemini to Claude Haiku 4.5 2026-07-13 12:57:39 -04:00
README.md feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
tsconfig.json feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
types.ts feat: Initialize App Idea Hunter project 2025-12-10 15:36:38 -05:00
vite.config.ts Move Gemini API key server-side, dockerize for hookhouse-pro deploy 2026-07-12 20:00:19 -04:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1GLRNFyqw-jPi0szSv37T40j9LW6ECeiv

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev