databricks-app-apx

Guide full-stack Databricks application development with APX, FastAPI, and React.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of full-stack applications within the Databricks environment, abstracting away complex setup and providing structured patterns for both backend and frontend development.

Core Features & Use Cases

  • APX Framework Guidance: Provides step-by-step instructions for initializing, developing, and deploying Databricks applications using the APX framework (FastAPI + React).
  • Structured Development Patterns: Offers reusable code templates and best practices for Pydantic models, FastAPI routes, and React components, ensuring type safety and maintainability.
  • Use Case: A user wants to build a new internal tool on Databricks to manage customer data. They can use this Skill to quickly set up the project, define their data models, create API endpoints, and build a user interface, significantly accelerating the development lifecycle.

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 application on Databricks using FastAPI and React?

To build a full-stack Databricks application, initialize a project using the APX framework, which combines FastAPI for backend modeling with Pydantic and React for frontend interfaces using TanStack Router and shadcn/ui.

What is the best way to structure Databricks applications for type safety?

The best way to structure Databricks applications for type safety is using the APX framework, which provides structured development patterns combining Pydantic backend models with React frontend components to ensure end-to-end type safety.

Can I use React and TanStack Router to develop internal tools on Databricks?

Yes, you can use React and TanStack Router to develop internal tools on Databricks by leveraging the APX framework, which provides reusable code templates and workflows specifically designed for building user interfaces within the Databricks environment.

How do I deploy a Databricks full-stack app using Asset Bundles?

You deploy a Databricks full-stack app using Databricks Asset Bundles (DABs) through the deployment guidance provided by the APX framework, which streamlines the packaging and release of your FastAPI and React application.

Do I need Pydantic models to build a Databricks app with the APX framework?

Yes, Pydantic models are required to build a Databricks app with the APX framework, as they provide the structured backend data modeling layer that ensures type safety and maintainability for your FastAPI routes.

Why are Databricks Asset Bundles used for deploying APX framework applications?

Databricks Asset Bundles are used for deploying APX framework applications because they provide a structured, native deployment mechanism that streamlines releasing your combined FastAPI and React codebase directly into the Databricks environment.