Skip to content

Zero-Configuration Deployment

Varity Team Core Contributors Updated April 2026

Varity automatically configures everything for your app - no setup files, no DevOps knowledge required.

Varity is like Vercel and AI merged together - the easiest way to go from idea to production app.

When you deploy with Varity, the platform automatically:

  • Understands your app - Figures out what your app needs without you telling it
  • Configures everything - Sets up hosting, database, auth, and payments automatically
  • Optimizes costs - Picks the most affordable infrastructure for your specific app
  • Handles scaling - Your app grows with traffic, no manual intervention needed

No configuration files. No YAML. No Docker. No blockchain knowledge. Just one command.

Think of Varity as your AI-powered DevOps engineer that does all the infrastructure work for you.

  1. You Build Your App

    Focus on your product - use React, Next.js, Vue, or any framework you like. No special Varity syntax required.

  2. Run One Command

    Terminal window
    varitykit deploy

    That’s it. No configuration files to write.

  3. Varity Figures Everything Out

    Behind the scenes, Varity automatically:

    • Analyzes your app to understand what it needs
    • Selects the best infrastructure for your specific use case
    • Configures all services (hosting, database, auth, payments)
    • Optimizes for the lowest cost possible
  4. Your App Goes Live

    You get a live URL in under 2 minutes. Everything works automatically:

    • ✅ Hosting configured
    • ✅ Database ready
    • ✅ Authentication working
    • ✅ SSL certificate active
    • ✅ CDN enabled globally

Every Varity app gets these services configured automatically - no setup required:

Hosting

Global, Fast, Reliable

  • Automatically optimized for your app type
  • Global CDN included
  • Auto-scaling with traffic
  • 99.9% uptime guaranteed

Database

Production-Ready Database

  • Provisioned automatically when needed
  • Secure by default
  • No connection strings to manage
  • Simple API: db.collection('users').get()

Authentication

Email & Social Login

  • Works out of the box with useAuth()
  • Email, Google, GitHub, Twitter, Discord
  • No complex OAuth setup
  • Gasless experience for users

Payments

Monetization (Coming Soon)

  • Credit card payments
  • Automatic revenue split (90% to you)
  • No payment gateway setup
  • Zero blockchain knowledge required

Security

Enterprise-Grade Security

  • SSL certificates (automatic)
  • DDoS protection
  • Secure user sessions
  • No security configuration needed

Performance

Global Performance

  • Edge caching worldwide
  • Instant page loads
  • WebSocket support
  • Zero configuration required

Varity makes the same apps cost 70-85% less than AWS, Vercel, or Heroku.

  • Smart Infrastructure Selection - Varity automatically picks the most cost-effective option for your specific app
  • No Over-Provisioning - You only pay for what your app actually needs
  • Included Services - Database, auth, CDN, and SSL are included at no extra cost
  • Efficient Architecture - Modern infrastructure designed for cost optimization from day one

For larger applications (50,000+ users):

  • Traditional Platforms: $15,000-$25,000/month
  • Varity: $3,000-$5,000/month
  • Annual Savings: $144,000-$240,000

The bigger your app grows, the more you save with Varity.

Traditional platforms require extensive configuration:

Traditional: docker-compose.yml (100+ lines)
version: '3.8'
services:
app:
build: .
ports:
- "3000:3000"
environment:
- DATABASE_URL=${DATABASE_URL}
- REDIS_URL=${REDIS_URL}
- AWS_ACCESS_KEY=${AWS_ACCESS_KEY}
# ... 50+ more environment variables
postgres:
image: postgres:15
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
# ... 20+ more lines
redis:
image: redis:7
# ... more configuration
nginx:
# ... more configuration
Traditional: Required credentials
# You have to manually set up:
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export DATABASE_URL=...
export REDIS_URL=...
export STRIPE_SECRET_KEY=...
export SENDGRID_API_KEY=...
# ... 20+ more credentials

With Varity:

Terminal window
varitykit deploy

That’s it. No YAML files. No Docker setup. No environment variables during development.

When you deploy, Varity automatically handles:

  • ✅ Framework detection (Next.js, React, Vue, etc.)
  • ✅ Build configuration (Nixpacks auto-detection)
  • ✅ Container creation (no Docker install required)
  • ✅ Database provisioning (if your code needs it)
  • ✅ Authentication setup (Privy credentials managed)
  • ✅ SSL certificates (automatic)
  • ✅ Domain routing (your-app.varity.app)
  • ✅ CDN configuration (global edge caching)
  • ✅ Auto-scaling (based on traffic)

The goal: Deploy in 60 seconds with zero blockchain knowledge.

Terminal window
# Initialize project
varitykit init my-app
# Deploy
cd my-app
varitykit deploy
Analyzing your app...
✓ Detected: Next.js full-stack app
✓ Setting up: Auth, database, hosting
Building...
✓ Installing dependencies
✓ Building with Nixpacks
✓ Creating container image
Deploying...
✓ Provisioning compute on Akash
✓ Provisioning database
✓ Configuring SSL certificate
✓ Setting up CDN
✅ Live at: https://my-app.varity.app
Monthly cost: ~$45 (vs $180 on AWS)

❌ Docker installation ❌ Crypto wallets or tokens ❌ AKT/ETH/any cryptocurrency ❌ Blockchain knowledge ❌ Complex configuration files ❌ Manual credential management

Varity is designed for people who want to build apps, not manage infrastructure.

Terminal window
# Create your app
varitykit init my-app
# Build your features
# (use React, Next.js, Vue - whatever you prefer)
# Deploy to production
varitykit deploy
Analyzing your app...
✓ Detected framework and dependencies
✓ Configuring optimal infrastructure
Building...
✓ Installing dependencies
✓ Building optimized production bundle
Deploying...
✓ Provisioning hosting
✓ Setting up database
✓ Configuring authentication
✓ Enabling SSL certificate
✓ Activating global CDN
✅ Live at: https://my-app.varity.app
Monthly cost: ~$45 (vs $180+ on traditional platforms)

❌ DevOps knowledge or experience ❌ Configuration files (no YAML, no Docker) ❌ Environment variable management ❌ Credential setup for third-party services ❌ SSL certificate installation ❌ CDN configuration ❌ Database connection strings ❌ Load balancer setup ❌ Auto-scaling configuration

Deploy Your First App

Learn how to deploy your application with one command.

Deploy Guide →

CLI Reference

Explore all CLI commands and options.

CLI Docs →