CuteChat 6.0 · ASP.NET Web Forms

Self-hosted chat,
on your own server.

A working demo of the CuteChat 6.0 engine: rooms, presence and history in SQL Server, the classic licence system enforced, and a modern browser client with Markdown, mentions, grouping, keyboard access and a mobile layout.

🏠

Chat Rooms

Public rooms served by the engine. Roster, join/leave, typing indicators and slash commands, with every message written to SQL Server.

  • /me /join /help
  • @mentions
  • Markdown
  • Flood control
💬

Web Messenger

Buddy list with presence, contact search and private conversations, delivered as engine whispers so they never reach the room.

  • Presence
  • Private messages
  • Unread badges
  • Search
🛠

Setup & diagnostics

Checks the assemblies, database schema, licence files and a live engine connect — so a failed install tells you exactly which part is wrong.

  • Schema check
  • Licence check
  • Seed rooms
Engine: CuteChat 6.0.0.0 · portal SingletonPortal · 3 room(s)
Two people: open the demo in two different browsers (not two tabs — an ASP.NET session is per browser) and both will see each other.
Fresh install: point ConnectionString at your database, run SQL_Scripts\Install_6.0_SqlServer.sql, then use Setup.