Backend up
This page is the placeholder served when the Velra frontend hasn't been built yet. The backend itself is fine; the API lives at /api/....
cd webui pnpm install pnpm dev
Open http://localhost:3000. The frontend talks to this server on http://api.velra.dev via CORS.
cd webui pnpm install pnpm build pnpm next export # produces webui/out/
Then restart this backend; it will serve the built frontend from webui/out.