DocumentationMumbai
Introduction
Asia-South1 (Mumbai)

Welcome to Exovon

Exovon is the AI-native PaaS designed for indie hackers, student builders, and AI-first teams in India. We provide everything you need to build, deploy, and scale web applications in a single, seamlessly integrated ecosystem—from high-performance Anycast edge routing to zero-config serverless containers and managed PostgreSQL databases (integrated via Neon).

The Unified Architecture Advantage

Historically, deploying a full-stack application required stitching together multiple fragmented vendors—one for frontend CDN hosting, another for serverless containers, and a third-party for your database. Exovon orchestrates the entire stack into a single developer workflow:

1. Intelligent Edge Reverse Proxy

Every request to your domain is routed through our custom edge network and Cloudflare Anycast mesh. Static assets are served directly from edge memory cache, while dynamic routes and Server Actions are proxied to microcontainers.

2. Regional Serverless Compute

Serverless compute runs physically in Google Cloud Mumbai (asia-south1). This eliminates the 150ms+ cross-continental latency of US- or Europe-based serverless platforms, delivering low-latency responses close to Indian users.

3. ExoStore Serverless Database (Powered by Neon)

Exovon integrates managed PostgreSQL via our partnership with Neon, hosted in Singapore (aws-ap-southeast-1) with low-latency Asia-Pacific routing to Mumbai compute. Benefit from connectionless serverless HTTP drivers (eliminating pool exhaustion), automatic branching, and scale-to-zero efficiency.

Deploy from Terminal in 10 Seconds

Run the official CLI in any Next.js, Vite, or Node.js project directory:

# Log in with your Exovon account

npx exovon login

# Link directory to an Exovon project

npx exovon link

# Deploy your current directory to the edge network

npx exovon deploy

Frequently Asked Questions

Is Exovon free to use?

Yes. Exovon offers a Free Hobby Tier with no credit card required. It includes 512 MB RAM, 1 GB origin bandwidth/month, 3 deployments/month, 1 project, automated SSL, and a free *.exovon.co.in edge subdomain.

How do paid plans work?

When your project outgrows the Hobby Tier, upgrade to Cloud Starter (₹349/mo) or Pro (₹1,499/mo) for custom domains, higher bandwidth allocations, and priority compute. Check our Pricing page in the top navigation or sidebar for the complete breakdown.

What frameworks are supported?

We natively support Next.js (App Router & Pages Router), Vite, React, Node.js (Express/Fastify), Astro, Remix, Nuxt, and custom Dockerfiles.

Where is user data physically stored?

Core serverless compute containers, build pipelines, and orchestration services run in Google Cloud Mumbai (asia-south1). Managed PostgreSQL database clusters are hosted in Singapore (aws-ap-southeast-1 via Neon) with AES-256 encryption at rest and TLS 1.3 in transit.

Was this documentation page helpful?