@varity-labs/sdk
Core SDK — auth, storage, payments, and app configuration. View SDK docs
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.
npm install @varity-labs/sdk @varity-labs/ui-kitvaritykit deploy| AWS / GCP / Azure | Varity | |
|---|---|---|
| Cost | $2,800/mo (100 users + AI) | ~$800/mo |
| Auth | Configure Cognito / Auth0 | Included |
| Storage | Configure S3 / GCS | Included |
| Hosting | Configure EC2 / ECS / Vercel | Included (static + dynamic) |
| Payments | Integrate Stripe | Coming soon |
| DevOps | Docker, CI/CD, SSL, DNS | Zero 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:
Coming soon: