The distributed
backend platform.
Build applications on device-powered infrastructure. Get authentication, realtime databases, and object storage without managing servers or cloud environments.
Familiar experience.
Radically different infrastructure.
The EVE SDK is designed to feel as familiar as Firebase or Supabase. You write simple, declarative code. Under the hood, EVE securely distributes encrypted data across a decentralized network of participating devices instead of a centralized data center.
You never have to understand decentralization. We handle the cryptography, the routing, and the replication.
import { EveClient } from '@eve/sdk';
const eve = new EveClient({
projectId: 'prj_production_...',
});
// Authenticate user
const user = await eve.auth.signIn(email, password);
// Subscribe to a decentralized database collection
eve.db.collection('messages').onSnapshot((docs) => {
console.log('Realtime updates received:', docs);
});Core Services
Authentication
Secure, cryptographic user identities. Drop in email, social, or biometric authentication in minutes. User data remains encrypted at rest and in transit across the edge network.
Realtime Databases
Listen to data changes instantly. Our distributed database automatically syncs state across connected clients with sub-100ms latency, routing through the most efficient edge nodes.
Object Storage
Store user files, images, and media. Files are sharded, encrypted, and distributed globally across EVE hardware, ensuring high availability and tamper-proof delivery.
AI APIs *
Leverage local compute across the network for distributed inference. Run models close to the user without paying exorbitant centralized GPU costs.