Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
/ SupportMCP Public archive

Simple support ticket system with Gemini AI chat integration. Clients can create tickets via chat, employees manage and resolve them via dashboard.

License

Notifications You must be signed in to change notification settings

FrMnJ/SupportMCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ SupportMCP

SupportMCP is a lightweight ticket management system that includes:

  • ✅ A simple CRUD for managing support tickets
  • 💬 A WebSocket-based AI-powered chat using Gemini AI
  • 🧑‍💼 Role-based system for clients and employees

✨ Features

🎫 Ticket Management (CRUD)

  • Employees can create, read, update, and delete tickets.
  • Tickets include information like:
    • Type: bug, feature_request, question, or other
    • Status: open, assigned, resolved
    • Priority and system info
  • Employees can assign themselves to tickets and write a resolution message for the client.
  • Timestamps like assigned_at and resolved_at are automatically handled.

🤖 AI Chat Assistant (Gemini AI)

  • Real-time WebSocket chat interface between client and Gemini AI
  • Clients can:
    • Create users via the chat
    • Submit tickets (e.g., bug reports, feature requests)
    • Ask questions
    • Receive the final resolution when a ticket is resolved

👥 User Roles

  • Clients: Interact only through the chat to create and view tickets.
  • Employees: Use the admin panel to manage tickets, assign them, and provide resolutions.

🧪 Tech Stack

Layer Tech
Backend Laravel
Frontend Vue 3 + Vite (via Breeze)
AI Assistant Gemini (via WebSocket)
Auth Laravel Breeze (sanctum)
Database MySQL (or any Laravel DB)

🖼️ System Screenshots

User interaction with Chat

image

image

image

image

After ticket creation:

image

After ticket resolution:

image

About

Simple support ticket system with Gemini AI chat integration. Clients can create tickets via chat, employees manage and resolve them via dashboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •