Sign inSign up

servergardens/magic-frontend

By servergardens

•Updated 2 days ago

Magic Cloud dashboard: Hyper IDE, SQL Studio, API generator and Chat Ops, served by nginx

Image
0

10K+

servergardens/magic-frontend repository overview

⁠Magic Cloud — dashboard

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.

⁠Run it

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

⁠What's in it

  • Hyper IDE — edit, run and replay any file on the server, with an AI prompt bar below the editor that writes Hyperlambda straight into the file you're editing
  • Endpoint Generator — turn any database schema into a secured CRUD API, wrap your own SQL, or import a third-party API from its OpenAPI/Swagger specification
  • SQL Studio — execute SQL, design schemas visually, store snippets
  • Chat Ops — Ctrl+. anywhere opens a conversation with your cloudlet that executes AI functions on your behalf, under your own JWT
  • Machine Learning — models, RAG training data, vector search, AI functions and the Chatbot Wizard
  • Rewind — step through a recorded execution after it ran, with your entire program state at every step
  • Users and roles, scheduled tasks, plugin store, server log, and configuration
  • Dark and light themes, OIDC sign-in through Google, GitHub, LinkedIn, Microsoft Entra ID, Okta, Auth0, Keycloak and Slack

⁠Configuration

Port80 — 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.

Tag summary

Content type

Image

Digest

sha256:f8c7180dc…

Size

26.4 MB

Last updated

2 days ago

docker pull servergardens/magic-frontend