Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 3.29 KB

static-app-hosting.md

File metadata and controls

84 lines (54 loc) · 3.29 KB

Static app hosting

AWS S3

Pricing page

  • Free tier: 5 GB of storage, 20000 GET requests, 2000 PUT requests, 15 GB data transfer per month
  • Pros: ACL policies, Custom rules and MIME types, Supports expiration, Multiple regions world-wide
  • Limitations: Free only for 12 months

Cloudflare Pages

pricing page

  • Free tier: Unlimited sites, Unlimited requests, Unlimited bandwidth, 1 concurrent build, 500 builds per month

Firebase hosting

Pricing page

  • Free tier: 1GB storage, 10GB/month transfer, Custom domain and HTTPS
  • Pros: Includes CDN, Automatic HTTPS, Deployment versioning, URL rewriting (useful for HTML5 history API), Possible to define headers, Free web.app domain

GitHub Pages

Product page / More info

  • Free tier: 1GB storage, 100GB bandwidth or 100K requests/month, 10 builds per hour
  • Pros: Deploy with git, Provide automatic page generator, Automatic HTTPS
  • Limitations: Only with GitHub

GitLab Pages

Product page / More info

  • Free tier: Completely free for cloud hosted, self hosted version of Gitlab available
  • Pros: Use any static website generator, Custom domains
  • Limitations: Only works with GitLab, No automatic HTTPS

Netlify

Product page / Pricing page

  • Free tier: Unlimited sites, Custom domain, Automatic HTTPS, Open source projects get pro plan for free
  • Pros: Deployment with git, Custom redirect rules, Webhooks and Notifications for integration with third party services, Form handling, User authentication handling, CMS

Render

Pricing page

  • Free tier: 100GB outbound bandwidth per month (unlimited inbound)
  • Pros: Includes CDN, Deploy with git, Custom domains, Automatic HTTPS
  • Limitations: Free tier does not allow GitHub actions to track deployments. You can use this tool instead.

Surge

Pricing page

  • Free tier: Unlimited deployments, Unlimited bandwidth, Automatic HTTPS
  • Pros: Deploy from CLI, Custom 404 pages
  • Limitations: No custom redirects in free tier, No custom domain in free tier

Vercel

Pricing Page

  • Free tier: Unlimited websites, Automatic HTTPS, Deployment with git, Analytics for 1 project, sponsorship for open source projects
  • Pros: Various starter templates, DNS management, Edge CDN, first-class support for Next.js
  • Limitations: Free tier does not allow commercial usage