Projects

Mercury

Status: WIP

Updated: Jun 14, 2026

Multi-tenant agent for the company I work for, able to use various services via CLI instead of MCP servers. It designed to be a internal assistant capable to browse and interact with Jira, Confluence, Github and other service if there's a specific CLI, communicating with the team through google chat

Links: Mercury repository

CLI monorepo

Status: Completed

Updated: Jun 14, 2026

Set of CLIs designed for LLM use, an alternative to MCP servers. Used by Mercury to interact with various services.

Links: CLI monorepo repository

Origami

Status: WIP

Updated: May 12, 2026

A fullstack-leaning framework built on top of the Clutter POC, far from complete. This is what I work on when I have free time, it will ship in phases, and it's a long-horizon project that I primarily use to learn things. Specifically, how DSLs work, languages built to solve one defined problem. In this case: enforcing a design system at compile time, with errors and messages that actually tell you what went wrong. Once the compiler (transpiler, to be precise) is done, I'll move on to the rest of the framework.

Links: Origami repository

Clutter

Status: Completed

Updated: Mar 26, 2026

POC to demontrate a design system enforcing at compile time, with meaningfull errors, and a possible escape hatch when the aderence to the design system is not feasible yet.

Links: Clutter repository