Everything we build
Work
A curated cross-section of what we build: public projects, plus a few private showcase products like Quill and Merlin. Cards link to a deep page where one exists, otherwise to GitHub; private repos still in dogfooding are listed without a link.
Tooling
7Developer tools, infrastructure, plugin ecosystem.
fledge
deep pageThe dev-lifecycle CLI. Task runner, scaffolding, AI review
merlin
private deep pageAI agent runner built on spec-sync + fledge
spec-sync
deep pageBidirectional spec-to-code validation, CI-enforced
augur
deep pageDeterministic diff-risk scoring. proceed / review / block, no LLM
attest
deep pageSigned provenance ledger in git notes. The trust record for a change
3md
deep pageMarkdown with a Z axis. A plain-text format for documents with depth, plus conformance-verified Swift, TypeScript, and Rust parsers
compose-playground
Interactive Jetpack Compose component gallery. 52 components with copy-paste Kotlin
Apps
6Real applications and consumer-facing tools.
Quill
private deep pageLocal-first voice dictation. Whisper STT + embedded llama.cpp polish + system-wide paste. macOS + Linux closed alpha; Windows planned.
Raven
private deep pageEnd-to-end encrypted, self-custodial messaging on Algorand. No servers, no phone number; your key is your account. Angular + Capacitor (iOS/Android), closed beta.
Podo
privateWeather app for iOS and Android, from a shared Kotlin Multiplatform core. The mobile consumer surface.
Rita
privateWeather API backend in Rust. Powers Podo.
MacNTop
macOS menu bar system monitor with retro CRT aesthetics. Most-starred repo
Ports
macOS menu bar app for managing open network ports
AlgoChat
9Encrypted messaging protocol and cross-language implementations.
protocol-algochat
Protocol specification (the shared spec)
swift-algochat
Swift implementation
ts-algochat
TypeScript implementation
py-algochat
Python implementation
rs-algochat
Rust implementation (the reference)
kt-algochat
Kotlin implementation
go-algochat
Go implementation (not yet conformance-tested)
algochat-web
Angular implementation. Browser client + demo
test-algochat
Cross-implementation conformance harness
Swift
23Reusable Swift libraries. Utility, creative, Algorand.
swift-algorand
Modern Swift SDK for Algorand
swift-algokit
AlgoKit utilities for Swift
swift-algotest
Mock the chain, not your tests
swift-arc
NFT metadata done right
swift-mint
Mint NFTs from Swift
swift-pinata
Pin files to IPFS without the headache
swift-asa-viewer
Browse and inspect Algorand Standard Assets
swift-art
Math that makes pretty pictures
swift-ascii
ASCII art to SVG. Pixels meet SVG, chaos ensues
swift-color
RGB, HSL, hex. Pick your poison
swift-music
Music theory in a library
swift-game
Game-dev helpers. Everything but the game loop
swift-godot
Declarative Swift extensions for Godot 4.4+
swift-qr
Generate QR codes in pure Swift
swift-retry
Try, try, try again, with backoff
swift-valid
Trust nothing, validate everything
swift-parse
Strings go in, meaning comes out
swift-env
.env files, type-safe
swift-stats
Statistics in Swift. Numbers with opinions
swift-units
Meters and feet and miles, oh my
swift-graph
Data structures that connect
swift-cli
Command-line tools that just work
swift-weather
Weather API client. Ask the sky, get JSON back