User guide
Getting started
Choose a path
Use the shortest evaluation path that answers your current question.
- Check the live demo when you want to evaluate visual coverage, navigation, responsiveness, light/dark mode, and page variety.
- Clone TailTheme Free when you need to inspect project structure, component APIs, tokens, and local build behavior.
- Choose the paid React edition when the full dashboard and page library, advanced patterns, runtime customizer, and commercial license match your project needs.
Free vs full kit
Install the free starter
These commands install the public TailTheme Free repository. The paid package follows the same npm-based workflow and includes its own README and customization documentation.
- Clone github.com/ezway-tech/tailtheme-reactjs-free
- Install dependencies with npm
- Start the Vite development server and open the local URL printed in the terminal
- Open the dashboard and UI catalogue, then test light/dark mode and responsive navigation before changing the code
git clone https://github.com/ezway-tech/tailtheme-reactjs-free.git
cd tailtheme-reactjs-free
npm install
npm run dev Requirements
Use Node.js 20 or newer; Node.js 22 is recommended. If the interface renders without theme colors, confirm that the global stylesheet is imported and that its CSS variable definitions have not been removed.