64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Transient.chat</title>
|
|
<meta
|
|
name="description"
|
|
content="Live chats that vanish. No data. No history. Pure ephemerality."
|
|
/>
|
|
<link rel="stylesheet" href="/assets/css/styles.css" />
|
|
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="info-text">
|
|
<div class="title-row">
|
|
<a href="index.html">
|
|
<img
|
|
src="/assets/images/transientchat-blue.png"
|
|
alt="Transient.chat"
|
|
/>
|
|
</a>
|
|
|
|
<h1>Chat without a trace!</h1>
|
|
</div>
|
|
<p>
|
|
Real-time conversations that disappear after
|
|
<strong>1 hour</strong>.<br />
|
|
No accounts. No data trails. Nothing is saved... ever.<br />
|
|
Everything is held in server memory and is never written to any disk or
|
|
database. <br /><br />
|
|
Join a room and talk freely. When the room empties, everything
|
|
vanishes.<br />
|
|
Want to sync up a video? Try a <strong>Watchroom</strong> and chat while
|
|
watching YouTube together.<br /><br />
|
|
<strong>Voice Messages:</strong> Hold the mic button to record and send ephemeral voice clips. Enable Autoplay to hear them live.<br /><br />
|
|
<strong>End-to-End Encryption:</strong> Encrypt your chat rooms locally with passphrases. Keys remain strictly in your browser and are never sent to the server.<br /><br />
|
|
<strong>No tracking • No storage • 100% ephemeral</strong><br /><br />
|
|
If you're tired of feeds, filters, or forever — you're in the right
|
|
place.
|
|
<a href="faq.html">Learn More →</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div id="login-container">
|
|
<input type="text" id="username-input" placeholder="Enter Your Handle" />
|
|
<br />
|
|
<br />
|
|
<button id="start-chat-button">Start Chatting!</button>
|
|
</div>
|
|
|
|
<div id="info-text">
|
|
<p>
|
|
Don't trust me? I don't blame you. Review the source and host your own
|
|
server!<br />
|
|
<a href="https://forgejo.benjimanmiller.com/ben/transient.chat">
|
|
https://forgejo.benjimanmiller.com/ben/transient.chat
|
|
</a>
|
|
</p>
|
|
</div>
|
|
<script src="/assets/js/index.js"></script>
|
|
</body>
|
|
</html>
|