apx

Build full-stack Databricks Apps with React and FastAPI using apx conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick reference for building full-stack Databricks Apps with apx (React + FastAPI). Use when working on apx projects, creating routes, adding components, or managing dev servers.

Core Features & Use Cases

  • Provides a compact reference of apx project structure, prerequisites, and workflow patterns for rapid development.
  • Guides on creating or modifying FastAPI routes, Pydantic models, and React pages, plus managing dev servers and logs.
  • Real-world use: spin up a Databricks App with a React frontend and FastAPI backend following apx conventions.

Quick Start

Start from an apx-enabled project and follow documented patterns to add routes, components, and dev-server setup.

Frequently Asked Questions about 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 React and FastAPI?

Build full-stack Databricks Apps by using the apx toolkit to scaffold React frontend and FastAPI backend components. It provides a concise usage reference that enforces project structure patterns for rapid development.

What is the project structure for an apx Databricks App?

The apx project structure organizes React frontend pages, FastAPI routes, and Pydantic models into a defined layout. This structure enforces conventions to ensure correct integration with the Databricks SDK and deployment tasks.

How do I add new routes and components to a Databricks App using apx?

Add routes and components by following documented apx workflow patterns to create or modify FastAPI routes and React pages. The toolkit guides these modifications while enforcing project structure conventions.

Can I use apx to manage dev servers and logs for Databricks Apps?

Yes, apx manages dev servers and logs for Databricks Apps. The toolkit includes workflow patterns for dev-server setup and log management alongside its project structure and component generation features.

Do I need an existing apx-enabled project to start building a Databricks App?

Yes, start from an existing apx-enabled project. The toolkit acts as a reference for applying documented patterns to add routes, components, and dev-server setup rather than bootstrapping a project from scratch.

Does apx integrate with the Databricks SDK for app deployment?

Yes, apx enforces patterns that ensure correct integration with the Databricks SDK, docs, and deployment tasks. This integration applies to the React frontend and FastAPI backend within the project structure.