// the find
horizon-ui/horizon-ui-chakra
Horizon UI JavaScript ⭐️ The trendiest & innovative Open Source Admin Template for Chakra UI & React!
A React admin dashboard template built on Chakra UI, shipping pre-built pages for analytics, NFT marketplace, profile, data tables, and auth flows. Aimed at developers who want a starting point for internal tools or SaaS dashboards without designing from scratch. The Chakra UI foundation means the theming system is actually usable rather than a pile of raw CSS overrides.
The Chakra UI theme extension is done correctly — component overrides live in `src/theme/components/` as separate files, so you can swap button or input styles without touching unrelated code. RTL support is baked in as a first-class layout, not an afterthought CSS flip. Chart components are cleanly isolated in `src/components/charts/` wrapping Recharts, so replacing them later is straightforward. The directory structure is predictable: views, components, layouts, and theme are all cleanly separated.
The license link points to simmmple.com, not the repo itself — the README badge says MIT but the actual terms are on a third-party site, which is a red flag before you ship anything commercial. The 'NFT marketplace' demo pages are pure dead weight for most use cases and inflate the bundle with dummy data and images you'll spend time deleting. No state management story at all — the template uses only React context for sidebar state, so you're on your own the moment you need server data. Last commit was January 2025 and Chakra UI v3 (a breaking rewrite) has been out since late 2024 — this template is still on v2 and will require a real migration effort if you want to track Chakra upstream.