Launch component icon Deno with Diploi

Launch a new Deno project and you will instantly have access to a development environment. No sign-up required.

component icon

Deno

Diploi

  • Deno
  • TypeScript
  • JSX & TSX
GitHub

Something extra?

Choose some optional add-ons to launch with Deno

Instant launch. No sign-up required.


Deno Component for Diploi

launch with diploi badge component on diploi badge latest tag badge

A generic Deno component that can be used to run any Deno app.

Uses the official Deno Docker image.

Operation

Getting started

  1. In the Dashboard, click Create Project +
  2. Under Pick Components, choose Deno
  3. In Pick Add-ons, you can add one or multiple databases to your app
  4. Choose Create Repository, which will generate a new GitHub repo
  5. Lastly, click Launch Stack

Link to guide, explains how to add a custom domain and launch to production https://diploi.com/blog/hosting_deno_apps

Development

Runs deno task dev when deployment is started, which executes your app in watch mode with network and environment variable access:

deno run --watch --allow-net --allow-env src/main.ts

No deno install is required, as new import in TypeScript files will trigger Deno to automatically download and cache those modules as needed.

Production

Builds a production-ready image. Runs deno task prod to start your app with network and environment variable access:

deno run --allow-net --allow-env src/main.ts

Dependencies are cached during the build stage using deno cache ..

Links


What is Diploi?

Diploi is the single SaaS service for managing, developing and hosting your full application.

  • Consistent

    • Consistent environments from development to production
    • Adoptable incrementally - start easy, grow later
  • One-Click

    • Fast 30 second new developer onboarding
    • One-click environment setup
    • Instantly shareable testing environments
  • Zero-Install

    • Zero-install remote development
    • Versatile support for any stack pre-build or custom
Learn more