Take Marketing Off Your To Do List. Automate It with AI.

Marketing Automations & AI Agents for Small Businesses Ready to Act Big.

Why Work With Me

The technical marketing expertise your growth strategy needs

Technical + Marketing

I speak both languages - can talk to your engineers and drive your growth strategy.

Fast Execution

AI-assisted development means I ship solutions in days, not months.

Actual Results

Not just traffic - I drive revenue, subscriptions, and business growth

Delivering results for brands across industries

n8n logo
Lingvist logo
Travel Payouts logo
Semrush logo
Forever Vacation Rentals logo
n8n logo
Lingvist logo
Travel Payouts logo
Semrush logo
Forever Vacation Rentals logo

What I Build

  • Custom Integrations: WooCommerce, Klaviyo, Omnisend, CRMs—using APIs and custom code
  • Marketing Automation: Python scripts, API integrations, email sequences, customer journey automation
  • Website Architecture: Migrations (WordPress → Astro), technical SEO, performance optimization
  • AI-Powered Tools: Anthropic API integrations, Claude-powered workflows, custom automations
Browse My Repos
python

# Best Performing Campaigns
print("🏆 TOP 5 CAMPAIGNS BY OPEN RATE")
print("-" * 70)
sorted_by_opens = sorted(campaigns, key=lambda x: x['open_rate'], reverse=True)[:5]
for i, campaign in enumerate(sorted_by_opens, 1):
    print(f"{i}. {campaign['subject'][:50]}")
    print(f"   Open Rate: {campaign['open_rate']:.2f}% | Recipients: {campaign['recipients']:,.0f}")
    print()

print("🏆 TOP 5 CAMPAIGNS BY CLICK RATE")
print("-" * 70)
sorted_by_clicks = sorted(campaigns, key=lambda x: x['click_rate'], reverse=True)[:5]
for i, campaign in enumerate(sorted_by_clicks, 1):
    print(f"{i}. {campaign['subject'][:50]}")
    print(f"   Click Rate: {campaign['click_rate']:.2f}% | Recipients: {campaign['recipients']:,.0f}")
    print()

Tech Stack

The tools and platforms I use to build marketing systems that scale

Development Stack

  • Astro, Next.js, React
  • WordPress, Jekyll
  • HTML, CSS, JavaScript, Markdown
  • Cloudflare Pages, GitHub workflows

Automation & AI

  • Python for custom automation
  • REST APIs, webhooks
  • Claude (Anthropic API)
  • ChatGPT integrations
  • n8n (when appropriate)

Marketing Platforms

  • Klaviyo, Omnisend, Customer.io
  • SEMrush, Ahrefs, Google Search Console
  • Google Analytics, Amplitude
  • Email marketing automation

Let's talk about your growth strategy

Reach out to see how I can help you put your growth on autopilot.