Guides
Build locally. Upload static files.
Novence does not run your framework. Emit HTML/CSS/JS with /index.html at the root, then npx novence deploy.
Frameworks
- Next.js
npx next build →
./out - Astro
npx astro build →
./dist - Gatsby
npx gatsby build →
./public - Nuxt
npx nuxt generate →
.output/public· pass path - Eleventy
npx @11ty/eleventy →
./_site - Hugo
hugo →
./public - HTML
No build →
.· pass path - Vite
npx vite build →
./dist - SvelteKit
npx vite build →
./build - Jekyll
bundle exec jekyll build →
./_site - VitePress
npx vitepress build →
.vitepress/dist· pass path - Remix
npx remix vite:build →
build/client· pass path
Agents & CLI
- Claude Code
Hosted MCP, one prompt, live URL.
- Cursor
One-click MCP, then Copy Prompt.
- Grok Build
Terminal agent. MCP or npx novence.
- CLI
npx novence deploy <dir>
Agents ship. Novence hosts.
Copy Prompt or get a key on the homepage.