Running a SaaS Portal on Free Tiers — Cloudflare Pages, Supabase, and Upstash
How GRAXEL keeps fixed infrastructure cost low while still running a credible public portal.
A solo founder can waste months optimizing cloud bills before proving demand. GRAXEL starts with free or low-cost managed services and upgrades only when a specific bottleneck appears.
Why this matters for GRAXEL
Free tiers are not magic. They have limits, sleep policies, quotas, and operational assumptions. The site has to be designed so public pages remain fast and reliable even when background systems are constrained.
Cloudflare Pages handles the public edge surface, Supabase handles relational app data and auth-adjacent workflows, and Upstash-style Redis patterns cover lightweight rate limiting or cache needs. The important rule is to keep the user-facing path simple.
Operational notes
- Keep the user-facing promise narrow enough that the service can be verified in a browser.
- Document the boundary between automated AI output and source-backed data so reviewers can understand the workflow.
- Link the implementation back to the public trust pages: About GRAXEL, Contact, and the platform overview.
For a small SaaS portfolio, trust comes from showing the real operating system behind the product: what runs, why it exists, and how it is maintained.
What changed in practice
This strategy keeps the portal shippable while leaving room for paid infrastructure when traffic or revenue justifies it. The same pattern now influences how the portal presents public services: planned ideas stay out of the main catalog, while usable beta services and documented operating notes receive stronger internal links.
When this article is read together with the monorepo operations note and the zero-cost infrastructure note, it gives a more complete view of how GRAXEL turns small service ideas into maintained products.
Official references
Share
Related articles
Continue with GRAXEL posts connected by topic and tags.
Using Oracle Cloud Always Free ARM for Production APIs
How GRAXEL uses an ARM server for heavier backend workloads while keeping the public portal lightweight.
The Complete Guide to Free Cloud Infrastructure — Running a SaaS at $0/Month
Cloudflare, Supabase, Oracle Free Tier... How to legally build production-grade infrastructure at zero monthly cost.
1 Year on Cloudflare Pages: A Solo Developer's Real Cost Report
A solo developer's transparent Cloudflare Pages free-tier cost report after running 5 services for one year. Real numbers, real failures, and what to copy.