Demo: https://bunkie.app
A reusable waitlist landing page with Firestore, Mixpanel and Nextjs. (Takes ~5 minutes to set up and can be hosted on Vercel for free)
- Git clone
- Change the text on page.tsx and the website metadata on layout.tsx
- Duplicate .env.sample into .env.local and add the mixpanel values + demo video url
- Add a firebase service_account.json to src/pages/api/waitlist
- Create a collection on your firestore db called waitlist
- Switch src/app/icon.png with your icon (you'll need to change the rel in layout if you want to use another file name/format)
- You could also change the color to your brand color using tailwind.config.js