Stop Guessing If
I Can Build It_

Instead of making a boring PDF to tell you what I can automate, I built this page to show you.

Let's Automate The Interview Prep.

I built a workflow to generate a custom interview agenda by analyzing your company’s public info and stated pain points, cutting your prep time to nearly zero.

prep_workflow.js
async function generateAgenda(data) {

  // 1. Scrape site for context (What do they do?)
  const context = await scrape.site(data.website);

  // 2. Match Pain Point to Solution
  const strategy = await ai.analyze({
    pain: data.painPoint,
    about: context.summary
  });

  // 3. Generate Interview Assets
  return doc.createPDF(strategy);
}
Diagnostic ModeSTEP 1/3

What type of roles are you most looking to automate?

Experience Log

// 36 months of founding > 10 years of maintenance

Download PDF Version
Active Deployment

Founder & Lead Architect

Fillr
2022 - PresentSelf-Employed

I built a vertical software & automation agency from line 1 of code. Instead of managing a narrow slice of a stack, I architected the entire ecosystem—from database schema to frontend UX.

1. The Core Infrastructure (PostgreSQL)

Designed a multi-tenant SQL database using Supabase. Implemented Row Level Security (RLS) policies for data isolation, wrote custom PL/pgSQL functions for data aggregation, and used database triggers for real-time webhooks.

PostgresRLS PoliciesSQL Triggers

2. Intelligent Lead Orchestration Engine

Engineered a state-aware CRON scheduler for lead nurturing. Unlike basic linear sequences, this system evaluates conditions in real-time—optimizing follow-up frequency and spacing. Implemented "engagement detection" logic that instantly resets the sequence upon user reply to prevent bot-collisions.

n8nOpenAI APICRON Logic

3. Full-Stack Onboarding & Customization Platform

Built a self-service onboarding platform allowing MedSpas to provision their own accounts. Users can customize their lead-gen assets (landing pages) with specific fonts, colors, and copy. These settings are stored in SQL and dynamically rendered on the frontend in real-time, creating unique experiences from a single codebase.

ReactGoogle OAuthChart.js

4. Real-Time Performance Dashboards

Developed client-facing dashboards using React that consume aggregated SQL views from Supabase. These dashboards visualize complex campaign data—showing spend, lead volume, and conversion rates in real-time—replacing manual spreadsheet reporting entirely.

Data VisualizationSQL ViewsClient UX

Full Technical Competencies

n8nPostgreSQLSupabaseReact / Next.jsREST & GraphQL APIsSystem ArchitectureStripe IntegrationGoogle Cloud Platform