
How much does Hercules Cloud cost?
Your Hercules Subscription plan includes a very generous amount of free usage each month. Any additional usage beyond that is charged at a low pay-as-you-go rate.| Metric | Free | Pro | Business |
|---|---|---|---|
| 200k/month | 5M/month Then 2.50 / million | 5M/month Then 2.50 / million | |
| 1 GB/month | 100 GB/month Then 0.035 / GB-month | 100 GB/month Then 0.035 / GB-month | |
| 500 MB/month | 25 GB/month Then 0.27 / GB-month | 25 GB/month Then 0.27 / GB-month | |
| 1 GB/month | 25 GB/month Then 0.27 / GB | 25 GB/month Then 0.27 / GB | |
| 100 MB/month | 1 GB/month Then 0.70 / GB-month | 1 GB/month Then 0.70 / GB-month | |
| 500 MB/month | 5 GB/month Then 0.14 / 1,000 query-GBs | 5 GB/month Then 0.14 / 1,000 query-GBs | |
| 1 GB/month | 50 GB/month Then 0.16 / GB | 50 GB/month Then 0.16 / GB | |
| 2 GB-hr/month | 25 GB-hr/month Then 0.42 / GB-hr | 25 GB-hr/month Then 0.42 / GB-hr | |
| 2 GB-hr/month | 25 GB-hr/month Then 0.21 / GB-hr | 25 GB-hr/month Then 0.21 / GB-hr | |
| Pay as you go | Pay as you go | Pay as you go |
Need custom limits? Contact us for Enterprise pricing.
How far will the included limits get me?
The included limits will allow you to scale very far. 99% of our paid users don’t pay a cent for Hercules cloud. Hercules has customers building large scale internal tools for their business, mobile apps that go viral, and AI video editors infrastructure. These users are all covered by Hercules’s generous limits If you are concerned, please reach out to Hercules support who can give you guidance.How do I analyze my usage?
Go to Settings → Billing → Hercules Cloud to see your usage. You can filter your usage by feature, date range, and app.
How do I purchase more Hercules Cloud credits?
There are two ways to add Hercules Cloud credits: Auto top-ups Use auto top-ups to automatically increase your Hercules Cloud credit balance when your balance is low.- Go to Settings → Billing → Hercules Cloud
- Click Configure in the Auto billing card
- Set a threshold (the balance at which a top-up triggers) and the amount to add each time.
- (Optional) Set alerts to get notified when usage or spend reaches a certain level.

- Go to Settings → Billing → Hercules Cloud
- Click Add balance
- Choose an amount and pay once.

Can Hercules Cloud scale?
Hercules Cloud can scale up and down as much as you need. All Hercules apps are all deployed on “serverless” architecture (even your database). This means Hercules apps can scale to millions of users seamlessly and scale down to 0 if not being used.How do I reduce my Hercules Cloud usage and spend?
Just ask Hercules! Follow the instructions below to meaningfully reduce your usage/spend for each featureHow do I reduce database bandwidth usage?
How do I reduce database bandwidth usage?
Database bandwidth is the data transferred from and to your database. You can reduce database bandwidth by following these instructions:
- Reduce the frequency of scheduled tasks
- Only load the fields you actually use, not entire rows
- Add pagination to lists so you don’t load thousands of records at once
- Cache results you fetch repeatedly instead of re-querying each time
- Add indexes on columns you filter or sort by often
- Avoid N+1 queries (loading related records one-by-one in a loop)
Ask Hercules to reduce database bandwidth
How do I reduce action compute?
How do I reduce action compute?
Action compute is the total time your backend functions spend running. You can reduce action compute by following these instructions:
- Reduce the frequency of scheduled tasks
- Cache responses from external APIs instead of calling them on every request
- Batch multiple operations into one instead of running them one-by-one
- Move filtering and sorting to the database layer rather than in code
- Avoid doing heavy work inside loops
Ask Hercules to reduce action compute
Additional FAQ
How reliable is Hercules Cloud?
How reliable is Hercules Cloud?
Hercules Cloud is built on Cloudflare, AWS, and Convex. These are enterprise-grade infrastructure providers with some of the highest reliability, security, scalability in the world.We host thousands of production applications and take reliability seriously. If you ever experience any issues, our support team is available to help resolve them quickly.
Can I host my app on another cloud provider?
Can I host my app on another cloud provider?
We strongly recommend hosting on Hercules Cloud. Hercules apps are optimized for hosting on Hercules Cloud. As we shared above, 99% of our paid customers don’t pay a cent for hosting. That said, you can download your app’s code at any time and self-host it on any provider you choose. Unfortunately, Hercules is unable to provide support for self-hosted deployments.
What happens if my usage goes over my monthly included limit?
What happens if my usage goes over my monthly included limit?
Hercules will automatically alert you when you have used 50%, 75%, 90%, and 100% of your included monthly limits so you’re never caught off guard.If you go over your limit, Hercules reserves the right to pause your app. To date, we have not paused any user apps when this has happened. Someone from our team will get in contact with you immediately and we do everything we can to keep your app running, however, understandably if your costs are ballooning rapidly and you have not gotten in contact with us we will have temporarily pause your app.To avoid disruptions:
- Set up auto top-ups so your credit balance refills automatically
- Contact us before a big launch so we can adjust your limits in advance
- Contact us if you’re expecting a traffic spike and we’ll make sure you’re covered.