added preview pic, readme, and license

This commit is contained in:
2026-02-14 02:53:36 -05:00
parent 2b004525f6
commit 9b71b5d915
3 changed files with 36 additions and 0 deletions

BIN
.screens/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

15
LICENSE Normal file
View File

@@ -0,0 +1,15 @@
ISC License
Copyright (c) 2026, acidvegas <acid.vegas@acid.vegas>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# SuperNETs IRC WebChat
A minimal client-side JavaScript IRC webchat interface.
**Live:** [https://webchat.supernets.org](https://webchat.supernets.org)
![Preview](.screens/preview.png)
## Features
- Pure client-side JavaScript (no backend required)
- WebSocket IRC connection
- Auto-reconnection on disconnect
- Desktop notifications
- Mobile responsive
## Usage
Simply open `index.html` in a web browser or deploy to any static web host.
---
###### Mirrors: [SuperNETs](https://git.supernets.org/acidvegas/elastop) • [GitHub](https://github.com/acidvegas/elastop) • [GitLab](https://gitlab.com/acidvegas/elastop) • [Codeberg](https://codeberg.org/acidvegas/elastop)