Skip to content
/ docs-template Public template

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

License

Notifications You must be signed in to change notification settings

basehub-ai/docs-template

Repository files navigation

Open Graph, Homepage (2) (1)

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

Documentation Template

Use template

Fully featured documentation website.

  • 🔸 Perfect for developer docs, user manuals, and similar
  • 🔸 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