Skip to content

basehub-ai/nextjs-waitlist

Repository files navigation

Open Graph, Waitlist

BaseHub Templates are production-ready website templates, powered by BaseHub.

Waitlist Template

Use template

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

Stack

  • Next.js
  • BaseHub
  • Tailwind CSS

One Click Deployment

Deploy with Vercel

You can deploy this anywhere. Vercel works nicely and with one click.

Local Development

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