Spend on the offer, not the server
A landing page for services, portfolio, ads, or lead capture often does not need complex backend infrastructure. If there is no login, cart, or real-time dashboard, most requests can be served as static assets.
- No VPS for a few pages
- No database for a simple form
- No weekly plugin maintenance
- Focus on copy, proof, and CTA
Cloudflare plus Resend fits lightweight sites
Cloudflare Pages and Workers have generous free limits for many small sites, and Resend has a free tier for transactional email. For low-volume contact forms, operating cost can stay near zero except for the domain.
- Git-based deploy
- Global CDN
- Built-in SSL/DNS
- Email through API
Upgrade only when the bottleneck is real
Upgrade when leads become steady, forms multiply, email volume grows, or the site needs CRM, database, auth, or workflow processing.
- Email exceeds free tier
- Database needed
- Auth needed
- Lead workflow needed