One-command deploy
Run varitykit deploy and your app is live. No servers to configure.
$ npm install @varity-labs/sdk import { db } from '@varity-labs/sdk';
const users = db.collection('users');
await users.add({ name: 'Alice' });
const all = await users.get(); Email and social login. Sessions handled for you.
Zero-config database with typed collections.
Secure, globally distributed file storage.
Credit card payments with automatic revenue splits.
Ship to production with one command.
Build, test, and deploy from the terminal.
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.