Projects

Key builds, real-world shipped work, and what I am actively refining now.

last updated: 2026-03-12

Featured builds

  • chaingrep

    live

    Live web tool for searching decoded on-chain event logs across multiple EVM chains with zero setup.

    Technical highlights

    • Streaming event decoding with automatic ABI resolution via Sourcify and Etherscan fallback.
    • Two query modes: hosted sample API with rate limiting (Hono) and direct BYOK where queries never touch the server.
    • Monorepo with shared query engine, CSV/JSON export, and GitHub Actions CI/CD deploying both API and frontend.

    Current focus: Add more chains, improve query UX, and explore saved-query workflows.

    view live
  • llm-usage

    live

    Published npm CLI for unified token-usage tracking across local AI coding tools.

    Technical highlights

    • Multi-provider log parsing for Claude Code and Codex session JSONL files.
    • OpenRouter account snapshot via API (`/key` + `/credits`) for remote usage context.
    • Zod-validated TOML config, Commander flag validation, and JSON output mode for scripting.

    Current focus: Explore cost estimation and broader provider support based on community feedback.

    view repo
  • Agglayer UI

    live

    Production bridge UI covering native Agglayer routes and aggregator paths.

    Technical highlights

    • Native Agglayer routes for direct bridge flows.
    • LI.FI integration for multihop bridging paths.
    • Multisig wallet support for team and treasury usage.

    Current focus: Keep tightening UX and reliability across supported routes.

    view live
  • Agglayer SDK

    live

    Core bridging SDK for native mode integrations and approval-heavy onchain flows.

    Technical highlights

    • Native mode support for direct protocol integrations.
    • Onchain approvals and transaction flow handling.
    • Integration ergonomics tuned for production developer usage.

    Current focus: Keep hardening ergonomics and integration reliability.

    view repo
  • RoastMaster

    live

    Consumer AI app with real monetisation, prompt-control depth, and abuse-resistant generation flows.

    Technical highlights

    • Mode-aware model routing via OpenRouter (`ROAST_MODEL` vs `GLAZE_MODEL`) with profile-based behaviour.
    • Prompt steering with hard constraints (intensity bands, output structure, line limits), schema-validated JSON parsing, and retry logic when unhinged output comes back too tame.
    • Upstash-backed quota/rate controls (anon cookie + IP backstop), with free-tier gating and paid credit paths.

    Current focus: Keep tuning output quality and run focused distribution pushes to find repeat usage loops.

    view live

Shipped at scale

  • Cielo

    Instrumental in evolving Cielo from a Discord bot into a fully-fledged wallet discovery platform.

    view project
  • Aragon UI Kit

    Major contributor to the open-source governance UI kit used to build onchain governance experiences.

    view project
  • Aragon App 2.0

    Helped bring Aragon App 2.0 to life, shipping modular onchain governance UX.

    view project

Other active work

  • FairSide

    live

    Simple app for generating fair 5v5, 6v6, and 7v7 football teams with constraint support.

    view live
  • Excuse Me

    live

    Small AI app that generates direct, context-aware excuses with adjustable tone.

    view live
  • OpenClaw dashboard + API

    in-progress

    Mission-control-lite setup for agent runs, personal tracking, and server health, spanning both giles-dashboard and giles-api layers.

    view repo