A multimodal repair copilot built for the Gemini 3 Hackathon.
cd gemini3-fixit
cp .env.example .env.local
# Edit .env.local and set GEMINI_API_KEY
npm install
npm run dev/Landing page/appDemo UI/api/geminiServer route (placeholder) – will call Gemini 3 once wired
- Never commit
.env.local. - Devpost judges may not watch beyond ~3 minutes: keep the demo fast.