primusfabrum-email-verify-api - PrimusFabrum API suite
  • TypeScript 89.9%
  • JavaScript 10.1%
Find a file
2026-06-09 07:01:06 +02:00
src [email-verify-api-dev] Implement email verification endpoint 2026-06-09 07:01:06 +02:00
.gitignore feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
AGENTS.md feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
ecosystem.config.cjs feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
package-lock.json feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
package.json feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
README.md feat: initial scaffold with Fastify + TypeScript 2026-06-09 03:32:15 +02:00
tsconfig.json chore: fix tsconfig for CommonJS output 2026-06-09 03:34:19 +02:00

PrimusFabrum Email Verify API

Fastify-based email verification API with MX record lookup and SMTP handshake.

Port: 3002 Stack: Fastify + TypeScript

Endpoints

  • POST /v1/verify — Verify email via MX + SMTP check
  • GET /v1/health — Health check

Pricing

  • Free: 50 verifications/day
  • Pro ($14.99/mo): 5,000/day, bulk mode
  • Enterprise ($79.99/mo): Unlimited, webhook alerts

Dev

npm install
npm run dev
npm run build