apx

Create full-stack Databricks apps with React and FastAPI.

3|1|Updated May 12, 2025
One-click install
npx skills add https://github.com/Aradhya0510/databricks-cv-accelerator --skill apx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apx
Source: https://github.com/Aradhya0510/databricks-cv-accelerator/tree/main/.github/skills/databricks-app-apx
Command: npx skills add https://github.com/Aradhya0510/databricks-cv-accelerator --skill apx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the development of full-stack applications on Databricks by providing a unified framework for both frontend (React) and backend (FastAPI) development.

Core Features & Use Cases

  • Full-Stack Development: Seamlessly build and manage both the user interface and the API layer for your Databricks applications.
  • Rapid Prototyping: Quickly scaffold new Databricks Apps, add UI components, and define API routes.
  • Use Case: Develop a custom data visualization dashboard within Databricks, where the frontend displays interactive charts and the backend serves data fetched from Databricks SQL endpoints.

Quick Start

Run apx dev start to launch the development servers for your Databricks App.

Frequently Asked Questions about apx

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

FAQPage Schema
How do I build full-stack Databricks applications with React and FastAPI?

You can build full-stack Databricks applications using React for the frontend and FastAPI for the backend through a unified CLI that streamlines component management, routing, data fetching, and deployment within the Databricks environment.

What is the best way to scaffold a Databricks App for rapid prototyping?

The best way to scaffold Databricks Apps for rapid prototyping is using the `apx dev start` command, which quickly launches development servers and supports fast iteration on both client and server codebases.

Can I use this to create a custom data visualization dashboard in Databricks?

Yes, you can create a custom data visualization dashboard in Databricks where the React frontend displays interactive charts and the FastAPI backend serves data fetched directly from Databricks SQL endpoints.

Does this framework handle both frontend UI and backend API routing for Databricks?

Yes, the framework handles both frontend UI and backend API routing by providing integrated tooling for component management and API route definition, allowing seamless development of both layers in Databricks.

Do I need separate tools to manage the frontend and backend in my Databricks environment?

No, you do not need separate tools because this framework provides a single unified CLI and integrated tooling to manage both the React frontend and FastAPI backend within the Databricks environment.