Discontinued
This chat website is no longer maintained.
This is a simple Chat Box you can use on any website.
It allows custom public rooms.
Important: Public Chat Boxes are NOT meant to use for a good chat system. They are just a quick and fun way to communicate.
How to use it
Just copy the code below anywhere on your website. Dont forget to change “DemoRoom” to your own room name. Thats it.
The Server stores 50 messages and deletes old ones. Messages are refreshed every 5 seconds.
<script src="https://chat.darvin.de/chat.js"></script>
<div id="chat" room="DemoRoom"></div>
Why is it so ugly?
Well, it does not have any style. It adapts to your own website style and may need some own css stylings.
You can use one of my custom styles if you want:
<link rel="stylesheet" href="https://chat.darvin.de/css/whatsapp-light.css" media="all">
A Demo is below
(I accidentally made a design that is similiar with WhatsApp)