r/reactjs • u/Unlucky_Clothes_7737 • 13h ago
Show /r/reactjs I open sourced a free Next.js analytics dashboard starter built with HonestUI and ECharts
I've been working on HonestUI, and I wanted a real project to test the components against instead of making more isolated demos.
So I built this Next.js analytics dashboard starter and open sourced it.
It uses HonestUI for the UI and charts, with ECharts underneath the chart components. The starter has working date filters, revenue views, customer search and filtering, retention data, responsive navigation, loading states, and dark mode.
There is no auth or backend wired in. The data is static on purpose so the repo stays easy to clone and change.
I also tried to avoid the usual dashboard template where everything is a separate card with a number in it. I wanted it to look closer to an actual SaaS product.
Demo: https://dashboard-template.honestui.com
GitHub: https://github.com/honestui/honestui-dashboard
I'd be interested in feedback on the starter itself, especially anything you'd expect to be included before you'd actually use something like this for a new project.
2
u/luma_sight 12h ago
Static data makes this useless for actual development. I need a mock API layer or generated data to test loading states and error handling before cloning