Back to browse
Behavioural-dashboard, framework agnostic library for living dashboards

Behavioural-dashboard, framework agnostic library for living dashboards

by RicDan·Apr 13, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Score budget redistribution for widget weighting beats manual dashboard config.

Strengths
  • Zero dependencies with framework-agnostic TypeScript engine design
  • JSON state output enables persistence across sessions easily
  • Deliberately omits pinning—keeps engine concerns separate from UI
Weaknesses
  • Adaptive UI patterns remain niche with limited real-world adoption
  • No mention of how state persists across page reloads or sessions
Target Audience

Frontend developers building interactive dashboards

Similar To

React Grid Layout · Dashboard libraries

Post Description

Inspired by https://tanvin-alt.github.io/behavioural-dashboard/ "Designing for the 100th use"

I stumbled across this UX mock about living dashboards, and thought that it was a neat idea - why not have interactions on a dashboard automatically align it to the users needs? If a user focuses more on one KPI, why not make the first interaction with it on the page more descriptive?

After some short talks with the original designer, I decided to write a library for it. Should work for whatever FE framework you favour, or none. Also 0 dependencies by itself, in addition to outputting a simple JSON you can store as you want.

Just putting this out there, for people that might want something like this :)

Similar Projects