Co-founder, Senior Developer · 2025 - 2026
FlowPilot Studio
A SaaS for VFX and animation studios, co-founded and co-built with Kevin Sallée. It connects to a studio's Flow Production Tracking (ShotGrid) database, builds charts and tables from plain-English requests, and runs automations triggered by FPT webhooks.
SvelteKit
Supabase
FastAPI
Rust
Redis Streams
AWS
Claude API
My part
- SOC2 Type 2 and MPAA compliance: the policies, the controls and the evidence.
- Security: tenant isolation through row-level security and a red-team test of it, encryption keys in AWS KMS, secrets in Secrets Manager, named IAM in place of the root account, centralised logging with a tamper-evident archive, and automated vulnerability scanning in CI.
- Infrastructure: the AWS service that receives FPT webhooks and runs studio automations (EC2, NGINX, FastAPI), with CloudTrail and logs shipped to Grafana Loki and archived to S3 under Object Lock.
- Automation workers: architected and co-designed the Rust worker that runs every studio's automations in one process on a single t3.medium, with a Redis stream per org so each studio's events stay in order. The Python/Celery runner it replaced needed about 300 MB per customer org; the Rust worker serves all of them in 30 to 50 MB.
- CI: self-hosted GitHub Actions runners, a Supabase instance per run, Playwright end-to-end tests, and coverage and type-coverage thresholds.
- Live exports.
- Assistant UIs.
- CRM.