Backend up

Velra backend is running

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/....

Run the frontend (development)

cd webui
pnpm install
pnpm dev

Open http://localhost:3000. The frontend talks to this server on http://api.velra.dev via CORS.

Build the frontend (production)

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.

API quick links