Documentation
README
Overview
7-step workflow for deploying static frontends to Butterbase. Covers building, CORS, zipping, uploading, and verification.
Framework Reference Table
| Framework | Build command | Output dir | Env prefix | Framework flag |
|---|---|---|---|---|
| React (Vite) | npm run build |
dist/ |
VITE_ |
react-vite |
| Next.js (static) | next build |
out/ |
NEXT_PUBLIC_ |
nextjs-static |
| Plain HTML | (none) | project root | N/A | static |
Note: Next.js requires
output: 'export'innext.config.jsto produce a static export.
Step 1: Set Environment Variables
This is the opening of the README. Read the full README on GitHub.