Claimit

Theme System

Toggle between light and dark modes. All colors automatically adapt using CSS variables.

shadcn/ui Components

Pre-configured with shadcn/ui. Add components with: npx shadcn@latest add button

TanStack Query

React Query is configured for efficient data fetching and caching.

Zustand State Management

Lightweight state management with devtools and persistence support.

Color Palette

Deep Blue
Royal Blue
Bright Blue
Sky Blue

Next Steps

  • •Add shadcn components: npx shadcn@latest add [component]
  • •Create API hooks in hooks/ using React Query
  • •Add Zustand stores in store/slices/
  • •Define types in types/