Show HN: AgnosticUI – A source-first UI library built with Lit(agnosticui.com)
agnosticui.com
Show HN: AgnosticUI – A source-first UI library built with Lit
https://www.agnosticui.com/
1 comments
Very cool, I'm a big fan of web component libraries over vue/react ones. I did notice a couple places where mobile doesn't seem fully supported.
- Disabled outline buttons get a focus color - Dialog close modes all seem the same on mobile, click the backdrop to close. Maybe this is intended?
- Disabled outline buttons get a focus color - Dialog close modes all seem the same on mobile, click the backdrop to close. Maybe this is intended?
I recently completed a total rewrite in Lit to align with web standards and unify the core. One major architectural shift was moving to a "Source-First" model. Instead of a black box in node_modules, the UI source lives in your local project workspace.
This makes the components fully visible to LLMs, preventing the hallucinations common when AI tries to guess at hidden library APIs. I wrote a technical post-mortem on Frontend Masters detailing the hurdles of this migration (Shadow DOM a11y, Form Participation, and @lit/react vs React 19): https://frontendmasters.com/blog/post-mortem-rewriting-agnos...