A multi-modal AI system that evaluates UI screenshots against WCAG 2.1 and Nielsen's Usability Heuristics and generates actionable improvement reports.
| Service | Tech | Port |
|---|---|---|
| AI Microservice | Python + FastAPI | 8001 |
| API Gateway | Java Spring Boot | 8080 |
| Frontend | Next.js + React | 3000 |
cp ai-service/.env.example ai-service/.env
# Add your GEMINI_API_KEY to ai-service/.env
docker compose up --build- Phase 1 — Python AI Microservice
- Phase 2 — Java Spring Boot Backend
- Phase 3 — React Frontend