—
Trusted by engineering teams
Trusted by engineering teams
- Proven10B+Requests processed monthly
- TrustedUniversally loved by developers and trusted by the world’s top engineering teams.Used by Netlify, Supabase, Slack, and more
Serverless that’s effortless
Go from local development to serving billions of requests in a matter of seconds.
Develop locally with the Deno runtime
Use Deno’s powerful open source runtime for TypeScript and JavaScript to develop serverless apps locally with your favorite tools and frameworks.
Learn more about Deno server.js
Deno.serve((req) => new Response("Hello!"));
interface Person {
name: string;
age: number;
}
function greet(person: Person) {
return "Hello, " + person.name + "!";
}
console.log(greet({ name: "Alice", age: 36 }));
Terminal
$ deno run server.js
> Ready! Waiting for requests...
Powerful built-in APIs
The Deno runtime provides built-in APIs for a key/value database and job queue, which Deno Deploy will seamlessly scale and manage for you.
Learn about APIs Zero configuration
Deploy to our global network with a single command. Start using Deno runtime APIs like Deno KV right away, with zero config. Say goodbye to huge cloud infrastructure configuration files.
Learn about Deno KV curl -fsSL https://deno.land/x/install/install.sh | sh
deno install -A --no-check -r -f https://deno.land/x/deploy/deployctl.ts
Works the way you do
Use the tools and frameworks you love to build amazing applications.
Deploy from GitHub
Deno Deploy integrates with GitHub to deploy your applications in seconds. Get preview deployments for pull requests, GitHub Actions integration, and everything you’d expect for CI/CD.
Access millions of third-party modules
Deno Deploy is the first JavaScript edge runtime that supports running millions of npm modules in production without bundling first.
Massive global scale
Simple, scalable infrastructure for serverless JavaScript, designed from the ground up for edge servers.
Run application logic at the edge
JavaScript applications on Deno Deploy run server-side logic geographically close to users, offering low latency and great performance.
V8 isolate architecture
Deno Deploy runs your code in lightweight V8 isolates, offering faster cold start times than lambda functions or virtual machines.
Global redundancy
Apps on Deploy are globally distributed, ensuring minimal latency and maximum uptime no matter where your users are.
Elastic scalability
Resources used to serve your application gracefully scale up and down with your needs, including handling sudden traffic spikes.
A generous free tier for all projects makes Deno Deploy a worry-free platform to grow from idea to production application.
Deno Deploy success stories
How Netlify used Deno Subhosting to build a successful edge functions product
Read the case study
How Slack used Deno to save months of engineering effort in launching their new platform
Read the case study
How Brazil's top ecommerce platform used Deno Subhosting to drive 5x faster page load speeds
Read the case study