Echo
Team chat platform with servers, channels, and real-time WebSocket messaging — wired with four AI capabilities baked into the message flow: auto-moderation on send, smart reply suggestions, an @AI chatbot member, and one-click channel summarization. Redis pub/sub fans out messages across worker processes; prompt caching keeps latency and cost low.
Team chat is dumb pipes. Moderation is manual, threads sprawl, and catching up on a busy channel means scrolling for ten minutes.
Messages get moderated before they broadcast. Reply suggestions and @AI live inline. One click summarizes a channel. Real-time scales horizontally via Redis pub/sub.
