databricks-app-apx

Create full-stack Databricks applications with FastAPI and React.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Rapid Full-Stack Development: Quickly scaffold and build applications using the APX framework (FastAPI + React).
  • Databricks Integration: Applications are pre-wired for Databricks AI Gateway and Unity Catalog.
  • Backend & Frontend Patterns: Provides structured templates and best practices for API routes, Pydantic models, UI components, and page creation.
  • Use Case: Develop a real-time data monitoring dashboard for your Databricks data, complete with a FastAPI backend for data retrieval and a React frontend for visualization, all within minutes.

Quick Start

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

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

You can build a full-stack Databricks application using the APX framework, which combines FastAPI for the backend and React for the frontend. It provides structured templates for Pydantic models, API routes, and UI components to streamline development.

What is the best way to scaffold a Databricks app with a FastAPI backend?

The best way to scaffold a Databricks app with a FastAPI backend is using the APX framework. It guides you through initializing the project, defining Pydantic models, and creating API routes pre-wired for Databricks AI Gateway and Unity Catalog.

Can I use React for the frontend when developing Databricks applications?

Yes, you can use React for the frontend when developing Databricks applications. The APX framework specifically combines a React frontend with a FastAPI backend, providing pre-defined patterns for building UI components and pages.

Does the APX framework support integration with Unity Catalog and Databricks AI Gateway?

Yes, the APX framework supports integration with Unity Catalog and the Databricks AI Gateway. Applications built with this Skill are pre-wired for these services, ensuring seamless connectivity within the Databricks environment.

How do I structure API routes and Pydantic models for a Databricks full-stack app?

To structure API routes and Pydantic models for a Databricks full-stack app, the APX framework provides robust patterns and structured templates. It guides you through defining backend schemas and routes to ensure rapid, standardized development.

Are there pre-defined development checks for deploying Databricks apps built with FastAPI?

Yes, there are pre-defined development checks for deploying Databricks apps built with FastAPI. The APX framework includes essential development checks and MCP tool integrations for server startup, code checking, and deployment guidance.