apx

Scaffold React and FastAPI projects for Databricks Apps with dev servers and routing.

11|3|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill apx-paldom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apx
Source: https://github.com/Paldom/databricks-apps-fastapi-starter/tree/main/.gemini/skills/databricks-app-apx
Command: npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill apx-paldom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick reference and tooling to streamline building full-stack Databricks Apps with React + FastAPI.

Core Features & Use Cases

  • Unified toolkit for creating routes, components, and dev servers in Databricks Apps.
  • Guided patterns for backend and frontend integration, enabling faster MVPs and robust production apps.
  • Use Case: When starting a new Databricks App, bootstrap the backend and frontend scaffolding and instantly see how APIs, UI, and deployment fit together.

Quick Start

Install and start the apx workflow with a single command to begin developing your app.

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

To scaffold a full-stack Databricks App, this toolkit generates React and FastAPI project structures with integrated dev servers, routing, and deployment configurations, enabling rapid onboarding and cohesive frontend-backend integration.

What is the best way to structure routes for FastAPI in Databricks Apps?

The best way to structure FastAPI routes in Databricks Apps is using the provided guided patterns, which enforce a modular project structure and require a mandated operation_id in backend routes for clear developer guidance.

Does this toolkit support local dev servers for Databricks Apps?

Yes, this toolkit supports local dev servers for Databricks Apps by integrating them directly into the scaffolded React and FastAPI project, allowing you to instantly see how APIs and UI fit together during development.

Can I use apx to streamline CI environment deployments for Databricks Apps?

Yes, you can use apx to streamline CI environment deployments for Databricks Apps, as it provides reliable tooling and guided patterns that ensure cohesive frontend-backend integration across both local and CI environments.

Why do I need a unified toolkit for React and FastAPI integration in Databricks?

You need a unified toolkit for React and FastAPI integration to eliminate manual configuration overhead, enabling faster MVPs and robust production apps with standardized routing and deployment workflows.