Scribbler.AI

Documentation

Scribbler.AI is a clean and modern ai content generator React.js template based on tailwind.

Introduction

Scribbler.AI, a clean and modern ai content generator React.js template based on tailwind. Its build with well optimized mobile first responsive approach. You can use this template for any kind of content generator project.

File And Floders

├── documentation
├── main-files
├──├── public
├──├── ├── images/
├──├── src
├──├── ├── assets/
├──├── ├── ├── fonts
├──├── ├── ├── css
├──├── ├── ├── images
├──├── ├── componenets/
├──├── ├── layout/
├──├── ├── pages/
├──├── ├── ├── Admin
├──├── ├── ├── App
├──├── ├── ├── Website
├──├── ├── router/
├──├── ├── store/
├──├── ├── utilities/
├──├── ├── App.jsx
├──├── ├── index.css
├──├── ├── main.jsx
├──├── index.html
├──├── package.json
├──├── postcss.config.js
├──├── tailwind.config.js
├──├── vite.config.js

Quick Start

Scribbler.AI is built with vite js, the fastet way to build react application.

Install dependencies:
 npm install 
Run dev server:
 npm run dev 

Open the link: http://localhost:3000 to view it in your browser.

Run Production Build:
 npm run build 

For more information about build tool checkout here

Styles

Updated config in src/index.css
@theme {
  --breakpoint-xs: 480px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1140px;
  --breakpoint-2xl: 1280px;

  --animate-gradient-left-to-right: gradient-left-to-right 5s ease-in-out 2s;
  --animate-fade: fade 300ms linear forwards;
  
  @keyframes gradient-left-to-right {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }

  @keyframes fade {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
}

Sources and Credits

Change Logs

v2.0.0
21 may, 2025
  • + Updated major framework version React 18 to 19
  • + Updated major tailwind version 3 to 4
  • + Updated all other third party libraries with latest versions.
v1.4.2
15 January, 2025
  • + Admin sidebar scroll issue fix
v1.4.1
5 September, 2024
  • + New Contact Page Added
  • + New Terms and Conditions Page Added
v1.4.0
27 April, 2024
  • + New Chatbot Page Added
  • + New Tooltip componenet added
v1.3.1
21 April, 2024
  • + 1 New Page Added (Support Messages)
  • + Checkbox and radio color issue fix
v1.3.0
06 February, 2024
  • + New Image Generator Screen Added
  • + New Landing Page for Text Generator Added
  • + 2 New Inner Page Added (Pricing, About Us)
v1.2.1
31 January, 2024
  • + Multi Column Menu Added
v1.2.0
28 January, 2024
  • + 2 Landing Page Added (Image Generator, Code Generator)
  • + Minor Menu Fix
v1.1.0
15 January, 2024
  • + Dark Mode Added
  • + RTL Mode Added
v1.0.0
11 January, 2024
  • + Initial Release