CheckByAI is an AI-powered UK immigration compliance monitoring and document verification platform. Built in London.
| Persona | Problem | How CheckByAI Helps |
|---|---|---|
| π§βπΌ Visa Holders | Sponsor revoked without warning - you lose your visa | Real-time alerts before it's too late |
| π’ HR Teams | Accidentally hiring from revoked sponsors = illegal | Instant licence status verification |
| π Immigration Advisers | Manual checks are slow and unreliable | Automated daily monitoring + forensic CoS checks |
| π€ Recruiters | Placing candidates at non-compliant employers | Pre-screen sponsors before any placement |
| Feature | What It Does |
|---|---|
| π Sponsor Licence Monitor | Daily scans of the UK Home Office Register of Licensed Sponsors. Alerts on removals, downgrades, new routes, and status changes. |
| π CoS Check β PDF Forensics | Forensic analysis of Certificate of Sponsorship PDFs to detect tampering, fabricated metadata, suspicious modification dates, and invalid certificate generation. |
| β‘ Real-Time Alerts | Email, WhatsApp, and SMS notifications when licences are revoked or suspended. |
| π 124,000+ Sponsors Tracked | Full coverage of the UK Home Office Register of Licensed Sponsors. |
1. Upload a CoS PDF β 2. AI scans 6 data points β 3. Get a risk score in seconds
1. Enter a sponsor name β 2. CheckByAI scans the register β 3. Get instant status + alerts
| Feature | Free | Starter | Pro | Unlimited | Enterprise |
|---|---|---|---|---|---|
| Sponsor Watches | 1 | 2 | 5 | Unlimited | Unlimited |
| Notifications | Daily digest | Email + WhatsApp | All + Immediate | All + Immediate | All + Webhooks |
| CoS Check MIS | β | β | β | β | β |
| API Access ΒΉ | β | β | β | Planned | Planned |
ΒΉ No public or partner API is available yet β see the roadmap. Listed here as planned scope for these tiers, not a shipped feature.
- Node.js 20+
- PostgreSQL 14+
- Redis (optional β BullMQ job queue)
- Firecrawl API Key (optional)
- A POSIX shell (macOS/Linux, WSL, or Git Bash on Windows) β see Windows below
git clone https://github.com/Sam-Aitech/Checkbyai.net.git
cd Checkbyai.net
npm install
cp .env.example .env
# Fill in .env β DATABASE_URL, SESSION_SECRET, PHONE_ENCRYPTION_KEY, IP_HASH_SALT,
# CHECKOUT_HMAC_SECRET and DIGEST_SIGNING_KEY are all required or the server exits on boot.
npm run setup:binaries # installs qsv + csvdiff into ./bin (required β see below)
npm run db:push
npm run db:migrate
npm run devApp serves frontend and API together on http://localhost:5000.
setup:binariesis not optional. The sponsor monitor pipeline shells out tocsvdiff(Go) andqsv(Rust). Withoutcsvdiffthe nightly job aborts at Phase 2; withoutqsvit runs but skips CSV row-count validation. Verify withnpm run check:binaries.
npm run setup:binaries invokes bash, and the dev/start scripts use POSIX inline env
syntax (NODE_ENV=development tsx ...), which native cmd.exe and PowerShell do not
support. Run the commands above from Git Bash or WSL.
A PowerShell equivalent of the binary installer is available if you prefer it:
powershell -ExecutionPolicy Bypass -File scripts/setup-binaries.ps1You will still need Git Bash or WSL for npm run dev / npm run start, or set NODE_ENV
in your shell beforehand and invoke tsx server/index.ts directly.
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | React 18, TypeScript, TailwindCSS, Radix UI, Three.js | Modern reactive UI |
| Backend | Node.js, Express, Drizzle ORM, PostgreSQL (Neon) | REST API + ORM |
| Queue | BullMQ, Redis | Background job processing |
| Auth | Passport.js | Secure authentication |
| Payments | Stripe | Subscription billing |
| Infrastructure | Cloudflare (Turnstile/CDN) | Security + CDN |
| Resend (primary) / SendGrid (fallback) | Transactional emails | |
| SMS | Brevo | SMS notifications |
| Twilio | WhatsApp messaging |
Checkbyai.net/
βββ backend/ # Python FastAPI sidecar (CoS verification, enrichment, scraping)
βββ client/ # React frontend
βββ server/ # Node.js/Express API server (main application)
βββ shared/ # Shared types and utilities
βββ migrations/ # Database migrations
βββ scripts/ # Utility scripts
βββ tests/ # Playwright E2E + unit tests
βββ docs/ # Documentation
βββ data/ # Seed data and archives
βββ .github/ # CI/CD workflows
| Doc | Description |
|---|---|
| DEVELOPMENT.md | Local setup, architecture, running tests |
| DEPLOYMENT.md | Production deployment and scaling guide |
| API_REFERENCE.md | API endpoints, schemas, and examples |
| SYSTEM_DESIGN.md | Architecture and component design |
- AES-256-GCM encryption for phone numbers
- Email OTP authentication
- SQL injection prevention via Drizzle ORM
- File upload isolation with immediate deletion
| Quarter | Milestone | Status |
|---|---|---|
| Q3 2026 | CoS PDF forensic engine v2 | β Done |
| Q3 2026 | WhatsApp + SMS alert system | β Done |
| Q4 2026 | API for enterprise partners | π In Progress |
| Q4 2026 | Mobile app (iOS/Android) | π Planned |
| Q4 2026 | Multi-language support | π Planned |
- Security: Email
security@checkbyai.netwith description, reproduction steps, and impact. - Bugs: Open a GitHub Issue with expected vs. actual behaviour and logs/screenshots.
Built in London π¬π§
Made with β€οΈ by Sam-Aitech
If CheckByAI has helped you - please β star this repo to help others find it.