Deploy a framework
Framework-specific guides for deploying Python, JavaScript, Go, and Elixir applications to seenode.
Each guide assumes you already have a working application in a Git repository, and covers what that framework in particular needs: the build and start commands, the port it should listen on, and the settings that commonly trip it up in production.
If you haven’t deployed anything on seenode yet, the tutorial is a better starting point.
Python
Django, FastAPI, and Flask.JavaScript
Express, NestJS, Next.js, Astro, and React / Vue / Angular SPAs.Go
Gin and Fiber.Elixir
Phoenix.A worker service has no framework guide because it has no HTTP surface: see Deploy a worker for queue consumers, schedulers, and other background processes.