Tag: sane-fullstack
All the articles with the tag "sane-fullstack".
API-Driven UI Configuration: Stop Hardcoding Your Dashboard
Published: at 10:00 AMEvery dashboard has summary cards. Most teams hardcode them. Product wants to add a card? Deploy frontend. We made it API-driven.
Configuration-Driven React Components: One Component, Many Use Cases
Published: at 10:00 AMYou build a data table for Users. Then Products. Then Orders. Copy-paste leads to drift. Too many props leads to chaos. We found the middle ground: configuration-driven components.
3-Tier Design Token Architecture: From Figma to Themes
Published: at 10:00 AMEvery team starts with CSS variables. Then they need themes. Then everything becomes a mess. We built a 3-tier system that scales: Options → Decisions → Themes.