Dashboard frontend for Pug — an analytics + communication platform. Built for growth managers.
- React + TypeScript + Vite
- ConnectRPC (binary protobuf)
- Jotai (state management)
- shadcn/ui + Tailwind CSS
bun install
bun run devbun run dev # Start dev server
bun run build # Type-check + production build
bun run generate # Regenerate TypeScript proto types from backend protos
bun run format # Biome formatter (format only)
bun run lint # Biome check — format + lint + import organization (safe fixes)