1. Item Name : Toxci | SaaS & AI Startup Technology Tailwind Template
  2. Created: 12 June 2026
  3. Item Version : v 1.0.0
  4. Author : Theme Pure
  5. Support Ticket: https://themepure.net/support/

Introduction

Toxci | SaaS & AI Startup Technology Tailwind Template

For any support please don't hesitate to contact us at Support Center. We provide 13 hours real-time support for our customers.

We would like to thank you for choosing Toxci | SaaS & AI Startup Technology Tailwind Template.

Getting started

Toxci is a modern Responsive Multi-Purpose Tailwind template for startup digital agencies and SEO agencies that offers design, development, Ai Startup Technology and online marketing services to its client.

Template Features

  • HTML5 & CSS3
  • Build with Latest Tailwind CSS
  • Font-awesome
  • jQuery
  • 10 Awesome Homepage
  • Responsive Design
  • Pixel Perfect Design
  • Clean Code & Unique Design
  • Easy to Customize
  • Isotop Filtering
  • Ajax Contact Form

What's Included

After purchasing Toxci template on themeforest.net with your Envato account, go to your Download page. You can choose to download Toxci template package which contains the following files:

The contents of the template package downloaded from ThemeForest

  • Toxci - An Tailwind Css Template file. this file you ca edit and use for your business.
  • Documentation - This folder contains what you are reading now :)

Tailwind CSS Setup

This guide explains how to install and run Tailwind CSS in watch mode for development.

1. Install Node.js & npm

Tailwind CSS requires Node.js and npm. Follow these steps:

  1. Download Node.js LTS from nodejs.org and install it.
  2. Check installation in terminal:
    node -v and npm -v

2. Install Project Dependencies

Open terminal in your project folder and run:

npm install

This will install Tailwind CLI and other required dependencies from package.json.

3. Run Tailwind in Watch Mode

Start Tailwind CLI in watch mode to automatically rebuild CSS on changes:

npm run dev

Changes in src/tailwind.css will automatically update assets/css/main.css.

4. Tailwind CSS File Example

Your src/tailwind.css should look like this:


@tailwind base;
@tailwind components;
@tailwind utilities;

/* Add custom CSS below if needed */

Quick Commands Summary

  • Install dependencies: npm install
  • Run Tailwind watch mode: npm run dev

Template Structures

Articles

HTML Structure

This template is a fixed layout with four columns. The main contents are inside the 'body' tag divided into differt section (i.e. header, banner, services,... footer etc.). The general template structure is the same throughout the template. Here is the general structure.

3.1.1
HTML Markup Structure

Edit Tailwind CSS

We are using one customed Tailwind CSS files (tailwind.css) and several src files. Tailwind CSS file structure is as follows:

3.1.1
Edit Tailwind CSS

JavaScript Files

There is a custom .js file named main.js and are several vendor js files as plugins. We are using jQuery(a javascript library) instead of vanilla javascript. Our file structure is a follows:

3.1.1
JavaScript Files

Change Contents

Changing Images

To change any images of the website

  1. Carefully collect the source name of the image (i.e. hero.jpg)
  2. Open the file called images.
  3. Find the particular image file.
  4. Replace the file with your image.
  5. Make sure that the file name does not change.The file name should be the same.

Example: Suppose you want to change the following image file:

4.1.1

You have to do the following to change this image with your own image:

  1. Open the file called images.
  2. Find the particular image file called banner-img.jpg
  3. Replace the file with your image
  4. Make sure that the file name does not change.

Changing Colors in Tailwind

We have used Tailwind CSS for this project to write CSS. If you are familiar with Tailwind, you should customize only the tailwind.css file. Please make sure you rebuild your CSS after you have made changes in any of the Tailwind configuration files.

Changing default template colors

  1. Open the tailwind.css file from src > tailwind.css with a text editor.
  2. Locate the @theme section at the top of the file where all color variables are defined.
  3. Change the right-side hex values of the color variables to customize your site colors. Example:
    									--color-white: #ffffff;  <!-- change this to #f8f8f8 for off-white -->
    									--color-black: #161519;  <!-- change this to #161515 for new black -->
    													
  4. Save your file.
  5. Refresh your project or rebuild Tailwind CSS to apply the new colors.
4.1.1

Changing Email Settings of the Contact Form

  1. Go to main folder
  2. Open mail.php
  3. Go to line number 34
  4. Follow instructions in image below:
4.1.1

Support

If you face any issue please contact us at Support Ticket. We provide 15 hours real-time support for our customers.

Thank you for purchasing our theme.