From $300/Month to Free: Rebuilding a Campaign Management System

Sometimes the best solutions come from the worst problems. In this case, that problem was watching a digital marketing agency’s SaaS costs spiral out of control because of one simple feature: client access. Here’s how I turned a $300/month Airtable portal into a completely free, secure campaign management system using Google Sheets, some creative automation, […]
My Journey from DigitalOcean to AWS with Terraform

My Journey from DigitalOcean to AWS with Terraform Transitioning from DigitalOcean to AWS wasn’t just a technical challenge—it was a significant milestone in my professional growth. In this post, I’ll share my practical journey of migrating an application stack using Terraform for infrastructure automation, focusing on lessons learned, solutions found, and what’s next. Initial Stack: […]
Custom AI Chat Hub: Self-Hosting & Automation

This blog details the creation of a custom AI chat platform integrating Open WebUI with n8n workflow automation, securely exposed via Cloudflare Tunnel. It covers motivations for building a personalized conversational interface over existing options, the choice of core components (Open WebUI for chat UI, n8n for automation, Cloudflare Tunnel for secure access), and the architectural setup using Docker Compose with dedicated networks and persistent volumes. A key highlight is the seamless integration enabling function calls from chat to trigger n8n workflows via webhooks without extra middleware. The blog also discusses DNS and proxy configuration challenges, container-specific nuances, security best practices, and lessons learned during setup. The resulting system offers a flexible, maintainable, and secure AI command center with persistent sessions and natural language automation interaction, primed for future enhancements including local model hosting and expanded API integrations.
AI-Driven n8n Workflow Backup & Management

This blog details automating n8n workflow backups to GitHub, focusing on creating version-controlled, organized, and intelligent backups to replace manual, error-prone processes. It covers leveraging and customizing the official n8n backup template by centralizing configurations, using dynamic path expressions for date-based folder organization, implementing precise JSON comparison to avoid unnecessary updates, and adding robust error handling with Slack notifications. The structured backup system improves recovery, change tracking, compliance, and collaboration. Importantly, it sets the foundation for future AI integration, including workflow aggregation into vector databases, semantic embedding, and AI agent queries to enable enhanced analysis, search, and automation generation. The post also shares lessons learned about JSON normalization, error handling, notification value, and file organization strategies that make workflow backup scalable and reliable.
AI-Driven Business Automation Success

The blog details the author’s development of an AI-powered productivity infrastructure for their own business after building automation for clients. Key implementations include purchasing a company domain and setting up a WordPress site on AWS Lightsail; choosing Google Workspace for company email and document management; creating an AI knowledge base using n8n, Google Drive API, and Claude for natural language querying; building an automated content creation pipeline with Airtable, n8n, and WordPress integration; and automating personalized AI news curation with multi-LLM workflows and subscription management. The author emphasizes starting with foundational infrastructure, leveraging existing systems, automating where possible while retaining human checkpoints, and prioritizing tools that integrate well. Results include significant time savings, streamlined workflows, scalable systems, and greater focus on strategic growth. Upcoming goals focus on ClickUp integration and client-facing productization of these solutions. Challenges encountered involved domain transfer restrictions, WordPress customization limits, and image generation tradeoffs. The post invites community feedback on productivity automation and system integration.
AI-Driven Workflow Automation with MCP

This blog details integrating Claude AI with essential work tools using the Model Context Protocol (MCP) to enable real-time, natural language interaction across Google Drive, Airtable, ClickUp, and a company knowledge base. It covers challenges with existing automation, MCP’s open-standard architecture, and a multi-server setup combining Claude Desktop, a self-hosted n8n supergateway, and local filesystem servers. Step-by-step implementation highlights include Windows MCP filesystem server setup and configuring multiple MCP servers. The integration enables seamless conversational workflows for task management, document retrieval, and database queries, significantly reducing context switching. Key lessons emphasize proper environment setup, detailed tool descriptions, and security best practices. Resources for MCP, Claude Desktop, n8n, and related APIs are provided for readers to build and customize their own unified AI integrations.
Building a “Second Brain” for Seamless Knowledge Management

Why It Matters: Turning File Overload Into a Productivity Win We’ve all been there—juggling dozens of Google Drive files, searching through endless Slack threads, and trying to remember where that crucial bit of information is hiding. My client was drowning in digital content chaos. Every week, their team wasted precious hours manually transcribing audio recordings, […]
WhatsApp as a Surprisingly Powerful Data Management Tool

I never thought WhatsApp would become our secret weapon for data management, but here we are—with a simple messaging interface that saved my client’s team over 4 hours weekly on data updates. By connecting the familiar WhatsApp experience to their backend systems, I created a solution where anyone can update their client database using natural […]
Self Hosting on Render

I recently helped a client ditch their subscription-based automation tools for a self-hosted n8n instance on Render. The result? They gained complete ownership of their workflows while pocketing about $33 every month. Not bad for a day’s work! Client & Context: Why We Ditched Zapier and Make for DIY Automation My client had been running […]
Twilio-Slack SMS Routing

I recently wrapped up a project that reminded me why automation can be such a game-changer for businesses drowning in manual processes. By building a workflow that automatically routes Twilio SMS messages to department-specific Slack channels, I helped a client save approximately 2 hours every week and completely eliminate missed messages. It was one of […]