Overview
How much will it cost?
There are two general buckets of cost to consider:
- Coherence platform fee
- Your cloud cost
Platform fee
Tier | Hobby | Startup | Growth | Scale |
---|---|---|---|---|
Price | Free | $35/seat/mo | $99/seat/mo | Let's chat |
Support | Slack community | Direct email support | Dedicated slack channel | Custom support |
Inclusions | 2 seats, 1 application, Unlimited preview environments, Unlimited builds, Secrets management, Custom domains, Cost optimization, Slack alerts, Analytics | Everything in Hobby, Unlimited seats, Unlimited applications | Production environments, RBAC, Customer deployments, Dedicated slack channel | SLA, BAA |
Cloud costs
Below is a breakdown of estimated costs, per month, for services and infrastructure Coherence utilizes for different applications. Prices and costs will vary depending upon the services necessary for each application, however, these examples will give you a good idea of what you can expect to pay each month.
Free credits
It's important to note that both AWS and GCP offer credits for new accounts that cover the costs of using the below services for a period of time (e.g. on GCP $300 for 90 days).
Most of the services we deploy are free-tier eligible and are purely usage based. For more information about each cloud providers free tier check out the following documenation:
Defining terms
Frontend
By Frontend applications, we mean applications that only have a UI and do not have a backend. For example, a React app, Vue app, Static site, etc. Our React starter template is an example of a frontend only application.
Full stack
By Full stack applications, we mean applications that have both a frontend and a backend. For example, a Rails app, Django app, Laravel app, etc. Our Django React starter template is an example of a full stack application. These types of applications typically have additonal services and infrastructure needs like databases, caching, etc.
Amazon Web Services (AWS)
Frontend
Service | Cost per month |
---|---|
VPC (incl. subnets, NAT gateway) | $36 |
ACM Certs | $1 |
Route53 Hosted Zone | $1 |
Total: $38 |
Full stack
Service | Cost per month |
---|---|
VPC (incl. subnets, NAT gateway) | $36 |
ALB | $18 |
RDS | $10 |
ECS Task (CPU/Memory depends) | $10 |
CodeBuild/CodePipeline | $1 |
ACM Certs | $1 |
Route53 Hosted Zone | $1 |
Total: $77 |
Google Cloud Platform (GCP)
Frontend
Service | Cost per month |
---|---|
VPC (incl. subnets, NAT gateway) | $50 |
Load Balancer | $18 |
Total: $68 |
Full stack
Service | Cost per month |
---|---|
VPC (incl. subnets, NAT gateway) | $50 |
Load Balancer | $18 |
Cloud SQL | $10 |
GKE (if workers or crons) | $10 |
Cloud Build | $1 |
Total: $89 |