Skip to main content
Docs/Core Concepts

Core Concepts

Understanding the architecture behind VoidAI.

Architecture Overview

VoidAI is built on three pillars:

1. Blitz Engine

The high-performance core: - Sub-nanosecond primitives - Zero-copy, zero-allocation - Compiles to WASM and native - 87M messages/sec throughput

2. P2P First

All user data flows peer-to-peer: - WebRTC for browser connections - QUIC for native connections - E2E encryption by default - Signaling servers only for discovery

3. Local First

Data lives on your device: - IndexedDB for browser storage - Works offline - Sync when connected - You own your data

Data Flow

Your Device → Encrypt → P2P Transport → Decrypt → Other Device
                ↑                           ↑
            Your Key                    Your Key
            
Our Servers: Only see encrypted metadata for connection setup