This is an alternative UI for the official VanishTxt chat service — private, traceless messaging where every message is destroyed on reload. To use it, just swap two file paths in your VanishTxt setup.
// How to use
In your VanishTxt project, find where app.js and style.css are linked and replace those paths with the CDN links below.
<!-- CSS --> <link href="./css/style.css" /> <link href="https://cdn.felixstro.dev/vanishtxt/css/style.css" /> <!-- JS --> <script src="./js/app.js"></script> <script src="https://cdn.felixstro.dev/vanishtxt/js/app.js"></script>