init monlet repo with stage 0-2 (docs, contract, agent MVP)

This commit is contained in:
Stanislav Rossovskii
2026-05-26 16:41:27 +04:00
commit dcea096327
42 changed files with 3183 additions and 0 deletions

32
web/README.md Normal file
View File

@@ -0,0 +1,32 @@
# Monlet Web
Placeholder for the read-only dashboard.
Planned stack:
- Next.js App Router;
- TypeScript;
- Tailwind CSS;
- read-only API client;
- reverse-proxy/basic-auth friendly deployment.
No web UI is implemented in Stage 0.
## Planned Commands
```sh
npm_config_cache=../.cache/npm npm install
npm_config_cache=../.cache/npm npm run dev
```
Do not install Node packages globally. Project dependencies live in `web/node_modules`; npm cache lives under repository `.cache/npm`.
## Planned Pages
- overview;
- agents;
- agent detail;
- checks;
- incidents;
- events;
- notifiers/outbox.