Biblioteca
Android · Compose · android · tools
When I started writing Compose, I wanted to see the theme the way a design tool shows a library — live, in the running app, not in a screenshot.
Biblioteca is an add-on you drop into a module. It opens a screen of your components, and you can poke the theme at runtime.
implementation 'com.github.padamchopra:Biblioteca:v0.1'
It’s a developer toy more than a product. Change a color, watch every button, decide if you meant it. That loop is the whole point; it was never going to be a design-system product.