Iโm curious about this too, The Databricks blog on general availability (GA) mentions "Bring-your-own-framework," but the documentation it links to only covers Python-based frameworks like Streamlit, Dash, and Gradio (docs)
From what Iโve found, based on the Python runtime, you might be able to host a FastAPI server, mount a built React project as static files, and deploy it as a Databricks App
- Building Databricks Apps with React and Mosaic AI Agents (blog)
- Databricks Apps Cookbook FastAPI (cookbook)
Has anyone tried this or found a better way to deploy a React frontend on Databricks Apps? Iโd love to hear about your approach or if itโs even feasible.
Thanks