databricks-app-apx

Automate full-stack Databricks application creation with the APX framework.

4|4|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/RamVegiraju/databricks-samples --skill databricks-app-apx-ramvegiraju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-app-apx
Source: https://github.com/RamVegiraju/databricks-samples/tree/main/.claude/skills/databricks-app-apx
Command: npx skills add https://github.com/RamVegiraju/databricks-samples --skill databricks-app-apx-ramvegiraju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and deploy full-stack Databricks applications quickly using the APX framework, streamlining backend (FastAPI) and frontend (React) development with structured patterns and reusable components.

Core Features & Use Cases

  • End-to-end scaffolding for APX-based Databricks apps, including backend services, frontend pages, mock data, and API integration with OpenAPI clients.
  • Phase-driven workflow guidance (Initialize, Backend, Frontend, Testing, Deployment) to accelerate prototyping and production readiness.
  • Real-world use cases: rapidly bootstrapping a Databricks app for internal tooling, dashboards, and API-driven interfaces with consistent project structure.

Quick Start

Initialize an APX-based Databricks project and follow the Phase 1 through Phase 5 workflow to scaffold backend, frontend, tests, and deployment.

Frequently Asked Questions about databricks-app-apx

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

FAQPage Schema
How do I scaffold a full stack Databricks app with React and FastAPI?

You can scaffold a full stack Databricks app using APX to generate backend FastAPI services and React frontend pages. APX automates this process by providing reusable templates and phase-driven workflow guidance for rapid prototyping.

What is the best way to structure a Databricks application for internal tooling?

The best way to structure a Databricks application is using the APX framework's phase-driven workflow. It enforces consistent API route patterns, Suspense-based frontend practices, and OpenAPI-driven client generation to ensure production-grade project structure.

How does OpenAPI client generation work with React frontends in Databricks?

OpenAPI client generation in APX works by integrating backend FastAPI routes with React frontend pages. This enforces consistent API route patterns and Suspense-based frontend practices to maintain production-grade quality and reproducibility.

Can I use APX to bootstrap a Databricks dashboard with mock data?

Yes, you can use APX to bootstrap a Databricks dashboard with mock data. APX provides end-to-end scaffolding for API-driven interfaces, including backend services, frontend pages, and mock data generation for rapid prototyping.

What phases are involved in deploying a full stack Databricks application?

Deploying a full stack Databricks application involves a five-phase workflow: Initialize, Backend, Frontend, Testing, and Deployment. This phase-driven approach accelerates both prototyping and production readiness.

Do I need prior knowledge of Suspense patterns to build Databricks apps with APX?

You do not need prior knowledge of Suspense patterns because APX enforces Suspense-based frontend practices automatically. The framework guides you through structured phases to ensure consistent React frontend development.