OpenClawDashboard/dashboard
Manohar e01b072e79 feat: layered system health on the dashboard
- bridge GET /tiger/health/system checks each layer a message travels
  through: host memory/swap (/proc/meminfo), LLM gateway liveliness,
  OpenClaw container state, per-cron lastStatus. Rolls up to
  healthy/degraded/critical with human-readable issues.
- dashboard /api/health/system proxy (bridge-down itself reported as
  critical) + HealthBanner on the homepage: invisible while healthy,
  amber/red expandable strip when not. Polls every 30s.

Telegram should never again be the first place a failure shows up.
2026-06-10 20:24:59 +00:00
..
public chore: save working state before bind-mount setup (pre tiger write access) 2026-04-25 20:05:51 +00:00
src feat: layered system health on the dashboard 2026-06-10 20:24:59 +00:00
.gitignore feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
components.json feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
eslint.config.mjs feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
lib_smoke.ts chore: save working state before bind-mount setup (pre tiger write access) 2026-04-25 20:05:51 +00:00
next.config.ts chore: sync pre-existing uncommitted work from migration era 2026-04-18 19:10:47 +00:00
package-lock.json chore(dashboard): dependency updates 2026-06-05 19:49:23 +00:00
package.json chore(dashboard): dependency updates 2026-06-05 19:49:23 +00:00
postcss.config.mjs feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
README.md feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
tsconfig.json feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.