Magic Cloud dashboard: Hyper IDE, SQL Studio, API generator and Chat Ops, served by nginx
10K+
The dashboard for Magic Cloud: a React, Vite and TypeScript single-page app, served by nginx. It is a pure client — point it at any Magic backend at login.
Pair it with servergardens/magic-backend, or use the single-container servergardens/magic-aio instead.
Both containers, one command:
curl -fsSL https://hyperlambda.dev/docker-compose.yaml | docker compose -f - up
Then open http://localhost:5555, point it at http://localhost:4444, and log in with root / root.
Dashboard only:
docker run -p 5555:80 servergardens/magic-frontend:latest
Ctrl+. anywhere opens a conversation with your cloudlet that executes AI functions on your behalf, under your own JWT| Port | 80 — map it wherever you like; 5555 is the convention |
No environment variables are required. The backend URL is entered on the login screen, so one dashboard can manage several backends.
Content type
Image
Digest
sha256:f8c7180dc…
Size
26.4 MB
Last updated
2 days ago
docker pull servergardens/magic-frontend