Last reviewed August 2026
Novence vs GitHub Pages
GitHub Pages is the default free static host for public repositories: git push, optional Jekyll, custom domain. It is not an agent control plane. Novence wins when the site is not a public GitHub project — agencies, private marketing sites, bootstrap without GitHub, CLI/SDK/MCP, checks, and forms.
Side by side
| Dimension | Novence | GitHub Pages |
|---|---|---|
| Account bootstrap | POST /v1/bootstrap → nv_ key + email OTP; no hosted dashboard required | GitHub account; typically a public repository for free Pages |
| CLI / SDKs | npx novence · npm install @novence/sdk · pip install novence — no dashboard login | Git push / Actions; no host-native typed SDK |
| MCP | Hosted streamable HTTP at api.novence.ai/mcp (same control plane as REST/GraphQL) | GitHub platform MCP — not a Pages-native static host product |
| What you can host | Static HTML/CSS/JS only by design | Static from a GitHub repo (optional Jekyll) |
| Deploy quality gates | Lighthouse, axe, broken links in the promote loop (check minutes metered) | Not a promote gate |
| Agent billing | Stripe Checkout for humans + MPP (HTTP 402 / SPT) for agents | Free for public Pages; GitHub billing if you leave that model |
| Dashboard | No hosted dashboard by design (local console-kit HTML) | GitHub UI / Actions |
| Contact forms | Novence Forms via API/MCP; same-origin /__forms/{id} | Bring your own |
| Site analytics | Cookieless edge pageviews, 404s, referrers, countries. GET /analytics or MCP. No JS injection | Bring your own |
Last reviewed August 2026. Competitor MCP and platform features change — verify on their docs.
Choose GitHub Pages when
- The site is already a public GitHub repo and free is the constraint
- GitHub Actions plus Pages is your whole workflow
- You do not need forms, deploy checks, or an agent API
Choose Novence when
- The site is private, client-owned, or not bound to GitHub
- An agent should bootstrap and deploy without a GitHub account
- You want CLI/SDKs, hosted MCP, quality gates, and Novence Forms
- Agencies need many preview projects with plan quotas
Next
Full matrix on /compare. Or start hosting.