Deployment Overview
Choose the best deployment platform for your Clarity documentation
Deployment Overview
Clarity can be deployed to multiple platforms. Choose the one that best fits your needs.
Deployment Options
GitHub Pages (Free)
Best for: Open source projects, personal documentation
✅ Free hosting
✅ Automatic deployment with GitHub Actions
✅ Custom domains supported
✅ Built-in SSL certificates
Limitations:
- Public repositories only (unless you have GitHub Pro)
- Builds can be slower
- Limited to static sites
Vercel (Recommended)
Best for: Professional projects, teams, production sites
✅ Instant deployments (seconds)
✅ Automatic preview URLs for PRs
✅ Built-in analytics and monitoring
✅ Edge network (fast worldwide)
✅ Free for personal projects
Limitations:
- Paid plans needed for teams
- Build minutes limited on free plan
Netlify
Best for: JAMstack projects, continuous deployment
✅ Instant deployments
✅ Branch previews
✅ Built-in forms and functions
✅ Free SSL
✅ Free for personal projects
Limitations:
- Build minutes limited on free plan
- Bandwidth limits on free tier
[Deploy to Netlify →]
Render
Best for: Node.js apps, SSR, full-stack applications
✅ Native Node.js support
✅ Free tier available
✅ PostgreSQL included
✅ Auto-deploy from Git
Requirements:
- GitHub repository
- render.yaml configuration
- Environment variables
Quick Comparison
| Feature | GitHub Pages | Vercel | Netlify | Render |
|---|---|---|---|---|
| Cost | Free | Free tier | Free tier | Variable |
| Speed | Medium | Very Fast | Very Fast | Variable |
| Setup Time | 10 min | 2 min | 2 min | 30+ min |
| Auto Deploy | ✅ | ✅ | ✅ | Manual |
| Preview URLs | ❌ | ✅ | ✅ | ❌ |
| Custom Domain | ✅ | ✅ | ✅ | ✅ |
| SSL | ✅ | ✅ | ✅ | Manual |
| Analytics | ❌ | ✅ Paid | ✅ Paid | Manual |
Prerequisites
Before deploying to any platform, ensure you have:
- Clarity configured locally and working
- Git repository with your changes committed
- Environment variables configured (see each platform guide)
- Build tested locally with
pnpm build
Next Steps
Choose your deployment platform:
- GitHub Pages Guide - Free and simple
- Vercel Guide - Fast and feature-rich
- Netlify Guide - JAMstack optimized
- Render Guide - Node.js and SSR support
Need help deciding? Start with Vercel for the best developer experience, or GitHub Pages if you want completely free hosting. For SSR and backend features, use Render.
Was this page helpful?
Thank you for your feedback!