Should I use static or container?

  • Choose static for front ends and simple sites.
  • Choose container when you need a server process, database, or auth backend.
  • You can grow along the hosting ladder; changing type usually means a new project.