Databricks Apps Deployment with React codebase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 05:00 AM
Hi,
Need help to understand how we can deploy frontend(React) codebase via Databricks Apps as I am tried all templates and Custom App creation. It seems only Python based codebase can be deployed.
Let me know if anyone can help me with approach or fesibilty for the same.
Thanks,
Amit Vishwakarma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 05:26 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 02:18 PM
A React frontend can be used with a Python backend. If you're referring to node.js support, this is coming soon, stay tuned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 12:24 PM
A colleague of mine is trying the same. React and mesop to have better control on the frontend while accessing the dashboard. WIP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 01:31 PM
Here is some new documentation for using node.js with Databricks apps.