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 that analyzes your company's public info and your specific pain points to generate a custom interview agenda. It saves you time preparing questions and proves I can build practical automations.

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
Hiring Manager Note

"Understanding your priority helps me design workflows that actually save time, not just add complexity."

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
Liam - Founder

The Owner-Operator Approach

I built a vertical software company called Fillr. I didn't just white-label some program; I architected and built the entire system from the ground up including a custom SQL database, an automated onboarding process, a multi-tenant acquisition funnel, and detailed dashboards to track results.

Now, I am looking for my next technical challenge.
I realized I am happiest when I am deep in the architecture, solving complex problems. I am looking for high-impact contract roles where I can deploy this full-stack skillset to build systems that are scalable, profitable, and robust.