
Live Chat Support Starter Kit
Add real-time chat to your app in minutes — powered by Next.
I just launched v1.0.0 of [Live Chat Support Starter Kit](https://github.com/unjica/live-chat-support-demo) — a real-time, open-source chat app built with:
- Next.js (App Router)
- Zustand
- TailwindCSS
---
### ✅ What it does:
- Live chat between visitor and admin
- Separate UI for both roles
- Local/sessionStorage persistence
- Admins can end chats, visitors can resume later
- Fully deployable with Vercel + Railway
---
I originally built this as a coding challenge, but realized it could help others build live chat features quickly — so I cleaned it up, made it modular, and released it under MIT.
Would love to hear any feedback, feature ideas, or use cases!
🚀 [Check it out on GitHub](https://github.com/unjica/live-chat-support-demo)
About
I originally built this as a coding challenge, but realized it could help other developers looking for a fast, open-source way to add real-time support to their apps. So I turned it into a starter kit and launched it.

Comment