> This is basically like this frameworks > <https://github.com/liveviews/liveviews> right?
Yes, Mono is a blend of Svelte and Phoenix LiveView. The biggest difference from original Phoenix LiveVeiw and many other LiveView implementations are support for Stateful Components and BiDirectionalBindings (copied from Svelte). > JSON DB? Oh no I used it because it's the simplest thing possible, I wanted to focus on UI and don't distract people with other things.