Skip to content

feat: add deployplex.com #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ Heroku [shuts down their free plans](https://twitter.com/heroku/status/156281705

This comparison describes only free tiers of these services.

| | fly.io | Railway.app | render.com | glitch.com | Adaptable.io | Cyclic.sh | Zeabur.com |
| ----------------------- | ------------- | ----------- | ------------- | ----------------- | ------------ | ---------------- | ------------ |
| Shutdown for Inactivity | No | No | 15 minutes | 5 minutes | Yes* | No | No |
| Credit Card Required | Yes | Yes | No | No | No | No | No |
| Free Tier Limits | ? | $5* | 750 hours | 1000 hours | None* | 10,000 req/month | $5 |
| RAM | 256MB | 512MB | 512MB | 512MB | 256MB | 1GB | 512MB |
| Disk Space | 3GB | 1GB | | 200MB* | 1GB | 512MB* | 1GB |
| Disk Write Access | Yes | | No | Yes | Yes* | Yes* | Yes |
| Network Bandwidth | 160GB | $0.10/GB | 100GB | 4000 req/hour | 100GB | | |
| Can use Dockerfile | Yes | Yes | Yes | No (only Node.js) | No* | No | Yes |
| GitHub Integration | No | Yes | Yes | | Yes | Yes | Yes |
| | fly.io | Railway.app | render.com | glitch.com | Adaptable.io | Cyclic.sh | Zeabur.com | DeployPlex.com |
| ----------------------- | ------------- | ----------- | ------------- | ----------------- | ------------ | ---------------- | ------------ |----------------|
| Shutdown for Inactivity | No | No | 15 minutes | 5 minutes | Yes* | No | No | No |
| Credit Card Required | Yes | Yes | No | No | No | No | No | No |
| Free Tier Limits | ? | $5* | 750 hours | 1000 hours | None* | 10,000 req/month | $5 | ? |
| RAM | 256MB | 512MB | 512MB | 512MB | 256MB | 1GB | 512MB | 1GB |
| Disk Space | 3GB | 1GB | | 200MB* | 1GB | 512MB* | 1GB | No |
| Disk Write Access | Yes | | No | Yes | Yes* | Yes* | Yes | No |
| Network Bandwidth | 160GB | $0.10/GB | 100GB | 4000 req/hour | 100GB | | | Yes |
| Can use Dockerfile | Yes | Yes | Yes | No (only Node.js) | No* | No | Yes | Yes |
| GitHub Integration | No | Yes | Yes | | Yes | Yes | Yes | Yes |

\* See information below

Expand Down