Portfolio

Hi, I'm Dylan.
I build

I turn repetitive processes into software — combining AI models, automation platforms, and lightweight web apps to get real work done.

Projects

Dylan OS social dashboard mockup
Web App · Data Pipeline

Dylan OS — Social Dashboard

A local dashboard that aggregates recent posts from chosen YouTube, X, and Instagram accounts into one feed. Posts are scraped via Apify actors, cached locally, and accumulate over time with auto-expiry.

Node.js Apify Claude Code JavaScript
  • Incremental collection: each refresh merges new posts and updates stats on existing ones instead of replacing the dataset.
  • Configurable retention — posts auto-expire after a set number of days once they drop out of fresh scrapes.
  • Cost-aware design: results cached in JSON so the page loads instantly without re-running paid scrapers.
AI news aggregator n8n workflow mockup
AI · Automation

AI News Aggregator

An n8n workflow that collects AI industry news from multiple sources, uses an LLM to summarize and rank stories, and delivers a clean daily digest — with a dedicated error-handling workflow for reliability.

n8n Claude LLM Summarization Webhooks
  • Built and validated with an MCP-powered workflow builder — every node validated before deploy.
  • Separate error-handler workflow catches failures and reports them instead of silently dropping the digest.
  • Versioned JSON exports serve as backups so production workflows are never modified in place.
Positive Pay automation app mockup
Internal Tool · FinTech

Positive Pay Automation

An internal web app for tracking ACH positive pay records — entities, ACH IDs, and limit amounts — with a full audit trail of every change. Runs on a LAN for a small team with zero build tooling.

Python FastAPI SQLite Claude Code
  • Every create, edit, and delete is logged to an immutable audit trail for compliance-style traceability.
  • Single-file SQLite database keeps deployment as simple as copying a folder.
  • Plain HTML frontend — no build step, so non-developers can host and maintain it.