is a pure Python, React-style web framework for building scalable and interactive web apps, specifically designed for data scientists and Python developers. It is built on top of React and FastAPI , but you don't need to know any JavaScript or HTML to use it.

: Contains the logic for the Solara web server.

solara.InputText(label="New todo", value=text, on_value_change=text.set) solara.Button("Add", on_click=add_todo)

Example Dockerfile :

Developers coming from a frontend background (React/Vue) will feel at home immediately. The separation of concerns is clean.