Skip to main content

Pricing and limitations

See the pricing page for the overview of the available features in Free and Pro plans.

No uptime guarantees are provided during the initial public beta for Deno Deploy. Access to the service will be controlled by our fair use policy. Any user we deem to be in violation of this policy, runs the risk of having their account terminated.

During the initial public beta, the following hard limits apply. If any runtime limits are exceeded, all related requests will be immediately terminated, and a warning will be logged to the deployment's logs.

FeatureFreePro
Request countUp to 1M req/monthIncludes 5M requests, then $2 / M requests
Data transferUp to 100 GiB outbound data per month (inbound is free)Includes 1 TiB of outbound data transfer, then $0.50 / GiB (inbound is free)
Memory512 MB512 MB
CPU Time per request10 ms50 ms
Environment variable size8 KB8 KB
ES modules per deployment10001000
Deployment script size20 MB20 MB
Deployments per hour3030
Custom domains5050
BroadcastChannel64KB/sec send rate per isolate, no limit on receiveThe same as Free

Isolate: an instance of your deployment running in any one of the available regions. Isolates are created and destroyed on demand based on traffic to your deployment.

If you have a use case that exceeds any of these limits, please reach out.

Deno KV

While in closed beta, Deno KV will not charge for storage and includes up to 1GB of storage per user. In the future, you can expect pricing to reflect similar storage products where you will only be charged for the amount of storage used above a free base tier.

TLS proxying

On the Free plan, TLS termination is required for outgoing connections to port 443 (the port used for HTTPS). Using Deno.connect to connect to these ports is prohibited. If you need to establish a TLS connection to port 443, please use Deno.connectTls instead. fetch is not impacted by this restriction.

This restriction is in place because connecting to port 443 without terminating TLS is frequently used in TLS-over-TLS proxies, which are prohibited on the Deno Deploy Free plan as per our Fair Use Policy.

This restriction impacts Free tier customers only. Pro tier customers are able to connect to port 443 with both Deno.connect and Deno.connectTls.