I’m building a Python-native frontend framework that runs in the browser (Evolve)

Posted by United_Intention42@reddit | Python | View on Reddit | 9 comments

I’m currently building a personal project called Evolve - a Python-native frontend framework using WebAssembly and a minimal JavaScript kernel to manage DOM operations.

The idea: write UI logic in Python, run it in the browser, with a reactive system (no virtual DOM).

Still early stage, not sharing the repo yet - but I’ll be posting progress, architecture, and demos soon.

Would love to know: would you try a Python-first frontend framework?