BaseHub Templates are production-ready website templates, powered by BaseHub.
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
- Next.js
- BaseHub
- Radix Themes
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>"Start the dev server
pnpm dev