apx
Build, test, and deploy full-stack Databricks apps
All Skills in This Repository (4)
Pure Emerald Level Indicatorscommitter
Generate conventional git commit messages with emoji prefixes.
rust
Enforce Rust coding standards and safety rules for secure code.
asyncio
Diagnose and resolve asyncio event loop and task scheduling issues.
apx
Automate Databricks Apps development with React and FastAPI.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core