Skip to content
CamillaGUI

CamillaGUI

CamillaGUI is a web-based interface for CamillaDSP. It runs a small backend server locally and serves the UI to your browser — no internet connection required.

A live demo is available at camilladsp.com/camillagui/.

How it works

The GUI has two parts:

  • Backend — a Python server that communicates with CamillaDSP over its WebSocket API, and serves the frontend to the browser
  • Frontend — a React app that runs entirely in the browser

The two parts are distributed together. See Installation for how to get them running.