# Widget for docs

It is [fully open-source](https://github.com/Chain-Love/widget) and available to everyone. The deployment instruction is available in the repository and is not going to be repeated in this documentation to ensure consistency. In short - there are two options on how to deploy:

{% tabs %}
{% tab title="Quickstart" %}

#### For those looking for a fast deployment:

Embed the URL of Chain.Love's hosted instance ⇒ [https://widget.docs.chain.love/?network=](https://widget.docs.chain.love/?network=filecoin)\<NETWORK>, replacing \<NETWORK> with any of the folders names available in [Chain.Love's repository](https://github.com/Chain-Love/chain-love/tree/main/networks).

{% hint style="info" %}
If you are looking to deploy it to GitBook - use the [official integration](https://app.gitbook.com/o/emI0zOgCq9zPJEaYhplq/integrations/chainlove-widget). Add the network's URL as explained above.
{% endhint %}
{% endtab %}

{% tab title="Self-hosted" %}

#### For those looking for maximizing security

{% hint style="warning" %}
Qickstart's option's main flaw is that it relies on a website deployed by Chain.Love to operate, so any change provided by Chain.Love team will be immediately reflected in the embedded widget. For those looking for maximized security, the self-hosted option was introduced.
{% endhint %}

This approach would require at least basic Node.JS knowledge and executing commands in the terminal, but in general is not complicated and would provide a dedicated installation that is completely independing from Chain.Love, while still maintaining the link that would allow manual fetching for the updates if necessary.
{% endtab %}
{% endtabs %}

Widget supports additional configuration, like limiting the categories that can be viewed or enforcing the light or dark theme, which requires slight modification of the [Widget's URL](https://github.com/Chain-Love/widget?tab=readme-ov-file#url-parameters). Take a look at the next page to see the examples of the widget:

{% content-ref url="widget-for-docs/example-of-our-widget" %}
[example-of-our-widget](https://chain-love.gitbook.io/chain.loves-toolbox/features/widget-for-docs/example-of-our-widget)
{% endcontent-ref %}
