Modern, responsive dashboard UI for the Hust Endpoint Detection and Response (EDR) system.
Crafted with 🤍 by @satnaing
Edited by @f1rst
Licensed under the MIT License
-
UI: ShadcnUI (TailwindCSS + RadixUI)
-
Build Tool: Vite
-
Routing: TanStack Router
-
Type Checking: TypeScript
-
Icons: Tabler Icons
All data in the image is sample data.
- Overview Dashboard
- Alert
- Rule
- Agent
- Node.js 16+
- pnpm (recommended) or npm
frontend/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Reusable UI components
│ ├── features/ # Feature-specific components
│ ├── routes/ # Application routes
│ ├── stores/ # Zustand stores for state management
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utility libraries
│ ├── context/ # React contexts
│ ├── types/ # TypeScript type definitions
│ └── utils/ # Helper functions
└── ... # Configuration files








