Portfolio

David Sawires — Work & Projects

Commercial Pilot, CFII, and software engineer. I build tools at the intersection of aviation and technology — from production SaaS to custom hardware and flight simulations.

9

Projects

3

Live Products

5+

Years Building

CPL · CFII · IR

Certs

Featured
SaaS · Aviation · 2026

Trim

Live

Flight training command center for freelance CFIs. Full-stack Next.js 16 app with Supabase backend, real-time chat, FAA-compliant endorsement engine, student portal, and PWA support. Live in production.

Next.jsTypeScriptSupabaseTailwindPostgreSQLRLS
Visit Trim
cfitrim.com/dashboard

Command Center

4 active students · 2 lessons this week

Trim
SA
Student AlphaInstrument
ON TRACK
SB
Student BravoPrivate
BEHIND
SC
Student CharlieCommercial
AHEAD
SD
Student DeltaPrivate
ON TRACK
Last synced just nowOpen Trim →
8 projects
Engineering · Aviation · 2026

Free Aviation Tools

Live

17 free calculators built on a locked three-file pattern (pure-function math + Vitest tests + thin React shell) — METAR · Endorsements · Currency · W&B · Density Altitude · Crosswind · TOD · Holding · Wind Correction · True Airspeed · Units · VFR Minimums · Stall at Bank · Magnetic Variation · Fuel Planning · Climb Gradient · Checkride Checklist. 509 unit tests cross-checked against the FAA Pilot's Handbook, AIM, and CFR. Per-tool OG cards, HowTo JSON-LD, sitemap-indexed. Shipped 11 in a single evening via parallel sub-agents.

Next.jsTypeScriptVitestFAA Reference DataPure Functions
View live →
SaaS · Aviation · 2026

AutoBrief

Live

B2B AI dispatcher for flight schools. GO/NO-GO decision engine, fleet scheduling, weather-aware preflight checks, and multi-instructor coordination. Live in localStorage v1.

Next.jsTypeScriptSupabaseTailwind
View live →
Desktop App · 2026

JARVIS HUD

Active

Electron-based heads-up display app for Windows. Overlays live system info, task context, and AI summaries on top of any workflow. Custom IPC bridge between renderer and native system calls.

ElectronTypeScriptReactNode.jsWindows API
Fintech · Arbitrage · 2026

Arbby Edge

Active

Real-time prediction market arbitrage scanner across Polymarket and Kalshi. Detects mispriced contracts, calculates edge, and surfaces actionable spreads. Python backend with a live web dashboard.

PythonWebSocketsReactREST APIsPolymarketKalshi
Hardware · RC Aviation · 2025

3D-Printed C172

Active

Full physics simulation and flight model for a 3D-printed RC Cessna 172. Custom aerodynamic model, control surface tuning, and sim-to-real validation. Designed for DIY build replication.

PythonPhysics Sim3D ModelingFlight DynamicsFDM Printing
Hardware · Robotics · 2025

Kinect Drone Control

Active

Gesture-based drone control system using Microsoft Kinect SDK. Maps skeletal joint positions to flight commands over a Bluetooth trainer port, enabling hands-free RC control.

C#Kinect SDKBT SerialTX16SRobotics
Hardware · Aerospace · 2025

Tilt-Wing VTOL

In Build

Design and build of a custom tilt-wing VTOL aircraft. Covers aerodynamic layout, control surface geometry, motor sizing, and transition flight modeling from hover to cruise.

Aerospace DesignCADFlight DynamicsEmbedded Systems
Computer Vision · 2025

Desktop Sentinel

Active

Windows-native real-time object detection app using COCO-SSD. Captures desktop frames, runs inference, and overlays bounding boxes with class labels at near-real-time frame rates.

PythonTensorFlowCOCO-SSDOpenCVWindows