"Use Multimodal AI to debug your frontend code."
Context Clue helps developers fix UI bugs by looking at the problem. Simply drag and drop a screenshot of the broken UI alongside your component code, and Amazon Nova Multimodal embeddings will analyze the visual-to-code discrepancy and suggest a fix.
- Visual Debugging: Drag & Drop interface for screenshots and code files.
- Multimodal Analysis: Uses Amazon Nova's ability to understand both images and code syntax.
- Instant Fixes: Suggests specific CSS/JSX changes (e.g., "z-index issue detected").
- Frontend: Next.js 14, React Dropzone, Framer Motion
- AI Models: Amazon Nova Multimodal Embeddings (simulated for hackathon demo).
-
Clone the repo
git clone https://github.com/your-username/context-clue.git cd context-clue -
Install dependencies
npm install
-
Run the development server
npm run dev
Built with ❤️ for the Amazon Nova AI Hackathon