Turn your ideas
into live websites.
A quiet, book-inspired studio to write, preview, and publish your web projects.
Your workspace
Quick actions
Jump right back into your workflow.
Recent activity
Your latest local deployment records.
Code Studio
Your lightweight workspace for crafting static websites.
Deploy center
Configure your project and publish it to Vercel.
Deployment setup
Choose your project files and target.
Deployment console
Live request output
NOVA BUILDER / STUDIO ──────────────────────────── Ready for deployment input. Select files or use your saved draft.
Your Vercel token stays on the server in the VERCEL_TOKEN environment variable. Never expose it in frontend code.
Project history
Deployment records saved locally on this device.
Docs & guides
Everything you need to build and publish with NOVA.
How it works
NOVA sends your files to /api/deploy. The endpoint runs as a Vercel Function and uses the server-side VERCEL_TOKEN secret.
Keep tokens private
Never place your Vercel token in HTML or JavaScript. Browser code is visible and could expose your account credentials.
Project naming
Use lowercase letters, numbers, dots, underscores, or hyphens. Names must start with a letter or number.
Sketchware WebView
Load NOVA BUILDER's URL in your WebView. Enable JavaScript and file chooser support if you want to use local file uploads.
First-time setup
- Deploy the NOVA BUILDER folder to your Vercel account.
- In Project Settings → Environment Variables, create
VERCEL_TOKEN. - Set its value to your Vercel access token.
- Redeploy NOVA BUILDER after adding the variable.
- Open NOVA BUILDER from your browser or Sketchware WebView.
Supported workflow
This workspace focuses on static HTML, CSS, and JavaScript. Framework projects such as Next.js require a separate build workflow via Git, CLI, or Vercel's framework tooling.
Workspace settings
Manage appearance and local browser data.
Switch between the default dark studio and light mode.
Drafts and deployment history are stored in this browser.
/api/deploy · Server-side Vercel API integration
/api/deploy · Serverless function
Do not ask users to enter their Vercel token in the frontend. Store secrets only in Vercel Environment Variables.