Production-ready React starter with:
- Mantine for UI primitives and layouts.
- TanStack Router for typed routing and protected pages.
- TanStack Query for async data and caching.
- Zod + Mantine Form for runtime-safe auth validation.
npm install
npm run devApp runs on http://localhost:4173.
The home and authenticated workspace include standard production sections:
- Dashboard
- Pipeline
- Connections
- Settings
- Logout
Use any valid email and a password with at least 8 characters to sign in.