The marketplace arm is built, wired to Postgres, seeded with illustrative inventory, and not yet pointed at its own domain. When it goes live it will live at market.windmayor.com.
Neon Postgres with a windmayor schema (users, notes, signers,
offers, append-only audit log). Three serverless endpoints
(/api/health, /api/notes, /api/offers).
Marketplace landing fetches live from /api/notes with graceful
fallback. 12 illustrative notes seeded across Texas + Washington.
The marketplace code lives at ~/notemkt locally and ships
on Vercel once pushed to GitHub. Two clicks + one env var
(DATABASE_URL) and it's public.
The Clerk auth, Stripe payments, Plaid bank verification, and MERS eRegistry integration all wait on explicit human sign-off. eSign staging is built (state machine, SHA-256 hash on lock, audit log, RON-ready notary block) but provider integration is a separate ticket.