• UI/UX, Web App
  • Side project

Tight User Dashboard

Tight User Dashboard

The problem

Admin dashboards often ship as a pile of generic components with no coherent information hierarchy — everything looks equally important, so nothing is.

Our approach

Built an admin dashboard UI in Vue 3, using Pinia for state and PrimeVue for the component layer, focused on a clear content hierarchy over decoration.

The outcome

A reusable dashboard UI pattern, live at tight-user-app.vercel.app.

One thing we'd do differently

Wiring in a real API earlier would have surfaced a couple of pagination edge cases that static data hid until late.