Frameworks
When you create a project, you pick a framework so Velumi knows how to build and run your app.
Supported frameworks
These frameworks are first-class — Velumi knows their build commands, output structure, and runtime out of the box:
- Next.js
- Nuxt
Select one in the project creation wizard and Velumi configures the build for you.
Other frameworks
Building with something else? Choose Other as the framework when creating a project. Velumi will make a best-effort attempt to build and deploy your app as-is — anything that builds to a Node.js server or to static files generally works (for example Astro, SvelteKit, Remix, or a plain static site).
We're continuously adding first-class support for more frameworks. If your stack doesn't deploy cleanly with Other, let us know — it helps us prioritize what to support next.