1. Recommended stack: Firebase Hosting
You're already using Firebase for Auth and Firestore, so Firebase Hosting is the path of least resistance โ same project, same CLI login, one dashboard, and the free "Spark" plan covers a small personal/friends-and-family app comfortably:
- 10 GB stored, 360 MB/day transferred โ free, no credit card required
- Automatic HTTPS/SSL on both the default
*.web.app URL and any custom domain you attach
- Global CDN, so it's fast for everyone rating pasta from wherever they are
- Deploys straight from this same folder โ no build step, no framework, no bundler needed
Alternatives considered: Netlify and Vercel are both excellent free static hosts and would work fine too โ but they'd mean juggling a second account and dashboard for zero real benefit here, since Firebase already hosts the data. Supabase is a Firebase alternative (auth + database), not a hosting add-on โ switching to it would mean re-doing the auth/Firestore integration for no upside, so it's not worth it unless you want to leave Firebase entirely.
3. Deploy
firebase deploy --only hosting
That's it โ the CLI prints a live URL like https://pastadiary-93913.web.app. Every time you make changes, run that same command again to push the update.
5. Suggested name & domain
โ ๏ธ Heads up: Olive Garden's own pass checkout site is literally PastaPass.com, so any domain built around "Pasta Pass" โ including PastaPassDiary.com โ risks looking like it's officially affiliated. The picks below sidestep that on purpose.
Top pick
TwirlDiary.com
Whimsical, evokes twirling spaghetti on a fork, and lines up with the app's own "My Pasta Diary" section. No trademark overlap, and no live site found at the domain.
Backup
NoodleDiary.com
Simple, memorable, and generically food-themed โ no trademark risk.
Backup
MyPastaDiary.com
Closest match to the current app name, still reads instantly as a pasta-tracking diary.
Suggested app name to pair with it: Twirl Diary, with a tagline like "for Olive Garden's Never-Ending Pasta Pass" โ that keeps the trademark-safe distance in the actual name/domain while still being clear about what it's for in the description.
Standard (non-premium) .coms like these typically run $10โ$16/year at cost-friendly registrars โ Porkbun and Cloudflare price near cost (~$9โ11/yr), while Namecheap runs a bit higher, especially on renewal. This was checked by search, not a live registrar lookup, so confirm exact availability and price at checkout before buying.