Skip to content

aryannpanwarr/MeshWire

Repository files navigation

MeshWire

Single-page landing site for meshwire.com, built with Next.js App Router and Tailwind CSS.

Links

Local development

Install dependencies and start the dev server:

npm install
npm run dev

Then open http://localhost:3000.

Waitlist handling

The waitlist form posts to app/api/waitlist/route.ts.

  • Preferred path: set RESEND_API_KEY and RESEND_FROM to relay submissions by email to [email protected].
  • Fallback path: if RESEND_API_KEY is missing or the email relay fails, submissions are appended locally to data/waitlist-submissions.ndjson.

Copy .env.example to .env.local and fill in the values you want to use.

Deploy

Deploy with Vercel:

npm run build

Before deploying, set these environment variables in Vercel if you want live email delivery:

  • RESEND_API_KEY
  • RESEND_FROM
  • NEXT_PUBLIC_GITHUB_URL
  • NEXT_PUBLIC_X_URL

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors