# Chatizy - WordPress WhatsApp Chat Plugin

A powerful WordPress plugin that enables seamless WhatsApp chat integration with advanced targeting rules, multiple agent support, and detailed analytics.

## Features

- 🎯 Smart Targeting: Display chat buttons based on specific pages, posts, or user conditions
- 👥 Multiple Agents: Support for multiple WhatsApp agents with customizable schedules
- 📱 Responsive Design: Beautiful chat interface that works perfectly on all devices
- 🎨 Customizable: Easy customization of colors, positions, and messages
- 📊 Analytics: Track chat interactions and conversion rates
- 🔄 Campaign Management: Create and manage multiple chat campaigns
- ⚡ Performance Focused: Lightweight and optimized for speed

Install dependencies:

```sh
npm install
composer install
```

## Development
Start the development server:

```sh
npm run dev
```

## Build
Compile and optimize the plugin for production:

```sh
npm run build
```
## Resources
- CSS & Styling: Source files for Tailwind CSS and SASS are available in the resources/src directory.
- JavaScript & React: JSX, TSX, and JavaScript files are available in the resources/src directory.

## Minified Assets:
-Minified CSS & JavaScript files are located in /assets/.

