Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open-source admin dashboard template built with Flowbite, Svelte, and Tailwind CSS

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
flowbite-svelte-admin-dashboard is a free and open-source admin dashboard template that pairs the Flowbite UI component library with Svelte and Tailwind CSS to give developers a pre-built starting point for web application back-ends.
flowbite-svelte-admin-dashboard is an admin dashboard template built by the Flowbite team (themesberg on GitHub) that runs on Svelte with Tailwind CSS for styling. As input, it takes a fresh Svelte project; as output, it adds a set of dashboard-oriented UI components and layout patterns. The project is hosted on GitHub, has a live demo deployed on Vercel, and currently has 506 stars.
pnpm i -D flowbite-svelte-admin-dashboard (with npm and Yarn equivalents).npx sv create, which scaffolds a Svelte project, so the template works with standard Svelte and SvelteKit setups.The installation flow is simple: first create a new Svelte project with npx sv create my-app, then install the template as a dev dependency using your package manager (pnpm i -D flowbite-svelte-admin-dashboard). After adding the package, run pnpm dev to start the development server and see the dashboard.
Yes. The template is free and open-source, with its source code published on GitHub. No payment or license key is required to download or use it.
The template is built with Svelte for the component framework, Tailwind CSS for styling, and Flowbite for the component library. It integrates with SvelteKit projects created via sv create.
Run npx sv create my-app to create a Svelte project, then pnpm i -D flowbite-svelte-admin-dashboard (or the equivalent npm/Yarn command). Finally, start the server with pnpm dev.
Yes, a live demo is available at flowbite-svelte-admin-dashboard.vercel.app, and the repository is at github.com/themesberg/flowbite-svelte-admin-dashboard.
