Why Uncrossable Exists

When it matters most, recordings disappear. Phones get seized. Footage gets "lost." Cloud accounts get locked. We built Uncrossable so that the moment you press record, every second is permanently preserved — no matter what happens next.

How It Works

Real-time chunked upload. When you record, your browser captures video and audio using the MediaRecorder API. Every 5 seconds, the accumulated data is packaged into a chunk and uploaded to our servers. Each chunk is an independent file — even if the next one never arrives, the previous ones are safe.

Cryptographic hashing. The moment a chunk arrives on our server, we compute its SHA-256 hash and store it. This hash acts as a mathematical fingerprint — if even a single bit of the video were changed, the hash would be completely different. When the recording ends, we compute a final integrity hash over all chunk hashes, creating a chain of proof.

Immutable by design. There is no delete endpoint in our API. There is no admin panel with a delete button. There is no database flag to mark a recording as hidden. This isn't a policy — it's an architectural decision. The code literally cannot delete recordings.

Privacy via secret tokens. Each recording gets a unique access token — a long random string that serves as the only key. We don't require accounts, emails, or phone numbers. The recording URL is the access control. Only people you share the link with can view it.

Use Cases

Police Encounters

Record a traffic stop, arrest, or police interaction. Even if your phone is confiscated, every chunk already uploaded is permanently preserved.

Verbal Agreements

A landlord makes a promise. A contractor agrees to a price. Record it — now there's a cryptographically verifiable record that can't be altered.

Incidents & Accidents

Car accident, workplace incident, property damage — start recording immediately and know that every second is being preserved in real time.

Protests & Public Events

Document what happens at public gatherings. The recording survives independently of your device, your cloud account, or any platform's content policy.

Technical Details

Chunk interval 5 seconds
Video format WebM (VP9/VP8 + Opus)
Hash algorithm SHA-256
Max recording duration 2 hours
Max chunk size 10 MB
Access control Secret token (UUID v4)
Free storage 30 days
Pro storage Unlimited
Delete endpoint None (by design)

Privacy Policy

No accounts required. We never ask for your name, email, or phone number to create a recording. Accounts are optional for linking recordings to a profile.

IP addresses are hashed. We store a one-way hash of your IP for rate limiting only. We cannot reverse it to identify you.

Recordings are access-controlled. Only the secret token URL provides access. We do not index recordings, share them with third parties, or make them publicly discoverable unless the owner explicitly marks them public.

Recordings are permanent. Once created, a recording cannot be deleted by anyone — including us. This is intentional. The purpose of this platform is to create indelible records. Consider this before recording.

Feedback

Have a suggestion, bug report, or question? Let us know.