Skip to content

Varity Documentation

Build, deploy, and monetize apps with one command. Auth, database, storage, and payments included.
Terminal
$ npm install @varity-labs/sdk
app.ts
import { db } from '@varity-labs/sdk';

const users = db.collection('users');
await users.add({ name: 'Alice' });
const all = await users.get();

Works with your stack

1
2
3
Install
Build
Deploy
Add the SDK to any JavaScript project.
Use auth, database, storage, and payments.
Ship to production with one command.
npm install @varity-labs/sdk
const users = db.collection('users');
varitykit deploy
1
Install
Add the SDK to any JavaScript project.
npm install @varity-labs/sdk
2
Build
Use auth, database, storage, and payments.
const users = db.collection('users');
3
Deploy
Ship to production with one command.
varitykit deploy

One-command deploy

Run varitykit deploy and your app is live. No servers to configure.

70-85% cost savings

Secure infrastructure costs less. Pay ~$800/mo instead of ~$2,800/mo.

Zero complexity

Users log in with email and pay with credit cards. No extra setup needed.

Familiar tools

React, TypeScript, and APIs you already know. Infrastructure complexity stays hidden.