Skip to content

dtjohnson83/SiteSafeAI

Repository files navigation

SiteSafeAI

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.

Highlights

  • 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

Why This Matters

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.

Stack

  • React
  • TypeScript
  • Vite
  • Gemini API integration
  • Recharts
  • Lucide React

Local Setup

npm install
cp .env.local.example .env.local 2>/dev/null || true
npm run dev

Set GEMINI_API_KEY in .env.local when using AI features locally.

About

AI workshop safety inspector with vision-assisted hazard review, inspection logging, and operator-facing workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors