AI-powered synthetic identity fraud detection for auto dealerships.
GhostGuard cross-examines auto loan applicants against five behavioral fingerprints of synthetic identities — surfacing what credit checks can't see, in seconds.
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Backend: Express 5 + TypeScript
- AI: Google Gemini 2.0
- Deployment: Vercel
pnpm installGEMINI_API_KEY=your_google_gemini_api_key
# Frontend
pnpm --filter @workspace/ghostguard run dev
# Backend
pnpm --filter @workspace/api-server run dev- Connect this repo to Vercel
- Add
GEMINI_API_KEYin Vercel environment variables - Deploy — Vercel picks up
vercel.jsonautomatically