Skip to content

Hosting

We use three platforms depending on the nature of the workload:

  • Scalingo for backend and API applications (Ruby, Node.js, etc.)
  • Vercel for frontend and static applications (Next.js, Astro) with light serverless usage
  • Scaleway for infrastructure needs such as object storage, used as a complement to the above

No single platform covers all needs. The split is intentional: each tool is used where it fits best and avoided where it would be costly or inappropriate.

PlatformUse when…Avoid when…
ScalingoYou need a backend, an API, a worker, or a database-backed applicationThe app is purely static or frontend-only
VercelThe app is a static site or a frontend with occasional serverless functionsThe app is compute-heavy or must not be publicly accessible
ScalewayYou need object storageYou need an application host — use Scalingo or Vercel for that