databricks-app-apx

Develop full-stack Databricks applications with FastAPI backends and React frontends.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill databricks-app-apx-robkisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-app-apx
Source: https://github.com/robkisk/coding-agents-databricks-app/tree/main/.claude/skills/databricks-app-apx
Command: npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill databricks-app-apx-robkisk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of full-stack web applications specifically for the Databricks environment, using the APX framework.

Core Features & Use Cases

  • Rapid Full-Stack Development: Quickly scaffold and build both backend APIs (FastAPI) and frontend interfaces (React) within Databricks.
  • Integrated Workflow: Provides commands and patterns for model definition, API route creation, UI component integration, and testing.
  • Use Case: Develop a real-time data monitoring dashboard for your Databricks data, complete with a user-friendly interface and a robust backend API to serve the data.

Quick Start

Use the databricks-app-apx skill to initialize a new Databricks application project.

Frequently Asked Questions about databricks-app-apx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a full-stack web application in Databricks?

To build a full-stack Databricks web application, you can use the APX framework to integrate FastAPI for backend API routes and React for frontend UI components. This Skill provides the scaffolding, model definition patterns, and deployment guidance needed for end-to-end development.

What is the APX framework used for in Databricks app development?

The APX framework is used to streamline the end-to-end development of full-stack web applications specifically within the Databricks environment. It facilitates rapid project initialization, backend model generation with FastAPI, and frontend component creation with React.

Can I use FastAPI and React together to create a Databricks dashboard?

Yes, you can use FastAPI and React together to create a real-time data monitoring dashboard in Databricks. This Skill provides the integrated workflow to generate backend API routes to serve data and React frontend interfaces for user-friendly visualization.

How do I scaffold a new Databricks application project with APX?

To scaffold a new Databricks application project with APX, use the Skill's initialization commands to set up your full-stack environment. This process establishes the foundational project structure for both your FastAPI backend models and React frontend components.

Do I need prior experience with FastAPI and React to develop Databricks apps with APX?

While the APX framework streamlines project initialization and provides generation patterns for models, routes, and components, a foundational understanding of FastAPI and React is necessary to customize your full-stack Databricks application and implement specific UI and API logic.

What is the best way to generate backend API routes for a Databricks web app?

The best way to generate backend API routes for a Databricks web app is using the APX framework's integrated workflow. It provides specific commands for FastAPI backend model definition and route creation, ensuring your API correctly serves data to your React frontend.