{% extends "base.html.jinja" %} {% block content %}

Component Registry

Discover and share reusable forest components. Deployment patterns, service templates, and infrastructure modules - all in one place.

The component registry is coming soon.

Components will be browsable here once the registry is live. In the meantime, you can publish components via the forest CLI.

# Publish a component
forest components publish ./my-component

# Use a component
forest components add forage/service@1.0
{% endblock %}