VanishTxt — Custom UI
by felixstro.dev

A custom frontend for VanishTxt.

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.

your HTML — before → after
<!-- 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>
Done. No other changes needed.
Custom UI at vanishtxt.felixstro.dev  ·  Official at roomyfy-eu.onrender.com