BaseHub Templates are production-ready website templates, powered by BaseHub.
Fully featured Waitlist Template.
- 🔸 Ideal for startups and indie hackers seeking to build a waitlist for early adopters
- 🔸 Allows for sending personalized emails to subscribers, encouraging interaction and excitement, all in BaseHub.
- 🔸 Fully customizable to match your brand's voice and style
- 🔸 Seamlessly integrates with BaseHub, ensuring a smooth process for managing your waitlist and sending newsletters
- Next.js
- BaseHub
- Tailwind CSS
You can deploy this anywhere. Vercel works nicely and with one click.
Install dependencies
pnpm i
Add your BASEHUB_TOKEN to .env.local
# .env.local
BASEHUB_TOKEN="<get-it-from-your-basehub-repo>"
RESEND_API_KEY="" # get it here https://resend.com/
Start the dev server
pnpm dev