databricks-app-apx

Builds full-stack Databricks applications with FastAPI backend and React frontend.

1.8k|404|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill databricks-app-apx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-app-apx
Source: https://github.com/databricks-solutions/ai-dev-kit/tree/main/databricks-skills/databricks-app-apx
Command: npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill databricks-app-apx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to rapidly build end-to-end Databricks applications by combining a FastAPI-based backend with a React-based frontend using the APX framework, reducing setup time and enforcing consistent best practices.

Core Features & Use Cases

  • End-to-end app scaffolding: backend APIs, frontend routes, and navigation wiring for Databricks apps.
  • OpenAPI integration and deployment workflows to enable rapid prototyping, testing, and iteration.
  • Deployment-ready templates and patterns for common admin dashboards, data explorers, and model-serving UIs.
  • Use Case: Build a small admin console to manage data pipelines, monitor jobs, and visualize key metrics inside Databricks workspaces.

Quick Start

Follow the guided steps in the skill to initialize an APX project, start the development servers, and verify the UI and API endpoints in your browser.

Frequently Asked Questions about databricks-app-apx

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

FAQPage Schema
What is the best way to scaffold a Databricks admin dashboard?

APX enables building full-stack Databricks applications by combining a FastAPI backend with a React frontend. It covers project initialization, backend models, frontend routes, and deployment workflows.

Does APX support OpenAPI integration for Databricks applications?

APX provides deployment-ready templates and patterns for common admin dashboards, data explorers, and model-serving UIs. It scaffolds backend APIs, frontend routes, and navigation wiring for Databricks workspaces.

What tooling is required to build full-stack Databricks apps with APX?

APX requires MCP infrastructure including mcp-cli, shadcn, UV, and Bun, plus access to provided templates. These tools are necessary to implement backend and frontend components for Databricks apps.

How do I start an APX project for a full-stack Databricks application?

APX covers project initialization, backend models and routes, frontend pages, navigation, and deployment workflows within Databricks. Following the guided steps initializes the project, starts servers, and verifies endpoints.