Skip to content
View RexOwenDev's full-sized avatar

Block or report RexOwenDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RexOwenDev/README.md

Rex Quintenta

AI Automation Engineer - LLM Integration - Full-Stack Web and Mobile

Philippines, remote-first - owenquintenta@gmail.com - LinkedIn - Upwork


My work runs in production. n8n workflow automation, Claude API and GPT-4 integrations, agentic AI pipelines, full-stack web apps in Next.js and TypeScript, mobile apps in React Native. I scope the problem, pick the right tool, and ship something that works without me babysitting it.

Currently building with Claude Code as my primary development environment. The constraint is always the problem, not the language or framework.


What I've shipped

autoflow-studio - Multi-tenant SaaS Reference Architecture

A reference implementation of a production-grade multi-tenant SaaS built across 8 gated phases. Stack: Next.js 16, Supabase with row-level security, Stripe usage metering, WorkOS SSO and SCIM, HMAC webhook verification, SOC2-aligned audit logging with tamper-evident export.

Includes 120 Vitest unit and integration tests plus 45 pgTAP database assertions. Built this to answer the question: what does "production-ready" actually look like end to end?


ai-content-pipeline - Generative AI Editorial Automation

Six connected n8n workflows running live for a media client. The flow: RSS ingestion, deduplication, GPT-4.1-mini quality gate with structured JSON output, AI-assisted content drafting, WordPress REST API publishing, Slack notification, Google Sheets audit log.

Every quality threshold and topic filter lives in a Google Sheet. The editorial team tunes parameters without touching a single workflow node.

Outcome: $20/month in AI API costs replaced 80 hours/week of manual editorial work. 6,800+ executions/month.


recruitment-pipeline - AI-Powered Candidate Screening Automation

Seven n8n workflows connected across seven platforms through a single trigger. A candidate fills out a Typeform, and Claude API scores them across three structured dimensions - role fit, experience relevance, and response quality - each with a numeric score and explicit reasoning chain. That output writes to HubSpot, alerts the team in Slack, queues a personalized Gmail, creates a ClickUp task, and logs everything to Google Sheets.

Human approval gate is required before any offer-stage email fires. The AI scores but never sends autonomously.

Outcome: full candidate processing in under 10 seconds, zero manual data entry across seven platforms.


More projects

Project Description
rag-chat-app Enterprise RAG app - hybrid BM25 plus pgvector retrieval, Cohere Rerank 3, inline source citations, async faithfulness evaluation, multi-tenant with Supabase RLS
employee-onboarding-pipeline 10-workflow n8n automation - BambooHR new hire event triggers Claude role classification, then provisions Google Workspace, Slack, Notion, ClickUp in sequence. Zero IT tickets per hire
content-factory AI content pipeline in 12 languages - Claude API for drafting, DeepL for transcreation, LLM-as-judge quality evaluation before publish
proposal-studio Collaborative AI proposal editor - real-time Tiptap editing, Claude-assisted generation, client acceptance flow, full audit trail in Supabase
saas-billing-starter Stripe billing starter with plan tiers, usage-based metering, customer portal, and webhook event handling
seobot SEO content automation - keyword input to AI-generated article to WordPress or Shopify publish, fully automated

Stack

Workflow automation: n8n, Python scripting, JavaScript and TypeScript, webhook design, HMAC-SHA256 verification, cron scheduling, REST API integration, OAuth 2.0

AI and LLM: Claude API (Anthropic), GPT-4.1 and GPT-4.1-mini, generative AI workflow integration, RAG pipelines, pgvector, BM25 retrieval, Cohere Rerank 3, structured JSON output, agentic workflow patterns, LLM-as-judge quality evaluation, prompt engineering

Web: Next.js 16, React 19, TypeScript, Tailwind CSS v4, Supabase, PostgreSQL, Stripe, Vercel, Railway

Mobile: React Native, Expo, cross-platform iOS and Android

Integrations I've connected in production: HubSpot, Slack, Gmail API, Google Workspace, BambooHR, ClickUp, Notion, Airtable, Typeform, WordPress REST API, Shopify Admin API, Stripe, Twilio


Open to remote AI automation contracts, LLM integration projects, full-stack engagements, and enterprise roles in Metro Manila.

Popular repositories Loading

  1. proposal-studio proposal-studio Public

    AI-powered proposal editor with real-time collaboration, Claude generation, client acceptance, and audit trail. Next.js 16 + Supabase + Tiptap.

    TypeScript

  2. ai-content-pipeline ai-content-pipeline Public

    Production n8n pipeline replacing 80hrs/week of editorial work with $20/month in AI — 6,800+ executions/month, GPT-4.1-mini

  3. recruitment-pipeline recruitment-pipeline Public

    7-workflow n8n automation: Typeform → Claude AI scoring → HubSpot → Slack → Gmail → ClickUp → Sheets. Under 10 seconds per candidate.

  4. rag-chat-app rag-chat-app Public

    Enterprise RAG chat — hybrid BM25 + vector search, Cohere reranking, inline citations, multi-tenant. Next.js 16 + Supabase pgvector + Claude Sonnet.

    TypeScript

  5. RexOwenDev RexOwenDev Public

    ✨ GitHub profile README

  6. employee-onboarding-pipeline employee-onboarding-pipeline Public

    10-workflow n8n automation: BambooHR → Claude AI role classifier → IT approval gate → GSuite + Slack + Notion provisioning → ClickUp onboarding checklist → 30-day check-in series. Zero IT tickets p…