HTML Templates
Last updated: January 21, 2026

Introduction and Setup

Table of Contents

Welcome to the Brandflow HTML Template documentation. Brandflow is a modern, high-performance template designed for creative agencies and portfolios, built with Tailwind CSS v4.

Prerequisites

To get the most out of Brandflow, ensure you have the following installed:

  • Node.js (Version 16 or higher)
  • npm (Node Package Manager)

Installation

  1. Open your terminal.
  2. Navigate to the html-brandflow directory.
  3. Install dependencies:
npm install

Running Brandflow

Start the local development server with live reload:

npm run dev

This will launch the site at http://localhost:3000 (or similar).

Building for Production

To generate the optimized CSS for your live site:

npm run build

Key Technologies

Brandflow uses:

  • Tailwind CSS v4: For all styling and design tokens.
  • AOS: For smooth scroll animations.
  • Slick Carousel: For the testimonial and portfolio sliders.
  • jQuery: For specific interactive elements.