Skip to main content

Deploy guides

Deploy guides

One guide per stack the build engine recognizes: how it is detected, what it becomes, and the known limits.

  • Deploy Next.js on Tensel

    a Node server in a serverless container in Paris, or a static site on the edge when next.config declares `output: "export"`

    Read the guide
  • Deploy Nuxt on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Remix on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Astro on Tensel

    a static site on the edge, from `dist/`

    Read the guide
  • Deploy Vite on Tensel

    a static site on the edge, from `dist/`

    Read the guide
  • Deploy Angular on Tensel

    a static site on the edge, from `dist/`

    Read the guide
  • Deploy Express on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Fastify on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy NestJS on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Koa on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Hono on Tensel

    a Node server in a serverless container in Paris

    Read the guide
  • Deploy Go on Tensel

    a compiled binary in a serverless container in Paris

    Read the guide
  • Deploy Python on Tensel

    a Python server (Django, Flask, FastAPI…) in a serverless container in Paris

    Read the guide
  • Deploy Rust on Tensel

    a compiled binary in a serverless container in Paris

    Read the guide
  • Deploy PHP on Tensel

    a PHP application in a serverless container in Paris

    Read the guide
  • Deploy Java on Tensel

    a JVM application in a serverless container in Paris

    Read the guide
  • Deploy Ruby on Tensel

    a Ruby application (Rails, Sinatra…) in a serverless container in Paris

    Read the guide
  • Deploy Docker on Tensel

    your image, built as written, in a serverless container in Paris

    Read the guide
  • Deploy Static HTML on Tensel

    a static site on the edge, with no build step at all

    Read the guide