Information

How It Works

Client-Side Processing

This application runs entirely on the client side, which means:

  • All data is stored in your browser's memory using Zustand
  • Data is fetched every minute from the Plancke API
  • You can customize the refresh interval in the dashboard
  • The clear data button will reset everything to initial state

Features

  • Real-time ban statistics tracking
  • Interactive charts and visualizations
  • Customizable refresh intervals
  • Toast notifications for new bans
  • Dark and light mode support
  • Responsive design that works on all devices
Note: This application uses the Plancke API to track Hypixel ban statistics in real-time. All data is processed client-side using React Query and Zustand for state management.