Single-page landing site for meshwire.com, built with Next.js App Router and Tailwind CSS.
- Live: https://meshwire.vercel.app
- Repository: https://github.com/aryannpanwarr/MeshWire
Install dependencies and start the dev server:
npm install
npm run devThen open http://localhost:3000.
The waitlist form posts to app/api/waitlist/route.ts.
- Preferred path: set
RESEND_API_KEYandRESEND_FROMto relay submissions by email to[email protected]. - Fallback path: if
RESEND_API_KEYis missing or the email relay fails, submissions are appended locally todata/waitlist-submissions.ndjson.
Copy .env.example to .env.local and fill in the values you want to use.
Deploy with Vercel:
npm run buildBefore deploying, set these environment variables in Vercel if you want live email delivery:
RESEND_API_KEYRESEND_FROMNEXT_PUBLIC_GITHUB_URLNEXT_PUBLIC_X_URL