databricks-app-apx

Automate full-stack Databricks app development with APX framework patterns.

38|12|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill databricks-app-apx-databrickslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-app-apx
Source: https://github.com/databrickslabs/coding-agents-databricks-apps/tree/main/.claude/skills/databricks-app-apx
Command: npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill databricks-app-apx-databrickslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort and boilerplate work of building full-stack Databricks applications by providing a structured, guided workflow with pre-built code patterns for the APX framework, reducing development time from days to under an hour.

Core Features & Use Cases

  • Guided end-to-end workflow: Step-by-step instructions for initializing, building, testing, and deploying APX applications, with time estimates for each phase.
  • Pre-built code templates: Ready-to-use Pydantic models for FastAPI backends, React page templates with TanStack Router and shadcn components, and CRUD operation patterns.
  • Built-in guardrails: Type checking requirements, anti-pattern warnings, and common issue troubleshooting to ensure production-ready applications.
  • Use Case: A developer building an internal Databricks workspace data tracking tool can use this skill to scaffold the full backend API and frontend interface in minutes, then deploy directly to Databricks Apps.

Quick Start

Use the databricks-app-apx skill to build a full-stack task management Databricks application with a FastAPI backend and React frontend following APX framework best practices.

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 Databricks app with FastAPI and React?

You can build a full-stack Databricks app by using the APX framework guided workflow to scaffold Pydantic backend models and React frontend components, then deploy them directly to Databricks Apps. Pre-built patterns automate the boilerplate.

What is the APX framework for Databricks application development?

The APX framework provides a structured full-stack pattern for Databricks apps by pairing a FastAPI backend with a React frontend. It enforces type safety across Pydantic models and TypeScript, while including automated OpenAPI client generation.

Can I generate CRUD operations and React templates for Databricks Apps?

Yes, you can generate CRUD operations and React templates for Databricks Apps using pre-built APX code patterns. These templates integrate TanStack Router and shadcn components, streamlining the creation of data tracking interfaces.

Does the APX workflow enforce type safety between FastAPI and React?

Yes, the APX workflow enforces type safety between FastAPI and React by validating Pydantic models on the backend and TypeScript code on the frontend. It also includes automated OpenAPI client generation to maintain consistency.

What are the limitations or common issues when developing Databricks Apps?

Limitations and common issues when developing Databricks Apps include type checking failures and anti-pattern usage. The APX workflow addresses these by providing built-in guardrails, anti-pattern warnings, and troubleshooting guidance for production-ready applications.