Brian Cardarella
banner
bcardarella.bsky.social
Brian Cardarella
@bcardarella.bsky.social
CEO of DockYard
Sailor
Creator of LiveView Native
twitch.tv/bcardarella
Jetpack Compose rendering a LiveView LiveComponent with our new headless browser approach
November 13, 2025 at 3:09 PM
A Zoomer using ChatGPT to convince himself he has a medical issue.
November 2, 2025 at 9:54 PM
We can now render native apps with Svelte
October 23, 2025 at 8:06 PM
Now we have breakpoints working. And yes, that is @htmx.org (kind of) running the SwiftUI app.
October 21, 2025 at 10:04 PM
Now we have a working debugger
October 16, 2025 at 9:49 PM
Hover inspect native UIs in our DOM inspector
October 14, 2025 at 10:19 PM
Our new back-end agnostic headless browser attached to Chrome remote debugger executing JavaScript on the native UI DOM.

BTW, that's running an older version of LiveView Native along with both a LiveComponent in one TabView and a nested LiveView in another
October 14, 2025 at 8:43 PM
GenDOM integration into @liveviewnative.dev is going well. This shows hitting a LiveView endpoint and loading the dead render into GenDOM along with some DOM querying to get page fragments. Next step is hooking up the WS connection with GenDOM.

#ElixirLang
June 18, 2025 at 4:14 PM
GenDOM querying is working, just need to add querying for combinators and pseudo selectors.Then time to integrate back into @liveviewnative.dev

#ElixirLang
June 17, 2025 at 12:22 AM
CSS Selector parser appears to be ready for business!

It's hard to describe the satisfaction I get when a parser I've written works this well.

#ElixirLang
June 14, 2025 at 8:26 PM