Now in early access · No credit card required

Your backend.
Ready in minutes.

Vân gives student developers, early-stage startups, and non-technical founders a complete cloud backend with database, auth, and storage, without touching AWS, DevOps, or server config.

van-console.tsActive
import { van } from '@van/sdk';

// Auth in one call
const user = await van.auth.signIn({
  email, password,
});

// Query your Postgres database
const posts = await van
  .from('posts')
  .select('title, author');

// Upload a file, get a URL back
const { url } = await van
  .storage.upload(file);
The Problem

Building a product shouldn't require a cloud engineer.

Scroll across to see the wall every kind of builder hits.

For student developers

Setup eats your project time.

Setting up a backend takes longer than building the actual product. You spend the weekend fighting servers, auth flows, and database config instead of shipping the idea that's actually due.

context: student-developerTIME_LOST: 14h
// What you wanted to build: buildCoolProject() // ...still waiting on backend setup
For early startups

One wrong config, bill explodes.

AWS is powerful but overwhelming. One wrong config and the bill explodes. Early startups burn runway and engineering hours on infrastructure they shouldn't have to think about yet.

context: early-startupBILL: ₹84,000 ↑
// Surprise invoice: aws.bill = unexpected(egress + idle_instances)
For non-technical founders

Test your idea without a backend team.

You have the idea. You shouldn't need to hire a backend team to test it. Vân gives you database, auth, and storage from one SDK so you can validate before you ever write a cheque.

context: vânLIVE: 0.8ms
LIVE
// From idea to live backend: van.configure({ project: 'my-startup' }) // done
What Vân gives you

Everything your app needs. Nothing you don't.

Database

SQL + NoSQL

Postgres, MySQL, SQLite, and NoSQL. Create tables, run queries, scale as you grow. No configuration.

Auth

JWT

Email, password, Email OTP, Email link, Google, and Apple logins. JWT-secured. Works in one SDK call.

Storage

S3-compatible

Upload files, images, documents. Get a URL back. That's it.

Email Service

Custom domain

Send transactional and marketing email from your own custom domain. Available from Starter.

vân · architecture
one SDK · eight services

Redis

In-memory

Managed in-memory cache and queues for fast reads and background jobs. Available from Scale.

Realtime

WebSocket

Subscribe to live changes over WebSockets. Build chat, presence, and live dashboards instantly.

Functions

Serverless

Deploy backend logic without managing a server. Write, deploy, and run functions directly inside your Vân project from the SDK.

API Keys

Per-project control

Create, manage, and revoke API keys per environment. Track usage, set permissions, and control access from your dashboard. Available from Starter.

Reliability

A 99% uptime guarantee, backed by data.

Every project runs on replicated infrastructure with automatic failover. Each dot is one hour of uptime, lighting up across the timeline as you scroll, hour after hour.

99%
Uptime guarantee
<0.8ms
Median query latency
3x
Replicated by default
HealthyMinor latencyDegradedOutage
vân · fleet healthoperational
MonTueWedThuFriSatSun
24:0018:0012:006:000:00
168 hours of uptime99% healthy
How it works

From idea to live backend in three steps.

vân · setuplive
  1. 01

    Create a project

    Sign up, name your project, done.

  2. 02

    Connect your app

    Install the Vân SDK. One line of config.

  3. 03

    Start building

    Query your database, authenticate users, store files. All from your frontend.

Early Access

Be among the first builders on Vân.

We're in early access. No fabricated reviews — just a small group of builders helping shape the product. Join them.

Early access is free. No credit card required.

Simple Pricing

Simple pricing. No surprise bills.

Compare every plan side by side and see how Vân stacks up against rolling your own.

CapabilityFree
₹0forever
For students & side projects
Starter
₹499/mo
For growing MVPs
Scale
₹1,999/mo
For funded startups
Dedicated
Custom
Fully managed, your infra
Infrastructure
Shared
Shared
Shared
Dedicated
Projects
1
2
5
Unlimited
Database
100MB
1GB
10GB
Dedicated
Storage
250MB
2GB
20GB
Dedicated
Functions
5 fn
25 fn
Unlimited
API Keys
1 key
5 keys
20 keys
Unlimited
Bandwidth
1GB/mo
10GB/mo
100GB/mo
Dedicated
Auth users
250
1,000
10,000
Unlimited
Full SDK access
Database (Postgres, MySQL, SQLite, NoSQL)
Auth (Email, OTP, Link, Google, Apple)
Storage
Usage tracking
REST & realtime API
Email Service (custom domain)
Custom Domains
Auto-scaling
Redis
Policies & access control
Dedicated management
Priority support
Get FreeGet StarterGet ScaleContact us

Overage policy: We warn you before you hit any limit. We never auto-charge. Free plan users are paused, not billed.

Vân vs Supabase vs Firebase vs. building it yourself

Vân Free · Supabase Pro · Firebase Blaze · DIY (AWS / self-host)

Time to launchLow DevOpsPredictable costFeature breadthScalabilityDeveloper experience
  • Vân4.5/5
  • Supabase Pro3.8/5
  • Firebase Blaze3.5/5
  • DIY2.7/5

Higher is better across every metric. Vân leads on launch speed, low DevOps, and predictable cost while matching the breadth of dedicated platforms.

All plans include full SDK access and API support.
Early Access

Be the first to build on Vân.

We're onboarding a small group of early users. Tell us what you're building.

  • Free during beta access
  • Direct line to the founding team
  • Help shape the product roadmap