- Cloudflare to avoid big bandwidth bills from AWS for the wasm-compiled graphviz that is on every page
- AWS Lambda's 1M free requests and 400,000 GB-seconds for expressjs (web serving) and graphviz (rendering hostable .png images)
- API Gateway's 1M free requests for routing HTTP -> AWS Lambda (for the app) or S3 (for hosted PNGs)
- S3's 20K GET requests/mo (for hosted PNGs)
The only one I exceed is S3, but it's dirt cheap.
I built it mainly for personal use. I know IMDb ratings aren't perfect but it's a decent measure of mass opinion.
It uses:
- Netlify's free tier for the homepage + Netlify CMS (free) for content editing
- Firebase within the free limits for cloud functions, storage + user authentication
- The free tier of Crisp web chat for support
- The Chrome store which hosts the extension for free ($5 sign up fee)
- Paddle for payments. They take a % of each transaction but they don't have a sign up fee or ongoing fees.
https://notify.run on DynamoDB’s free tier (and originally Lambda’s, but I outgrew that and it became cheaper to use a low-end Digital Ocean box)
https://treeverse.app uses Lambda/S3/Netlify on either free or pennies-per-month tier.
Also, I use Leanpub to write my books [1], which is free to use (and they pay good royalties). A recent hack: I used to supply free downloads for my eBooks on https://markwatson.com (which I run on a free VPS) but then realized that by setting the minimum price for my Leanpub books to $0.00, I didn't even have to do that. About 50 people download a free book for everyone who chooses to pay, so I hope Leanpub is not losing money on me (they are nice people).
[1] - https://neocities.org/
It's a Gatsby website and I used to use Vercel with their free deployments, but because I also needed a subdomain with PHP I switched to my cheap $3/month (unlimited website) webhost to serve the static files; but I also use Cloudflare for their free CDN. And the app demos are hosted on GitHub through Releases. The storefront is "free" through Chec.io in that I only pay a small fraction of every transaction.
Huge thank you to Vercel for making deploying Gatsby websites so easy (I run https://yboris.dev/ and https://yboris.com/ through them for free). Huge thank you to GitHub (I run https://income-inequality.info/ through it).
I also have a dynamic website using a python CMS running on free heroku which the admin uses to update the website. An heroku scheduler run a netlify job every 6 hours which download the dynamic website and publishes it as a static website.
And https://www.redditreads.com on the free tier of Google Compute Engine.
I built a little template for myself to quickly start new projects, that is also hosted with this free tier:
r614.dev
I use the free tier for firebase to store real time trade data. The front-end was built using Next.js and hosted using the Vercel free tier.
A FE only solution to find trading strategies. Paying only for domain, lives in Amazon s3
- Github pages is always great