Zero-build. Caspian Ready.

Maddex scans your project, bootstraps your CSS, and manages your Python UI components.

Bash
# 1. Install CLI {state.mode === 'global' ? 'globally' : 'locally'}
npm {state.mode === 'global' ? 'i -g maddex' : 'i -D maddex'}
# 2. Add components (handles config & dependencies)
{state.mode === 'global' ? 'maddex' : 'npx maddex'} add Button Card
ℹ maddex.json created
ℹ ppicons installed
✔ Button installed to src/lib/maddex
✔ Card installed to src/lib/maddex
# 3. Keep components fresh
{state.mode === 'global' ? 'maddex' : 'npx maddex'} update

Scans src/lib/maddex and refreshes installed components.