Create a project
From the dashboard, click New project to open the creation wizard. It walks you through four steps.
Step 1 — Project
| Field | Notes |
|---|---|
| Project name | Any name. You can change it later. |
| Organization | The organization that owns and pays for this project. |
| Framework | Next.js or Nuxt. |
Step 2 — Source & Deploy
Choose where Velumi pulls your code from.
GitHub — connect a GitHub repository via the Velumi GitHub App. Select a repo, branch, and commit. If no GitHub App installation exists for the selected organization, you will be prompted to install it before continuing.
Upload an archive — upload a .zip, .tar, .tar.gz, .tgz, or .tar.bz2 file (max 500 MB). Useful for one-off deploys or when source control is elsewhere.
Root directory (optional) — if your app lives in a subdirectory of the repo (e.g. apps/web in a monorepo), enter that path here. Leave blank to build from the repo root.
The environment created for you defaults to the name Production. You can add more environments after the project is created.
Step 3 — Plan & Billing
Select a plan for this project. Plans are per project — each project has its own subscription. See Plans for a full comparison.
| Plan | Price | Bandwidth | Environments |
|---|---|---|---|
| Dev | Free | 10 GB | 1 |
| Launch | €9/mo | 100 GB | 1 |
| Grow | €49/mo | 500 GB | 2 |
| Scale | €199/mo | 2 TB | 10 |
| Enterprise | Custom | Custom | Unlimited |
Prices shown in EUR. SEK, DKK, NOK, GBP, CHF, PLN, and USD are also available. For paid plans, choose between monthly and annual billing. Annual billing saves 17%.
Step 4 — Review & Create
Review your selections before confirming. For paid plans, payment is collected here.
- Dev plan — click Create project. No payment required.
- Paid plan, card on file — click Confirm & Create. Your existing payment method is charged.
- Paid plan, no card — complete the checkout form. Your project is created once payment is confirmed.
After creation you land on the project overview page.