
Hey Indie Hackers! π
I recently launched an open-source Live Chat Support Starter Kit β itβs a real-time, full-stack chat app built with:
β’ π§ Next.js (App Router)
β’ β‘ Socket.IO for real-time messaging
β’ π§© Zustand for lightweight state management
β’ π¨ TailwindCSS for styling
It includes both admin and visitor UIs, message persistence with sessionStorage / localStorage, and is fully deployable using Vercel (frontend) and Railway (backend).
I created this because I needed a simple but customizable real-time chat feature, and wanted to avoid third-party platforms or SaaS. Thought it could be helpful to others too β especially indie devs who want to add chat support to their apps quickly.
π GitHub: https://github.com/unjica/live-chat-support-demo
Would love your thoughts:
β’ What would you improve or change?
β’ Is it something youβd use or contribute to?
β’ Any ideas for next features?
Thanks for checking it out! π