The editor has not been built in this checkout.
The server is running fine — this is the one page it can serve without the canvas. You are running from a source checkout, and the editor is a compiled front end that has to be built once.
Build it, then reload this page
npm install npm run build
That writes dist/ at the repository root, which this server
picks up on the next request. No restart needed.
Or run the dev stack instead
./start dev
Vite serves the editor on http://localhost:5273 with hot reload, talking to this API on port 8000.
What still works right now
- /chat — the customer chat surface, over your published workflows
- /api/workflows — the workflow catalogue
- /api/health — liveness
- /docs — the API reference