Here's a list of frequently asked questions about our deployment process. If you have a question that's not listed, please reach out to our support team.
Our machines uses Firecracker, a lightweight virtualization technology that provides stronger workload isolation than containers alone.
Our machines are designed to start up quickly since they drop support for devices and other features that are not needed for microVMs.
Deploy your app on multiple machines in multiple regions to serve traffic from all over the world. Your app is always available and fast.
Set CPU and memory in andasy.hcl so your app runs efficiently and costs stay predictable.
# See https://github.com/quarksgroup/andasy-cli
app_name = "my-app"
app {
env = {}
port = 3000 // Application port
compute {
cpu = 1
memory = 256
cpu_kind = "shared"
}
process {
name = "my-app"
}
}For most APIs and web apps, scaling is simply running multiple machines behind the platform routing—no DIY load balancers.
Sign up with your favorite Git provider or email, and start deploying in seconds
Deploy your App now