3,000 credits/month; extra 1,500-credit packs cost $10.
- Why it fits
- Static sites and frontend apps that deploy from Git and want a generous, mature workflow.
- How deploys work
- Connect the Git repo; pushes build and deploy automatically with previews for every pull request.
- The tradeoff
- The credit system makes bills hard to predict — traffic, deploys, and compute all drain one pool.
The $20 fee plus typical usage overages; heavy traffic or extra seats push it higher.
- Why it fits
- Next.js and frontend apps where you want deploys and previews to just work.
- How deploys work
- Connect the Git repo; every push builds and deploys with a preview URL per branch.
- The tradeoff
- Usage pricing past the credit can climb fast with real traffic, especially data transfer.
Extra requests cost $0.30 per million; bandwidth remains free.
- Why it fits
- Static sites and JS/TS apps where bandwidth costs matter or a global edge is a plus.
- How deploys work
- Deploy from Git or with the wrangler CLI; framework adapters handle SSR apps.
- The tradeoff
- More platform-specific setup than the git-push hosts — adapters, wrangler config, and Workers-flavored storage.