Skip to content

Fully featured help center website, powered by Next.js, Radix Themes, and BaseHub.

Notifications You must be signed in to change notification settings

basehub-ai/help-center-template

Repository files navigation

Open Graph, Homepage (2) (1)

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

Help Center Template

Use template

Fully featured help center website.

  • 🔸 Perfect for kickstarting your own help center
  • 🔸 Fully editable from BaseHub
  • 🔸 Comes with Search, Dark/Light Mode, Analytics, and more
  • 🔸 Requires just a BaseHub account and a deployment platform—no other service

Stack

  • Next.js
  • BaseHub
  • Radix Themes

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>"

Start the dev server

pnpm dev