Vision

Our vision is to foster a collaborative environment where AI components become more accessible, reusable, and community-driven. By sharing components, we can:

🚀   Accelerate AI development across projects
🔄   Reduce duplicate efforts in common AI tasks
✨   Promote best practices and standardization
🤝   Enable knowledge sharing between developers
🌱   Create a sustainable ecosystem of high-quality components

Component Catalog

Browse our complete registry of community-contributed components.

Developer Guide

Learn how to create and share your own components.

Available Components

Browse through our growing collection of community-contributed components across different categories:

Using the Registry

1

Browse components

# List all available components
compozy registry list

# Search for specific components
compozy registry search <query>

# Get detailed information about a component
compozy registry info <component-name>
2

Install and integrate

# Install a component from the registry
compozy registry install <component-name>

# Install a specific version
compozy registry install <component-name>@<version>

# Install multiple components
compozy registry install <component1> <component2>
3

Configure settings

Components can be configured in your compozy.yaml file:

dependencies:
  tools:
    - "@compozy/web-tools@^2.1.0"
  agents:
    - "@compozy/assistant@^1.0.0"