databricks-solutionsdatabricks-solutionsOfficialยท4 Agent Skills Included

apx

Build, test, and deploy full-stack Databricks apps

Builds full-stack Databricks applications with React frontends and FastAPI backends from a single command. Manages dev servers, type checks, logs, OpenAPI client generation, and UI component installation without manual setup. Provides ready-made backend and frontend patterns so developers ship working Databricks apps faster with fewer errors.
npx skills add databricks-solutions/apx --all -g -y
Available:

Tells your AI agent that this is a Rust-based framework for Python and TypeScript apps and that all Python code must be run using the uv command.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install apx?โ–ผ

Run `npx skills add databricks-solutions/apx --all -g -y` in your terminal to install all skills in this suite globally.

What does apx do?โ–ผ

apx is a toolkit for building full-stack Databricks Apps with React frontends and FastAPI backends. It handles project setup, dev servers, type checking, and deployment.

How to start a new Databricks app with apx?โ–ผ

Run `apx init` to scaffold a new project, then `apx dev start` to launch the backend and frontend dev servers together.

Does apx work with AI coding assistants?โ–ผ

Yes. apx ships an MCP server with tools for listing routes, checking types, reading logs, and adding UI components, so agents can build and verify apps directly.

Can I add apx to an existing Python project?โ–ผ

Yes. Run `apx init --as-member` inside your existing project to add apx as a uv workspace member without restructuring your code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’