AI-powered electrical certification for UK electricians. Upload a photo of your consumer unit or paste your handwritten notes — get a BS 7671 compliant EICR in minutes, not hours.
- Upload — Snap a photo of the board or type your inspection notes
- AI Extract — Claude Vision reads the image and extracts circuit data, supply details, and observations
- Review — Pre-filled EICR form for you to check and edit
- Download — Generate a compliant PDF certificate
Electricians spend 45-60 minutes manually typing inspection data into certification software after every job. CertAI cuts that to under 5 minutes.
- Next.js 14 — React framework
- Tailwind CSS — Styling
- Claude API (Anthropic) — AI-powered board analysis & note parsing
- React PDF — Certificate generation
- TypeScript — Type safety throughout
- Node.js 18+
- An Anthropic API key
git clone https://github.com/AnasInno/certai.git
cd certai
npm install
cp .env.local.example .env.localEdit .env.local and add your Anthropic API key:
ANTHROPIC_API_KEY=sk-ant-...
npm run dev- Board photo upload + AI extraction
- EICR form with pre-filled fields
- PDF certificate generation
- BS 7671 validation engine (Zs limits, IR, RCD checks)
- Text/handwritten notes parsing
- EIC & Minor Works certificates
- User auth + certificate storage
- Multi-user collaboration
- Supabase backend
~5p per certificate (one Claude API call). No subscription required to self-host.
MIT