Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.67 KB

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