Projects

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