Skip to content

User guide

Getting started

Choose a path

Use the shortest evaluation path that answers your current question.

  1. Check the live demo when you want to evaluate visual coverage, navigation, responsiveness, light/dark mode, and page variety.
  2. Clone TailTheme Free when you need to inspect project structure, component APIs, tokens, and local build behavior.
  3. Choose the paid React edition when the full dashboard and page library, advanced patterns, runtime customizer, and commercial license match your project needs.

Browse the TailTheme demos →

Open TailTheme Free on GitHub →

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.

  1. Clone github.com/ezway-tech/tailtheme-reactjs-free
  2. Install dependencies with npm
  3. Start the Vite development server and open the local URL printed in the terminal
  4. Open the dashboard and UI catalogue, then test light/dark mode and responsive navigation before changing the code
Typical local commands
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.