1 points | by unjica 9 hours ago ago
1 comments
I built a lightweight open-source live chat starter kit using:
- Next.js (App Router)
- Socket.IO
- Zustand
- TailwindCSS
It includes visitor/admin roles, local/session persistence, and is fully deployable on Vercel + Railway.
The goal: make it easy for devs to add real-time support to their apps without relying on heavy SaaS.
Would love feedback or suggestions — happy to answer questions!
I built a lightweight open-source live chat starter kit using:
- Next.js (App Router)
- Socket.IO
- Zustand
- TailwindCSS
It includes visitor/admin roles, local/session persistence, and is fully deployable on Vercel + Railway.
The goal: make it easy for devs to add real-time support to their apps without relying on heavy SaaS.
Would love feedback or suggestions — happy to answer questions!