1
0 Comments

Built an Open-Source Live Chat Starter Kit with NextJS & SocketIO – Feedback Welcome!

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! πŸ™Œ

on May 6, 2025