See the automation in action

Interactive demonstrations of the tools I build for clients. Try the AI email assistant, watch a workflow run, and explore code snippets — right here in your browser.

AI Email Assistant
Outlook Add-in simulation · Powered by Claude

Type a customer email below and watch the AI generate a professional reply — just like the Outlook add-in I built for a financial services client.

Click "Generate AI Reply" to see the result
Automation Workflow Simulator
n8n-style pipeline · CRM sync example

Watch a live CRM data sync pipeline run — the same type of automation I built to replace 2 hours of daily manual data entry for an e-commerce client.

crm_sync_pipeline.n8n
# Shopify → HubSpot → Xero sync
# Runs every 15 minutes via cron
Shopify Webhook Triggerwaiting
Validate & Transform Datawaiting
Update HubSpot CRMwaiting
Generate Xero Invoicewaiting
Send Slack Notificationwaiting
Automation ROI Calculator
Estimate your time and cost savings

Use the sliders below to estimate how much time and money automation could save your business each year.

10h
$60
75%
8h
Hours saved/week
$24,960
Annual cost savings
416h
Hours saved/year
4wks
Payback period

*Estimates based on typical automation efficiency gains. Actual results vary.

Code Snippets
Real automation code examples

Sample code from real automation projects — Python, Office.js, n8n, and Google Apps Script.

# Market intelligence scraper import playwright, pandas, smtplib def monitor_competitors(urls: list[str]): changes = [] for url in urls: current = scrape_page(url) previous = load_cache(url) if diff := detect_changes(current, previous): changes.append({"url": url, "diff": diff}) save_cache(url, current) return changes # Runs every Monday at 6 AM via cron changes = monitor_competitors(COMPETITOR_URLS) send_digest_email(changes)

Ready to build something like this?

These demos are simplified versions of real client automations. Book a free call to discuss what I'd build specifically for your business.

Book Free Consultation View Case Studies