Project index

Built with AI.
Running in production.

A working index of tools — what’s shipped, what’s in build, and what’s next.

01 in service 01 in build 02 queued 20m refresh floor

Ramp Ops · CHO

deckplate.io/CHO

Live

Every United and Delta flight at Charlottesville–Albemarle on the current day, with hub weather and FAA airspace status folded in — built to be read off a phone by the ground crew working the shift.

Cloudflare WorkersR2 cacheGitHub ActionsVercel

Valencia Connected

valenciaconnected.com

In build

A relocation guide to Valencia, Spain — neighborhood matching, property guidance, and the tradeoffs people need before they commit.

Fit quizComparison toolProvider directory

Additional stations

Generalizing the CHO pipeline

Queued

The same flight, weather and airspace pipeline pointed at other airports, with per-station carrier and gate profiles.

Property management

Early exploration

Queued

Owner-facing tooling for rental operations — turnovers, maintenance and reporting on a single surface.

How these get built

Six notes
Tooling

Whatever fits the task

Claude, ChatGPT, Codex and others, side by side. Different tools are stronger at different parts of the job, so the pick is per task rather than standardized on one.

Scope

End to end, not autocomplete

AI assists the whole path — design, implementation, review, deploy, and the scheduled agents that keep things current once they are running.

Data

Live, or clearly stale

Scheduled workers poll the real upstream sources, cache what comes back, and fall through to a backup when one goes dark — never to a guess.

Delivery

Static on a CDN

Pages ship as plain HTML. Nothing to boot, nothing to break at three in the morning.

Testing

Where it counts

Parsing, bucketing and time handling carry a test suite. Generated output is validated before it publishes, not after someone notices.

Ownership

The rules live in code

Generation is fast; the checks are what make it safe to leave running unattended. Anything that matters is written where it can be read and tested.