Remix.run Logo
Show HN: Embed reactive (live) SQL into HTML(pageql.dev)
3 points by xiphias2 3 days ago

PageQL is a full stack reactive web framework that shows any changes in the database to the frontend automatically.

To demonstrate how powerful it is, I created a TODOMVC app implementation in about 100 lines of code in it. It's reactive, multi-user, and updates live for everyone connected, which is currently only possible with Supabase or GraphQL, or a lot of custom logic to handle database changes by other users in other web frameworks.