Modern Domain Infrastructure: How I Built a Professional Web Presence for $5

How I built a complete professional web infrastructure with custom domain, email forwarding, SMTP relay, and SSL for just $5 using Unstoppable Domains, Cloudflare, Vercel, and Brevo.

6 min read
DNSCloudflareSMTP Relay

In today's digital landscape, having a professional online presence is non-negotiable. What many developers don't realize is that you don't need to break the bank to get enterprise-grade domain infrastructure. I built mine for just $5 using a modern stack that outperforms traditional providers like GoDaddy.

The Stack That Changed Everything

My current setup proves that cost-effective doesn't mean cutting corners:

Why This Beats Traditional Providers

Cost Comparison: Traditional vs Modern

FeatureGoDaddy (Typical)My Stack
Domain + Privacy$15-20/year$11/year
Professional Email$5-10/monthFree
SSL CertificateOften paid add-onFree
DNS ManagementBasicEnterprise-grade Free
Email ForwardingPaid featureFree
SMTP RelayPaid add-on300 free emails/day

The savings are substantial. Where GoDaddy might cost $100+ annually for comparable features, my stack costs $11/year after the first year.

Step-by-Step Implementation

1. Domain Acquisition Strategy

I caught Unstoppable Domains' "$5 Friday" deal, but even at the standard $11 renewal, it's a bargain. The key advantage? No hidden fees for privacy protection—it's included.

2. DNS Mastery with Cloudflare

After purchasing the domain, I delegated DNS to Cloudflare. This gives me:

  • Free SSL certificates with automatic renewal
  • DDoS protection and security features
  • Performance optimization with global CDN
  • Advanced analytics and traffic insights

3. Professional Email for Free

Using Cloudflare's Email Routing, I created

code
hello@sakhiledumisa.com
that forwards to my personal Gmail. The setup:

  • Creates instant professional credibility
  • Costs nothing beyond the domain
  • Requires no maintenance
  • Integrates seamlessly with existing email clients

4. SMTP Relay with Brevo

The crucial piece many miss: sending emails from your custom domain. I configured Brevo as my SMTP relay:

  • 300 free emails per day - perfect for support and business communication
  • Gmail integration - send emails as
    code
    hello@sakhiledumisa.com
    directly from Gmail
  • High deliverability - professional SMTP service ensures emails reach inboxes
  • Easy setup - simple DNS records for authentication (SPF/DKIM)

5. Advanced Email Infrastructure

For my applications, I extended this further:

  • Created
    code
    mail.sakhiledumisa.com
    subdomain for transactional emails
  • Integrated with Resend API for application emails (100 free/day)
  • Used Brevo for SMTP with 300 free daily emails
  • Managed everything through Gmail interface for both sending and receiving

6. Deployment and Hosting

  • Frontend Hosting: Vercel for blazing fast deployments
  • Code Repository: GitHub for version control and CI/CD
  • Custom Domains: Free on Vercel's hobby plan

The Complete Email Architecture

code
Email Flow:
1. Incoming: hello@sakhiledumisa.com → Cloudflare Email Routing → Personal Gmail
2. Outgoing: Gmail → Brevo SMTP → Recipient's Inbox (as hello@sakhiledumisa.com)
3. Transactional: mail.sakhiledumisa.com → Resend API → User Emails

The Complete Architecture

code
sakhiledumisa.com
├── DNS: Cloudflare (Free)
├── SSL: Cloudflare (Free)
├── Email Receiving: Cloudflare Routing → Gmail (Free)
├── Email Sending: Gmail → Brevo SMTP (300 free/day)
├── Hosting: Vercel + GitHub (Free)
├── Subdomains:
│   ├── mail.sakhiledumisa.com (Resend API - 100 free/day)
│   └── [Future microservices]
└── Cost: $11/year + $0 email

Real-World Benefits

For Personal Branding

  • Professional email address builds instant trust
  • Send and receive from custom domain directly in Gmail
  • No per-mailbox fees unlike traditional providers
  • Scalable foundation for future projects

For Client Work

This architecture is perfect for client projects too. You can deliver:

  • Enterprise-grade infrastructure at minimal cost
  • Professional email setup with full SMTP capabilities
  • Better performance and security than traditional hosting
  • Clear separation between transactional and business emails

Email Strategy Breakdown

  • Brevo SMTP: Human-to-human communication (support, business emails)
  • Resend API: Application-generated emails (notifications, alerts)
  • Cloudflare Routing: Incoming email management
  • Cost: $0 for substantial daily volume

Common Objections Addressed

"But isn't this more complicated?"

The initial setup takes about an hour, but it's a one-time investment. Traditional providers seem simpler but lock you into their ecosystem with ongoing costs for features I get for free.

"What about email deliverability?"

Brevo provides enterprise-grade SMTP with excellent deliverability rates, far better than typical shared hosting SMTP servers. Plus, proper SPF/DKIM setup through Cloudflare ensures authentication.

"Is this reliable enough for production?"

Absolutely. Brevo handles billions of emails monthly, Cloudflare's infrastructure powers major enterprises, and Vercel is trusted by top companies. You're getting enterprise-grade reliability for a fraction of the cost.

Future-Proofing Your Setup

This architecture scales beautifully:

  • Multiple subdomains for different services
  • Microservices architecture ready
  • Global CDN built-in
  • Enterprise security features included
  • Cost predictable and scalable
  • Email volumes that grow with your needs

Getting Started Resources

Lessons Learned

  1. Don't bundle services – Use best-in-class providers for each function
  2. Leverage free tiers – Many services offer generous free plans
  3. Separate concerns – Use different services for different email types
  4. Think long-term – Avoid vendor lock-in and hidden fees
  5. Embrace learning – Understanding your infrastructure pays dividends

Conclusion

Building a professional web presence with complete email capabilities doesn't require a massive budget—it requires smart choices. For the price of a coffee per month, you can have enterprise-grade domain infrastructure that grows with your needs, including professional email sending and receiving.

The $5 initial investment and $11 annual renewal isn't an expense—it's the key that unlocks a world of professional tools and capabilities. In the time it takes to set up a traditional hosting account, you can build a foundation that will serve you for years to come.

Ready to build your own? The tools are waiting, and the first year might just cost you less than your lunch.


Check out my actual implementation at Home page under "Contact" and see this infrastructure in action!

© 2026 Sakhile Dumisa. All rights reserved.