TailAdmin is a free and open-source admin dashboard template built on React and Tailwind CSS, providing developers with everything they need to create a comprehensive, data-driven back-end, dashboard, or admin panel solution for upcoming web projects.
With TailAdmin, you get access to all the necessary dashboard UI components, elements, and pages required to build a feature-rich and complete dashboard or admin panel. Whether you're building dashboard or admin panel for a complex web application or a simple website, TailAdmin is the perfect solution to help you get up and running quickly.
TailAdmin provides essential UI components and layouts for building feature-rich, data-driven admin dashboards and control panels. It's built on:
- React 18 (create-react-app)
- TypeScript
- Tailwind CSS
- โจ Visit Website
- ๐ Documentation
- โฌ๏ธ Download
- ๐๏ธ Figma Design File (Community Edition)
- โก Get PRO Version
To get started with TailAdmin, ensure you have the following prerequisites installed and set up:
- Node.js 18.x or later (recommended to use Node.js 20.x or later)
Clone the repository using the following command:
git clone https://github.com/TailAdmin/free-react-tailwind-admin-dashboard.git
Windows Users: place the repository near the root of your drive if you face issues while cloning.
-
Install dependencies:
npm install # or yarn install
On
npm
some included packages can cause peer-deps issue with React 18 while installing.Use the
--legacy-peer-deps
flag, at the end of the installation command, as a workaround for that. -
Start the development server:
npm run dev # or yarn dev
TailAdmin is a pre-designed starting point for building a web-based dashboard using React.js and Tailwind CSS. The template includes:
- Sophisticated and accessible sidebar
- Data visualization components
- Prebuilt profile management and 404 page
- Tables and Charts(Line and Bar)
- Authentication forms and input elements
- Alerts, Dropdowns, Modals, Buttons and more
- Can't forget Dark Mode ๐ถ๏ธ
All components are built with React and styled using Tailwind CSS for easy customization.
- 1 Unique Dashboard
- 30+ dashboard components
- 50+ UI elements
- Basic Figma design files
- Community support
- 5 Unique Dashboards: Analytics, Ecommerce, Marketing, CRM, Stocks (more coming soon)
- 400+ dashboard components and UI elements
- Complete Figma design file
- Email support
To learn more about pro version features and pricing, visit our pricing page.
- Upgraded to Tailwind CSS v4 for better performance and efficiency.
- Updated class usage to match the latest syntax and features.
- Replaced deprecated class and optimized styles.
- Run npm install or yarn install to update dependencies.
- Check for any style changes or compatibility issues.
- Refer to the Tailwind CSS v4 Migration Guide on this release. if needed.
- This update keeps the project up to date with the latest Tailwind improvements. ๐
A major update with comprehensive redesign and modern React patterns implementation.
- Complete UI redesign with modern React patterns
- New features: collapsible sidebar, chat, and calendar
- Improved performance and accessibility
- Updated data visualization using ApexCharts
- Redesigned dashboards (Ecommerce, Analytics, Marketing, CRM)
- Enhanced navigation with React Router integration
- Advanced tables with sorting and filtering
- Calendar with drag-and-drop support
- New UI components and improved existing ones
- Updated sidebar component API
- Migrated charts to ApexCharts
- Revised authentication system
Read more on this release.
- Remove Repetition of DefaultLayout in every Pages
- Add ClickOutside Component for reduce repeated functionality in Header Message, Notification and User Dropdowns.
- Integrate flatpickr in [Date Picker/Form Elements]
- Change color after select an option [Select Element/Form Elements].
- Make it functional [Multiselect Dropdown/Form Elements].
- Make best value editable [Pricing Table One/Pricing Table].
- Rearrange Folder structure.
- Add Typescript in TailAdmin React.
- Initial release of TailAdmin React.
TailAdmin React.js Free Version is released under the MIT License.
If you find this project helpful, please consider giving it a star on GitHub. Your support helps us continue developing and maintaining this template.