DEV Community

Ramiro Medina
Ramiro Medina

Posted on

UIs visually, backend in Python

Screenshot

I've been working on a data apps platform, an alternative to Streamlit and Dash. It uses FastAPI, websockets and Pydantic. It runs the user app in a separate process and communicates via multiprocessing pipe.

It's faster and has a visual editor, which I built from scratch using Vue. I integrated Monaco for code edition.

It'd be great to discuss where you think the data apps space is going. Keen to hear all types of feedback. Also more than happy to discuss the technical details if you're building something similar/related.

github repo
live demo app

Top comments (0)