Ravel, our microVMs orchestrator, is live on GitHub. Feel free to let a star.
News
Valyent is available in alpha.

A developers-first
cloud platform.

Valyent is an orchestration platform,
that turns your OCI images into nimble microVMs,
ready to skyrocket into the cloud.

Screenshot

A solid foundation.

Valyent provides a solid foundation,
whether you want to push your apps from development to production;
or even, as the building block of your next cloud product!

Open-Source

In open-source we trust.
Valyent maintains and contributes to open-source projects.

Security

We transform your OCI images into secure hardware-isolated microVMs, powered by CloudHypervisor.

Subseconds boot times

Your machines boot in 300ms or less enabling you to start your services in no time.

Developer experience

At Valyent, developer experience is about top-notch CLI and web interfaces, along with an extensive yet readable documentation.

$ valyent machine create -c config.json
Machine created with id a9nfcctlz4ur2m740c7rkvgj

$ valyent machine start a9nfcctlz4ur2m740c7rkvgj
Machine booted in 282ms

Usage-based pricing

Keep control of your costs with our usage-based pricing model. Pay only for what you use.

Start deploying
from your terminal

Make use of our CLI tool to deploy your applications in minutes — from the comfort of your terminal.

# Install Valyent's CLI tool.
$ curl -L https://cli.valyent.dev | sh

# Authenticate Valyent's CLI tool.
$ citadel auth login

# Initialize Valyent in your project.
$ citadel init

# Deploy your application.
$ citadel deploy
Learn more about the CLI about →

Infrastructure with code

Use our CLI, SDKs, or REST API, allowing you to control everything with code.

                                        
import { createClient } from "@valyent/sdk";

const client = createClient({
  apiKey: "YOUR_API_KEY",
});

await client.createApp({
    name: "my-app",
})

await client.createMachine("my-app", {
    region: "gra",
    config: {
        image: "nginx"
        // ...
    }
})
    
                                    

Deploy it with Valyent

From code to cloud: simplify, scale, and soar.