AI workshop safety inspector for practical risk review, inspection logging, and operator-facing safety workflows.
SiteSafeAI is a React and TypeScript prototype that uses AI-assisted inspection flows to identify hazards, summarize findings, and keep a lightweight log of safety observations. It is built around the kind of implementation work forward-deployed engineers actually do: translate a messy operational process into a usable tool, keep the workflow simple, and make the AI output reviewable.
- Safety inspection workspace with dashboard, inspector, layout, and logs views
- Gemini service layer for AI-assisted hazard analysis
- Structured inspection result types for repeatable review
- Recharts-based reporting surface for operational visibility
- Lucide/shadcn-style UI patterns for a clean internal-tool experience
Safety workflows need practical AI, not novelty. The app is designed around human review, clear evidence, and repeatable logging, which is the same reliability mindset needed for enterprise AI implementation.
- React
- TypeScript
- Vite
- Gemini API integration
- Recharts
- Lucide React
npm install
cp .env.local.example .env.local 2>/dev/null || true
npm run devSet GEMINI_API_KEY in .env.local when using AI features locally.