[2026] brainjar

go · sqlite

A CLI for shaping how AI agents think. Composes soul, persona, rules, and procedures into prompts, and emits skills as on-demand capabilities. Got tired of copy-pasting the same agent scaffolding across projects, so I built the thing that builds the prompt. Local-first, no servers, no accounts.

[2026] helius-cli

typescript · solana

CLI for the Helius Solana API. Quick access to on-chain data without leaving the terminal.

[2025] zent labs

solana · rust · go

Decentralized content monetization platform on Solana. Creators earn directly from fans through tips, subscriptions, and crowdfunding, all on-chain with low-cost trustless transactions. Built the backend services bridging off-chain UX with on-chain state.

[2025] go micro-libs

go

A set of small, opinionated Go libraries I keep reaching for: type-safe HTTP server setup, Viper-based config management, structured logging, and a task runner. Nothing fancy, just the stuff I got tired of rewriting.

[2023] parallel

go

A Go library to standardise running anything in parallel that implements the interface. Simple contract: Runnable() and Shutdownable(). Cleaner code and better resource utilisation for crons, workers, and other parallel tasks.

[2022] neb

rust

Built in Rust to speed up bootstrapping any new Linux machine. I tend to have a fresh system every six months, so I automated the environment setup. Uses asdf/mise as the tool manager.