I've built a small compiler, heavily inspired by Svelte, that leans on modern web standards and proposals, namely Web Components, HTML Modules, and Signals.
Although web components never really took off, I still believe they have strong potential as a foundation for building web applications without relying on a framework.
GitHub: https://github.com/GuillaumeDucret/drop
Blog post: https://guillaumeducret.medium.com/web-components-and-my-que...
I’d appreciate some feedback before committing more time to this project !