Features

Real-time Chat

Real-time chat. Zero refresh. Zero loading.

#elixir
───────────────────

● alice                           10:23
  Good morning! Anyone tried Phoenix 1.8?

● bob                             10:24
  Yes! LiveView is amazing

● carol                           10:25
  Agreed, performance is way better
Real-time messages via WebSocket
Emoji reactions and inline formatting
Threads, nested replies, and direct messages
Link previews with rich metadata
Live
Channels

Channels are chat rooms.

#general       23 users  Welcome to the server!
#elixir        12 users  Elixir & Phoenix talk
#gaming         8 users  Game nights every Friday
#private    🔒  3 users  Invite only
Public: open to anyone who wants to join
Private: invite-only for your group
Protected: password-gated access
Topic, modes, slow mode — you control it
Flexible
P2P Calls & Files

Direct connection between people. Peer-to-peer.

Voice Call with Bob 👩 00:03:42 Mute Camera Screen End
Voice calls — direct P2P via WebRTC
Video calls with camera toggle and PiP
File transfer — send files directly, no upload
End-to-end encrypted with TURN relay fallback
Encrypted
Multiplayer Games

28 multiplayer games via WebRTC.

Pong
Star Duel
Tanks
Trails
Boxing
Hockey
Invaders
Enduro
Challenge anyone with /game @nick
Real-time sync via WebRTC DataChannel
No server — same P2P tech as voice calls
28 games
Solo Arcade

18 classic games via WebAssembly.

DOOM
Quake
Wolf3D
Half-Life
BASS
Drascula
FOTAQ
Quake II
Join #games channel (/join #games)
Type !play — the bot sends you an arcade link
Runs entirely in the browser via WebAssembly
No downloads, no plugins — opens in a new window
18 games
Bots

Programmable bots with pluggable capabilities.

● TriviaBot                       14:30
  🎯 Category: Science
  Q: What planet has the most moons?
● alice                           14:31
  Saturn
● TriviaBot                       14:31
  ✓ Correct! alice scores 3 points
Trivia: quiz games with leaderboards
Dice: RPG-style rolling (!roll 2d6+3)
Moderation: word filters and spam detection
RSS: feed monitoring with announcements
Scheduler: timed messages and reminders
Extensible
Administration

Your server, your rules.

Admin Panel
Full dashboard with real-time logs and metrics.
User Management
Accounts, roles, bans, and registration control.
Moderation
Rate limiting, flood protection, and word filters.
Backup & Restore
Export and import your data anytime.
Full control
Built-in Help

CHM-style help system built in.

Help Topics
─────────────────────
▸ Getting Started
▸ Commands
  ▸ /join   ▸ /msg
  ▸ /call   ▸ /game
▸ Features
▸ Keyboard Shortcuts
Press F1 or type /help anywhere
Searchable topics with keyword matching
Cross-referenced “See Also” links
Self-documented
IRC Commands

Powerful IRC-style commands.

/join #channel     → join a channel
/msg @nick text    → direct message
/nick new_nick     → change nickname
/help              → see all commands
/whois @nick       → info about a user

Over 20 commands with smart autocomplete.

20+ commands