Thanks! we found script-like frameworks like Streamlit are nice for small apps, but hard to reason about for larger apps. We went with a declarative approach more similar to React.
FastAPI has been working well for us, but we're not strongly coupled to it - in the future it would be easy to swap it out if needed.
FastAPI has been working well for us, but we're not strongly coupled to it - in the future it would be easy to swap it out if needed.