DEV Community

Cover image for I’m building a Python-native frontend framework that runs in the browser
Parag Ghatage
Parag Ghatage

Posted on

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

For years, the browser belonged entirely to JavaScript.

I decided to challenge that assumption.

I’m currently building Evolve **- a **Python-native frontend framework powered by WebAssembly and a minimal JavaScript DOM kernel.

The goal is simple:

Write UI in Python

Run it in the browser

Keep it fast, reactive, and simple

I’m still deep in development, so I’m not publishing the source yet.

But I will be sharing progress, architecture, and demos.

If you’re curious about Python + WebAssembly in frontend, stay tuned.

Top comments (2)

Collapse
 
giftakis profile image
John Giftakis

PyScript alternative?

Collapse
 
parag_ghatage_dev124 profile image
Parag Ghatage

Pyscript just runs Python in browser but Evolve is entire Frontend framework.
Which works by running Python in browser.