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.
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:
- Domain Registrar: Unstoppable Domains ($5 first year, $11 renewal)
- DNS Management: Cloudflare (Free)
- Email Forwarding: Cloudflare Email Routing (Free)
- SMTP Relay: Brevo (300 free emails/day)
- SSL Certificates: Cloudflare (Free)
- Hosting: Vercel + GitHub (Free tier)
- Transactional Email: Resend (100 free emails/day)
Why This Beats Traditional Providers
Cost Comparison: Traditional vs Modern
| Feature | GoDaddy (Typical) | My Stack |
|---|---|---|
| Domain + Privacy | $15-20/year | $11/year |
| Professional Email | $5-10/month | Free |
| SSL Certificate | Often paid add-on | Free |
| DNS Management | Basic | Enterprise-grade Free |
| Email Forwarding | Paid feature | Free |
| SMTP Relay | Paid add-on | 300 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
hello@sakhiledumisa.com- 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 directly from Gmailcode
hello@sakhiledumisa.com - 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 subdomain for transactional emailscode
mail.sakhiledumisa.com - 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
codeEmail 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
codesakhiledumisa.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
- Unstoppable Domains: Look for their Friday deals
- Cloudflare DNS Setup: Comprehensive documentation
- Cloudflare Email Routing: Step-by-step guide
- Brevo SMTP Setup: SMTP configuration guide
- Resend Documentation: API integration guide
- Vercel Domains: Custom domain setup
Lessons Learned
- Don't bundle services – Use best-in-class providers for each function
- Leverage free tiers – Many services offer generous free plans
- Separate concerns – Use different services for different email types
- Think long-term – Avoid vendor lock-in and hidden fees
- 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!