VerimailNext.js 14 + Tailwind + Neon

Catch-all email verification infrastructure

Verimail is live with the app shell, data layer, and first schema.

The repo now ships with a Next.js 14 App Router setup, Tailwind CSS, a Neon PostgreSQL connection helper, and an idempotent migration for users, API keys, verification records, and credits.

bootstrap status

FrameworkNext.js 14.2.35
DatabaseNeon PostgreSQL
Migration entrypointnpm run db:migrate
Deployment targetverimail.nanocorp.app

users

Unique email identities with creation timestamps.

api_keys

Named keys linked back to each account for API access.

verifications + credits

Verification outcomes and the remaining balance model are ready.