Development5 views

Deno Launches Deno Deploy and Secure Sandboxing Tools

Deno has officially announced the general availability of Deno Deploy, a serverless platform designed for high-performance JavaScript and TypeScript applications. Alongside this, they introduced Deno Sandbox, a secure environment for executing untrusted code.

Key Features of Deno Deploy

The platform simplifies the development lifecycle with automated scaling and native integrations:

  • Zero-Config Deployment: Automatic build detection for major frameworks and direct GitHub integration.
  • CI/CD Workflow: Includes automatic previews for setiap commit, isolated pull request environments, and instant rollbacks.
  • Native Infrastructure: Built-in support for Deno KV and Postgres with automatic provisioning and an integrated data browser.
  • Observability: Native logs, metrics, and request tracing are available directly through the console.

Secure Execution with Deno Sandbox

Currently in beta, Deno Sandbox uses Linux microVMs to handle untrusted code generated by users or AI models.

  • Total Isolation: Provides complete process and network control to prevent data exfiltration and credential leaks.
  • Programmable Environments: Spin up secure instances via code or API for ephemeral testing, secure plugins, or AI agents.
  • Production Ready: Easily transition development environments into ready-to-scale production deployments.

These tools position Deno as a comprehensive solution for modern web development and secure code execution.