Skip to content

How Varity Works

Varity Team Core Contributors Updated March 2026

Varity gives developers everything they need to build, deploy, and monetize production apps — auth, database, hosting, and an app store — in one platform. No infrastructure to manage, no DevOps, 70-85% cheaper than AWS.

Varity is built for developers and agencies that create business applications for clients:

  • Consulting firms building client portals, dashboards, and internal tools
  • Agencies delivering SaaS products for enterprises
  • Freelance developers shipping production apps quickly
  • Startups that want to launch without hiring a DevOps team

If you build apps for businesses, Varity handles the infrastructure so you focus on the product.

Varity has four parts:

SiteWhat it doesWho uses it
varity.soMarketing site — learn what Varity isEveryone
docs.varity.soDocumentation — tutorials, API reference, guidesDevelopers
store.varity.soApp Store — end users browse and use appsBusinesses and end users
developer.store.varity.soDeveloper Portal — submit and manage your appsDevelopers

Here is how you go from idea to revenue:

  1. Set up your environment

    Install the Varity MCP server in your AI coding tool (Cursor, Claude Code, VS Code). Run varity_doctor to verify everything is ready.

    Terminal window
    claude mcp add varity -- npx -y @varity-labs/mcp
  2. Create your app

    Ask your AI coding tool: “Create a new Varity app called client-dashboard”. The varity_init tool scaffolds a production-ready project with auth, database, and a full dashboard already wired up.

  3. Build your features

    Describe what you want to your AI coding tool. The scaffolded template includes authentication (email, Google, GitHub), a database, settings pages, and 20+ UI components. Your AI tool customizes everything to match your client’s needs.

  4. Deploy to production

    Ask: “Deploy this app”. The varity_deploy tool builds your project and deploys it to a live URL at varity.app. Auth, database, and hosting are configured automatically — zero setup.

  5. Submit to the App Store

    Ask: “Submit this to the app store at $99/month”. The varity_submit_to_store tool generates a submission link to the Developer Portal where you review and confirm your listing.

  6. Get paid

    Your app is listed on the Varity App Store. Businesses discover and purchase it. Revenue split: 90% to you, 10% to Varity.

Every app deployed on Varity automatically gets:

  • Authentication — Email, Google, GitHub, Discord, Apple login. Users see a normal login screen.
  • Database — Document database for storing app data. No setup, no connection strings.
  • Hosting — Global CDN with custom varity.app subdomain. Live in under 2 minutes.
  • App Store listing — Submit your app for businesses to discover and purchase.

You never configure infrastructure. It just works.

For a typical business app with 500 users:

AWSVercelVarity
Monthly cost~$125~$75~$13
Auth includedNoNoYes
Database includedNoNoYes
App StoreNoNoYes

Use the varity_cost_calculator MCP tool to get an exact estimate for your project.

The Varity MCP server gives your AI coding tool 9 tools that handle the entire workflow:

ToolWhat it does
varity_doctorCheck if your environment is ready
varity_search_docsSearch documentation
varity_cost_calculatorCompare costs vs AWS/Vercel
varity_initScaffold a new app
varity_create_repoCreate a GitHub repo with template
varity_deployDeploy to production
varity_deploy_statusCheck deployment status
varity_deploy_logsView build logs
varity_submit_to_storeSubmit to the App Store

Set up the MCP server to get started.