Choose Your SDK

Explore our ecosystem of developer kits for web, mobile, and server-side development.

Web SDK

Build dynamic web applications with our fully-featured JavaScript/TypeScript SDK, supporting React, Vue, and vanilla environments.

→ Developer Docs

Mobile SDK

Develop cross-platform mobile apps with full access to camera, location, offline storage, and real-time sync features.

→ Developer Docs

Server SDK

Create secure APIs and backend systems with optimized database access and built-in authentication.

→ Developer Docs

Getting Started

npm install @elenebelo/web-sdk
npm
// Sample client init
const sdk = new WebSdk({
apiKey: process.env.API_KEY,
region: 'us-west'
});

sdk.auth.signInWithEmailAndPassword('email', 'password')
.then(user => console.log('Signed in:', user));
Code interface

Powering 100k+ Projects

Our tooling helps developers create innovative applications across platforms with industry leading reliability.

View Web SDK Docs