From 8fb4cfb807725051ecb94a01e903ca9267fcb7c0 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 12 Oct 2025 14:22:39 -0400 Subject: [PATCH] add web client-only solution description to uncloseai button section --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index a91218e..cfdf429 100644 --- a/index.html +++ b/index.html @@ -121,6 +121,8 @@

This page includes the uncloseai.js script which adds a floating "uncloseai." button in the bottom right corner. Click it to interact with Hermes AI directly from your browser.

+

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.

+

✨ One-Line Installation

Add this script tag to your HTML to get the same floating AI button on your site:

<script src="https://uncloseai.com/uncloseai.js" type="module"></script>