- Expanded the ReUI documentation to reflect the addition of 20 free building blocks, including new components like `icon-tile`. - Updated descriptions and usage guidelines across various rules and components to ensure clarity and accuracy. - Enhanced the API references and examples to align with the latest changes in the ReUI framework, including updates to the `data-grid` component. - Improved the registry setup instructions and free vs premium component distinctions for better user guidance. These changes enhance the overall usability and understanding of the ReUI framework, providing users with comprehensive resources for effective implementation.
1.4 KiB
1.4 KiB
EvoFirewall — Руководство для ИИ
Описание
EvoFirewall — централизованный firewall controller (Linux / MikroTik agents, blocklists, статистика). Интеграции: auth-portal (app id fw), EvoBGP (источник префиксов).
Стек
- Monorepo: pnpm + turbo (
apps/*,packages/*) apps/web— Vite + React + TanStack + shadcn base-nova + ReUI Frameapps/api— Fastify + Drizzle + SQLite- Packages:
@evofw/ui,@evofw/shared,@evofw/db
Команды
pnpm install
pnpm --filter @evofw/shared build
pnpm --filter @evofw/db build
pnpm --filter @evofw/api dev
pnpm --filter @evofw/web dev
pnpm --filter @evofw/web build
ReUI PRO
Surface: frame. Hierarchy: ReUI PRO > shadcn. Contract: docs/ui-design-contract.md.
MCP user-reui primary + plugin-shadcn-shadcn primitives. CLI из apps/web.
KPI/QuickActions: EvoBGP hybrid SoT (KpiStatGrid, QuickActionGrid).
Docs: Introduction · llms.txt · MCP · Agent Skills.
Skill: .claude/skills/reui (668fb463eb).
Docs
docs/architecture.md, docs/agents.md, docs/integrate-auth-portal.md, docs/integrate-evobgp.md.