WebRTC Text Chat (P2P) - Online No‑Server Messenger
Establish a peer‑to‑peer text chat between two browser tabs or devices using WebRTC data channels. All signaling via copy‑paste. No server.
UD5 Toolkit
End-to-end encrypted · P2P direct connection
Establish a peer‑to‑peer text chat between two browser tabs or devices using WebRTC data channels. All signaling via copy‑paste. No server.
Open the same page in two tabs and send messages between them. See real‑time cross‑tab communication. Learn the API.
Encode a hidden message using zero‑width characters. The message looks like normal text. Decode with the same tool.
Paste an ASCII‑armored PGP message and view its packet structure. See the encrypted/plaintext blocks without decrypting.
Pick your egg style and get a precise timer with visual progress. Perfect boiled eggs every time. No app needed.
Decode FLAC, Opus, or OGG audio files in the browser using compiled WASM libraries. Play instantly without server uploads. Keep audio private.
Connect to a WebTransport server and exchange data over QUIC. See latency and throughput. Perfect for exploring low‑latency real‑time APIs.
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
Select a desired emotional state (calm, energize) and get a suggested song structure with BPM range.
Paste N‑Triples data and convert it to a compact JSON‑LD representation. Work with linked open data. Local.
Patch the PerformanceObserver and show your page’s Core Web Vitals as you browse. See real‑time scores and suggestions.
Apply East Asian glyph variants like jis78, proportional-width, ruby. See the difference instantly. For CJK typography.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Enter a URL and a user‑agent to see if it is allowed or blocked by the robots.txt file. Quick bot validation.
Toggle OpenType features like liga, smcp, tnum, and see the text update. Support for variable fonts. Typography nerds.
Click through the TCP connection states (LISTEN, SYN_SENT, ESTABLISHED…) and see the animated transitions. Networking education.
Turn a cardinal number (23) into its ordinal form (23rd). Supports large numbers. Simple and quick.
Generate cryptographically secure BIP39 mnemonic phrases (12 or 24 words) for HD wallet seeds. All entropy generated locally.
Turn your webcam feed into real‑time ASCII art. Adjust density and character set. Fun for streams and demos. No upload.
Toggle between light and dark mode for a demo page. See how to use the media query. Copy the pattern.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Query a domain's DNS record against multiple public resolvers (Google, Cloudflare) and see how it propagates. Client‑side fetch.
Check if your site is cross‑origin isolated by examining the COOP and COEP headers. See if SharedArrayBuffer is available.
Test different line‑break and word‑break values on Chinese/Japanese/Korean text. See how browsers wrap. Essential for i18n.
Generate a humorous, realistic‑looking git commit message. Perfect for testing or filling mock repos.
Split a secret string into N shares where K are needed to recover. Educational cryptography demo. Uses simple XOR-based scheme. Local.
Paste lines of text and automatically convert to an HTML ordered list with correct numbering and indentation.
Apply realistic reverbs (cathedral, hall, room) to any audio using pre‑loaded impulse responses. Hear the difference instantly.
Set up first‑line indentation and hanging punctuation. See how they affect reading flow. Copy the CSS.