Cloud 66 Technical specifications
Supported cloud providers
Prepress currently supports the following cloud providers:
Supported platforms
Broadly, we support four types of applications:
- Ruby applications running on Rails (or variants like Sinatra)
- Javascript applications running on NodeJS
- Prebuilt or “static” websites built in Jekyll, Hugo or Gatsby
- Docker applications running on Kubernetes clusters
The first two platforms are best suited to traditional “monolithic” application types where all of the components run on a common framework.
The third platform is specifically designed to build and host Jamstack-style preprocessed application on object storage services.
The fourth platform is best suited to containerized applications with a strong service orientation. Since Docker effectively supports virtually every programming language and framework, it is possible to use it to host any type of application. We support end-to-end Docker deployments. You can either let us build your Docker image (with a Dockerfile), or provide your own.