Skip to content

Introduction

Varity Team Core Contributors Updated March 2026 v2.0.0-beta (beta)

Varity is a developer platform for building, deploying, and monetizing apps. Install two packages, run one command, and your app is live — with auth, storage, and hosting already configured.

Terminal window
npm install @varity-labs/sdk @varity-labs/ui-kit
varitykit deploy
AWS / GCP / AzureVarity
Cost$2,800/mo (100 users + AI)~$800/mo
AuthConfigure Cognito / Auth0Included
StorageConfigure S3 / GCSIncluded
HostingConfigure EC2 / ECS / VercelIncluded (static + dynamic)
PaymentsIntegrate StripeComing soon
DevOpsDocker, CI/CD, SSL, DNSZero config

@varity-labs/sdk

Core SDK — auth, storage, payments, and app configuration. View SDK docs

@varity-labs/ui-kit

React components — login, dashboards, account management. View UI Kit docs

@varity-labs/types

TypeScript type definitions for all Varity APIs. View Types docs

VarityKit CLI

Deploy and manage apps from the command line. View CLI docs

Add authentication to a React app in 5 lines:

import { PrivyStack, PrivyLoginButton } from '@varity-labs/ui-kit';
function App() {
return (
<PrivyStack appId={process.env.NEXT_PUBLIC_PRIVY_APP_ID}>
<PrivyLoginButton />
<YourApp />
</PrivyStack>
);
}

Users log in with email, Google, GitHub, Twitter, or Discord. No extra configuration needed.

Available now:

  • Authentication (email, social login)
  • File storage (secure, globally distributed)
  • Static app hosting (IPFS)
  • Dynamic app hosting (Akash)
  • App Store submission and listing
  • Free operations (users never pay usage fees)
  • VarityKit CLI with zero-config deploys

Coming soon:

  • Credit card payments (post-beta)
  • Usage analytics and billing dashboard