Aryx Lite Next.js UI — Ask, Model, Data, Lab. Public companion to aryx-lite.
967
Next.js product UI for Aryx Lite — grounded Ask, Model canvas, Data explorer, Accuracy Lab, and Settings.
| Product | Aryx Lite UI (Next.js) |
| Source | github.com/giggsoinc/aryx (apps/web) |
| This image | Browser UI only — proxies /api to the Aryx API |
| Backend image | giggsodocker/aryx-lite (API · worker · MCP) |
| License | BSL 1.1 → GPL-3.0-or-later on 2029-07-15 |
| Visibility | Public — pull without docker login |
| Route | Purpose |
|---|---|
/start | Guided onboard wizard |
/ | Ask (cited answers) |
/model | Ontology / model canvas |
/data | Tree · table · entity graph |
/lab | Accuracy Lab |
/settings | LLM provider / models / keys |
| Tag | Meaning |
|---|---|
latest | Current release build |
1.0.0 | Semver (aligned with backend) |
v1.0.0 | Same release, v-prefixed |
<git-sha> | Exact commit (e.g. a98a954) |
docker pull giggsodocker/aryx-lite-web:latest
docker pull giggsodocker/aryx-lite-web:1.0.0
docker pull giggsodocker/aryx-lite-web:v1.0.0
Use Compose from the source repo (recommended):
git clone https://github.com/giggsoinc/aryx.git
cd aryx
cp .env.example .env
docker compose pull
docker compose up -d
# UI → http://localhost:3000
Or pin:
export ARYX_IMAGE=giggsodocker/aryx-lite:1.0.0
export ARYX_WEB_IMAGE=giggsodocker/aryx-lite-web:1.0.0
docker compose up -d
This image alone is not a full stack — you need API + Postgres + FalkorDB + LLM.
Content type
Image
Digest
sha256:3602727f3…
Size
64 MB
Last updated
about 1 month ago
docker pull giggsodocker/aryx-lite-web:1.9