Launch
Deno with
Launch a new Deno project and you will instantly have access to a development environment. No sign-up required.
Launch a new Deno project and you will instantly have access to a development environment. No sign-up required.
Diploi
Choose some optional add-ons to launch with Deno
Instant launch. No sign-up required.
A generic Deno component that can be used to run any Deno app.
Uses the official Deno Docker image.
Link to guide, explains how to add a custom domain and launch to production https://diploi.com/blog/hosting_deno_apps
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.
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 .
.
Diploi is the single SaaS service for managing, developing and hosting your full application.