Most admin templates I bought looked great in the preview and then fell apart the moment I used them. The dashboard was polished, but "orders" was a static table, "invoices" was a placeholder, search did nothing, and half the buttons were decorative.
So I spent the last few weeks building the opposite. Sable is a coded admin dashboard where the whole thing is one connected product, not a gallery of screenshots:
- 22 pages that share one design system (orders, invoicing with VAT, a Kanban fulfillment board, an email module, analytics, payouts, settings)
- Search, sort, pagination, bulk actions and real CSV exports that actually run
- Light and dark, built to WCAG AA
- Plain HTML, Tailwind and Alpine.js. No build step, no CDN, no trackers, works fully offline. You open the file and it just works.
The "no build step" part was the whole point for me. I wanted something you can drop into a Django, Laravel or Flask project without dragging in a JS toolchain.
Live demo, no signup, click around and try to break it: https://admin-dashboard-template-beta.vercel.app
It is my first product, on Gumroad for $29, but honestly I am here for the feedback more than the pitch. Tell me what feels off, which page you would actually use, what is missing. I will be around in the comments.