The pythonic way to deploy applications

Posted on Wed 06 May 2020 in conveyor

Pythonic - an idiom used for the python programming language that encourages code readability while striving for an optimal solution to a problem.

This idiom drove a lot of decisions when building conveyor.dev

To try to make a simple solution that works for most applications.

No container orchestration, no docker containers, no config management, and no server setup.

Most web applications don't need to be serverless. A $5/mo server from Digital Ocean or Linode will work great when starting out. Scale when you need to. Conveyor will offer horizontal scaling in the future for those rare times that a single server is not enough.