LaunchStacks

Build faster with production-ready templates and infrastructure insights.

Latest Posts

Why I Self-Host My Marketing Stack (And Why You Might Not Want To)

self-hostedmarketing-automationmauticopinioncost-analysis

I run my entire marketing stack on a server in my basement. Email campaigns, landing pages, analytics, workflow automation - all self-hosted. When I tell other developers this, the reaction is usually one of two things:

  1. “That’s awesome, I should do that!”
  2. “That sounds like a nightmare, why would you do that?”

Both reactions are valid. Here’s my honest take.

The Financial Case

Let’s start with money, because that’s usually what sparks the conversation.

Cloudflare Tunnels: Secure External Access Without Port Forwarding

cloudflaretunnelssecuritynetworkinginfrastructuretutorial

You’ve built something useful. Maybe it’s a dashboard, an automation platform, or an internal tool. Now you want to access it from anywhere, or share it with your team. The question every infrastructure person hits: how do I expose this without making my security posture worse?

The traditional answers all have tradeoffs. Port forwarding punches holes in your firewall and exposes your IP. Dynamic DNS is fragile and still requires open ports. VPNs work but add friction for every connection, and good luck getting non-technical users to set one up.

Welcome to LaunchStacks

announcementself-hostedhomelabdevopsopen-source

I’ve spent the last several years learning infrastructure, DevOps, software development, and security, figuring out how all the pieces tie together. The homelab came later. I only started keeping services persistent this year, but the foundation was years of tinkering, breaking things, and understanding how systems actually work.

The pivotal moment was discovering Terraform and infrastructure as code. Instead of pointing and clicking through consoles or manually typing out configs after every install, I could declare what I wanted and let the tooling figure out how to get there. That changed everything for me. I fell in love with architecture and infrastructure in a way I hadn’t expected.