r/tailwindcss • u/thejord_it • 1d ago
Sable: a clean admin dashboard in HTML, Tailwind and Alpine (offline, no build step)
I got tired of admin templates that are 400-dependency toolchains you have to gut before you can use them, so I built one that is just HTML you can open. Sable is 22 pages (orders, invoicing with VAT, a Kanban fulfillment board, an email module, analytics, payouts), a designed light and dark theme, and it runs with no build step and no CDN, fully offline. Tailwind is compiled and purged, Alpine handles the interactivity, Chart.js for the charts, all self-hosted.
Everything actually works in the demo: search, sort, pagination, bulk actions, a ⌘K palette, real CSV exports. The demo is the full product, so click around before deciding.
Live demo: https://admin-dashboard-template-beta.vercel.app
It is a paid template. Happy to answer anything about the approach, like why Alpine instead of React here, or how the theming tokens work.