add web client-only solution description to uncloseai button section

This commit is contained in:
Russell Ballestrini 2025-10-12 14:22:39 -04:00
parent 1c5b9ef035
commit 8fb4cfb807

View file

@ -121,6 +121,8 @@
<p>This page includes the <a href="https://uncloseai.com/uncloseai.js" target="_blank">uncloseai.js</a> script which adds a floating "uncloseai." button in the bottom right corner. Click it to interact with Hermes AI directly from your browser.</p>
<p>This is a web client-only solution - no server required. Add AI capabilities to any static site or CDN with just a couple lines of JavaScript and HTML.</p>
<h3 id="installation">✨ One-Line Installation</h3>
<p>Add this script tag to your HTML to get the same floating AI button on your site:</p>
<pre><code class="html">&lt;script src="https://uncloseai.com/uncloseai.js" type="module"&gt;&lt;/script&gt;</code></pre>