Introducing vSmpl Cloud OS

The edge-native OS for the modern web

A cloud operating system that runs .vs files at the edge, turning ideas into live URLs in < 30 sec.

vSmpl Cloud OS
vSmpl Cloud OS v0.1.0 | .vs runtime | edge-native
vS> create app.vs

✨ Created app.vs

vS> vS.deploy('app.vs')

🌐 Deploying to edge...

🔄 Optimizing for edge runtime...

🔒 Securing endpoints...

✨ Live at: https://app.vsmpl.co in 0.8s

vS> _

Our Mission

At vSmpl, we believe cloud development should be simple, fast, and joyful. Our edge-native OS eliminates complexity so you can focus on what matters—building amazing products.

Speed

50ms cold starts and instant deployments that keep developers in flow.

Joy

Development should be a delightful experience, not a frustrating chore.

Simplicity

Eliminate complexity that slows developers down with our .vs file format.

Make it work. Keep it smpl.

Experience vSmpl Cloud OS

A complete operating system for the edge, designed for speed, simplicity, and developer joy.

vS
vSmpl Cloud OS
edge-native
Connected

My Projects

e-commerce-appdeployed
.vs file · Edge-deployed
blog-platformdevelopment
.vs file · Edge-deployed
auth-servicedeployed
.vs file · Edge-deployed
analytics-dashboarddevelopment
.vs file · Edge-deployed

Edge-Native Architecture

vSmpl Cloud OS deploys your .vs files directly to the edge, eliminating traditional cloud bottlenecks and delivering 50ms cold starts.

  • Global by default

    Your apps run close to your users, everywhere, without configuration

  • Ultra-fast cold starts

    50ms startup time vs. seconds elsewhere, keeping users engaged

  • Automatic scaling

    From zero to millions of requests without configuration

Developer.vs filevSmplCloud OSEdge CompilerEdgeNorth AmericaEdgeEuropeEdgeAsia50ms

.vs File Format

The edge-native code format that combines code, configuration, and dependencies in a single file, optimized for the vSmpl Cloud OS.

app.vs
// Example .vs file
@edge(region = "auto")
@vibe(track = true)

// Dependencies are declared inline
import { db } from "@vsmpl/db";
import { email } from "@vsmpl/email";

// API routes are defined directly
route GET /api/users {
  return db.users.getAll();
}

route POST /api/contact {
  const { name, email: userEmail, message } = req.body;
  
  // Built-in email sending
  await email.send({
    to: "support@example.com",
    subject: `New message from ${name}`,
    body: message,
    from: userEmail
  });
  
  return { success: true };
}

// UI components with built-in styling
component ContactForm {
  <form @submit={handleSubmit} className="space-y-4">
    <input name="name" placeholder="Name" required />
    <input name="email" type="email" placeholder="Email" required />
    <textarea name="message" placeholder="Message" required />
    <button type="submit">Send Message</button>
  </form>
}

// Deploy with a single command: vS.deploy()
  • Edge-optimized

    Pre-compiled for instant execution at the edge with 50ms cold starts. Your code runs exactly where it needs to be—close to your users.

  • Self-contained

    Everything your app needs in a single file—code, dependencies, and configuration. No more context switching between multiple files and services.

  • Vibe-aware

    Built-in telemetry and user sentiment tracking that helps you understand how users feel about your product in real-time.

Why Developers Choose vSmpl

Our edge-native OS is designed to make cloud development simple, fast, and joyful.

Edge Shell

50ms cold start for .vs files, works offline

Develop anywhere with the same environment you deploy to—no more 'works on my machine'.

vModules

Drop-in email, DB, billing with one line

Integrate production-ready services without leaving your editor or managing multiple dashboards.

Vibe Metrics

Live mood heat-map over every app

Understand how users feel about your product in real-time and identify friction points instantly.

Alpha Generator

Turn natural language into production-ready .vs files

Describe what you want to build and let Alpha generate the code for you.

The vSmpl Difference

See how vSmpl Cloud OS transforms the developer experience compared to traditional cloud platforms.

Traditional Cloud

×
Centralized architecture

Apps run in distant data centers, leading to latency and regional performance issues

×
Complex deployment

Multiple steps, configuration files, and services to manage for each deployment

×
Slow cold starts

Wait 10+ seconds for your function to load, breaking user experience

Traditional Cloud

vSmpl Cloud OS

Edge-native architecture

Apps run at the edge, closest to your users for ultra-low latency

One-command deployment

Single .vs file contains everything needed to deploy instantly

50ms cold starts

Near-instant startup time keeps users engaged and happy

vSmpl Cloud OS

Meet Alpha

Our built-in code generation tool that transforms simple prompts into production-ready .vs files.

Alpha Generator

generated.vs
// Your generated .vs code will appear here
// Enter a prompt and click "Generate .vs File"

Loved by Developers

See what the community is saying about vSmpl Cloud OS

"I shipped my AI e-mail parser in a coffee break. Alpha generated the perfect .vs file from my description."

@drayton

@drayton

Indie Developer

Simple, Transparent Pricing

Pay only for what you use. No hidden fees, no surprises. Scale with confidence.

Free

For hobby developers

Free Quota

100 CPU-ms/day

$0

  • Personal .vs projects
  • Basic Alpha generation
  • Community support
  • 1 custom domain
  • Public project sharing
Most Popular

Maker

For indie developers

Free Quota

1 B req/mo

$15/mo

  • Everything in Free
  • Advanced Alpha generation
  • Priority edge routing
  • Email support
  • Unlimited custom domains
  • Private projects

Scale

For teams developers

Free Quota

10 B req/mo

$99/mo

  • Everything in Maker
  • Custom Alpha templates
  • Team collaboration
  • Vibe analytics dashboard
  • Priority support
  • Enterprise SSO

Frequently Asked Questions

Everything you need to know about vSmpl Cloud OS