Minimal Next.js landing page for AirPick.ai with a simple hosted waitlist form using Formspree.
npm install
cp .env.example .env.local
npm run dev- Create a free form in Formspree.
- Copy your form endpoint, which looks like:
https://formspree.io/f/your_form_id - Put it in
.env.local:
NEXT_PUBLIC_FORMSPREE_ENDPOINT=https://formspree.io/f/your_form_idRecommended: Vercel
Add the same environment variable in Vercel project settings.