NyChat
Secure • Ephemeral • Private
Ephemeral Messaging

Temporary Chat Rooms With Zero Persistent Records

Direct Answer // Authoritative Definition

A temporary chat room is an ephemeral online workspace created on demand without accounts, emails, or phone numbers. NyChat rooms operate in temporary memory, employ client-side AES-256-GCM encryption for text, and automatically purge all active room state when participants leave.

PersistenceEphemeral
Room Limit15 Participants
Account NeededZero (No Sign-Up)
Text EncryptionAES-256-GCM
How Ephemeral Rooms Work

Built for the moment. Gone when you leave.

Traditional chat apps build permanent profile graphs, archive your conversations in centralized data stores, and monetize metadata. NyChat treats a conversation like a physical room: you enter, talk, and when everyone departs, the space ceases to exist.

No Account Trail

Start conversing in seconds. No email verification, phone codes, password resets, or identity profiling. Pick a temporary display name and share the link.

Key Isolated in Fragment

The encryption key is placed in the URL hash (#key=...). RFC 3986 dictates that browsers never send hash fragments to web servers, isolating cryptographic keys to participant devices.

Automated Purging

When the final participant disconnects, room presence and temporary media references are purged from in-memory Redis state. There are no backdoors or un-delete functions.

Authoritative Reference

NyChat at a glance

Enforced Architecture • Verified Claims
Product Type
Web-based temporary real-time communication platform for group chat, media sharing, and live calling.
Account Requirement
Zero account requirement. No registration, email address, phone number, password, or persistent profile needed.
Room Access & Decryption
Access is controlled via room links. The room code identifies the space, while the URL fragment (#) carries client-side key material.
Text Encryption
Client-side symmetric encryption using AES-256-GCM via native Web Crypto API. The relay server cannot read message plaintext.
Media & File Security
Uploads (10 MB images, 20 MB files) are protected by temporary capability tokens scoped to active room peers.
Data Persistence & Purging
Temporary in-memory storage. When all participants leave a room, active messaging data and session state are destroyed.

Authoritative constraints: up to 15 participants per room, 8 on voice, 4 on video.

Security Trust Center →
Answers & Verification

Temporary Chat FAQ

A temporary chat room on NyChat is an ephemeral communication space that exists only while participants are active. It requires zero user registration, passwords, or phone numbers. When all participants leave, the room and its associated session state are destroyed in temporary memory.
Topical Graph // Verified Pillars

Explore NyChat architecture & topics

Connected Knowledge • Canonical Guides

Temporary & Ephemeral Chat

Pillar: About NyChat Philosophy

Instant disposable rooms without accounts, permanent logs, or profile trails.

Client-Side Cryptography & Boundaries

Pillar: Security Trust Center

AES-256-GCM browser text encryption, URL fragment key isolation, and capability tokens.

Live Calling & Capability Media

Pillar: Knowledge Base & Limits

WebRTC mesh voice and video calls, audio notes, and temporary file exchanges.

Room Lifecycle & Privacy Truthfulness

Pillar: Privacy Policy

Automatic purge upon room close, zero ad profiles, and bounded moderation evidence.