🚀 Fleety Showcase

Explore our powerful customer support widgets

Welcome to Fleety

Fleety provides lightweight, customizable widgets for integrating customer support directly into your website. With just a few lines of code, you can add powerful chat and ticketing capabilities to any web application.

This showcase demonstrates both the Support Chat Widget and Support Ticket Widget in action. Each widget can be customized with different themes and dock positions to match your brand.

💬

Real-time Chat

Instant communication with customers through a beautiful, intuitive chat interface.

🎫

Ticket System

Create and track support tickets efficiently with automated workflows and prioritization.

🎨

Customizable

Choose from multiple themes and positions to seamlessly integrate with your design.

Lightweight

Fast-loading, optimized widgets that won't impact your website's performance.

📱

Responsive

Works perfectly on desktop, tablet, and mobile devices.

🔧

Easy Setup

Just copy and paste a script tag - no complex configuration required.

Widget Demos

💬 Support Chat Widget
✓ Active

Chat widget is now running in the bottom-right corner of this page.

<script src="https://cdn.jsdelivr.net/gh/
localhost5173/fleety-components@main/
SupportChatWidget.js"></script>

new SupportChatWidget({
projectId: 'YOUR_PROJECT_ID',
theme: 'fleety',
dockPosition: 'bottom-right'
});
🎫 Support Ticket Widget
✓ Active

Ticket widget is now running in the bottom-left corner of this page.

<script src="https://cdn.jsdelivr.net/gh/
localhost5173/fleety-components@main/
SupportTicketWidget.js"></script>

new FleetySupportWidget({
projectId: 'YOUR_PROJECT_ID',
theme: 'fleety',
dockPosition: 'bottom-left'
});
⚠️ Note: To use these widgets, replace YOUR_PROJECT_ID with your actual Fleety project ID. The widgets will not function without a valid project ID. Get started by creating a project in your Fleety dashboard.