SGFleet - Lightweight Web UI & Orchestrator for SGLang #38154
joesew
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I built a small self-hosted tool called SGFleet to manage SGLang on a dedicated server running a single RTX 5000 Blackwell.
SGLang’s inference speed is great, but manually swapping containers via CLI to manage VRAM on one GPU was getting tedious—especially alongside key management and setting up configs for different coding tools.
SGFleet adds a lightweight Web UI, API gateway, and container manager on top of SGLang (Docker Compose + FastAPI + SQLite).
What it does:
It bootstraps automatically with an
init.shscript that checks the host for NVIDIA runtime requirements and generates environment keys.Repo: https://github.com/sewingsolutions/sgfleet
Note: It's still an early work-in-progress, so expect some rough edges and bugs! If you give it a spin, bug reports, feedback, and PRs are super welcome.
All reactions