Released apps.
Public source repositories and released apps — mine, and a few others worth a look.
Tools.
Free browser-native micro-tools — image & PDF conversions, QR codes, JSON, and text utilities. Everything runs client-side; nothing is uploaded to a server.
Everything catalogued in Earth orbit, drawn in real time — active satellites, spent rocket bodies and tracked debris. Orbital elements come from CelesTrak and are propagated with SGP4 in the browser.
Public source.
Flutter Starter Template
A production-ready Flutter foundation: modular Clean Architecture, offline-first sync, JWT auth, Firebase, and a companion Go reference backend.
Flutter Starter CLI
CLI to scaffold new Flutter projects from flutter-starter-template.
Flutter Starter Backend
Minimal Go reference backend companion to the Flutter Starter Template.
Rev Sync
Offline-first sync engine for Dart & Flutter: outbox push-queue + delta pull over a server revision cursor, with conflict detection. Backend- and store-agnostic.