The frontend of Cloud Insights, built with React, Vite, and ShadcnUI. Focused on responsiveness and accessibility.
- Light/dark mode toggle
- Responsive layout
- Accessible (a11y)
- Built-in sidebar component
- Global search command palette
- RTL (Right-to-Left) language support
- File-based routing with TanStack Router
- Full authentication flow
| Category | Technology |
|---|---|
| UI Components | ShadcnUI (TailwindCSS + RadixUI) |
| Build Tool | Vite |
| Routing | TanStack Router |
| State Management | Zustand |
| Data Fetching | TanStack Query |
| Type Checking | TypeScript |
| Linting/Formatting | ESLint & Prettier |
| Icons | Lucide Icons |
| Authentication | Clerk |
Clone the repository
git clone https://github.com/cloudmodal/cloud-insights-web.gitNavigate to the project directory
cd cloud-insights-webInstall dependencies
pnpm installCopy the environment variables
cp .env.example .envStart the development server
pnpm dev- cloud-insights - Backend service
Licensed under the MIT License
