From 1c5b9ef0358ca21f58c873dce64155dd35b6e1b6 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 12 Oct 2025 14:20:56 -0400 Subject: [PATCH] simplify uncloseai.js section - focus on button, remove detailed internals --- index.html | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index c0c3c66..a91218e 100644 --- a/index.html +++ b/index.html @@ -58,13 +58,7 @@ - -

🎮 Looking for examples?
Visit our demo page →

+ + @@ -123,35 +117,13 @@

We intend to be a drop in replacement, you can use the existing open source OpenAI client to communicate with us.

-

Web Client-Only Solution: Interact with AI Services Directly from Static Sites or CDNs

+

Try the uncloseai. Button

-

Because we don't require a valid API key, we don't have any real need for a server.

+

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.

-

Add this LLM to any static site or CDN.

- -

This web client-only solution uses uncloseai.js to make the browser act as a client, directly interacting with the API without needing an intermediary server. By eliminating the need for a valid API key, the API handles requests on behalf of the browser client, making it efficient and accessible thin client, especially those on battery power like phones & laptops.

- -

🚀 Quick Start: Install uncloseai.js on any website

- -

Add AI capabilities to any website with just one line of code. The floating "uncloseai." button appears automatically, providing access to Hermes AI, text-to-speech, translation, and more.

-

✨ One-Line Installation

-

Add this script tag to your HTML - that's it! The floating AI button appears automatically:

+

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>
- -

🎯 What You Get

- - -

🎮 Live Demo & Complete Documentation: See uncloseai.js in action with 12+ integration examples →

- -

The demo page includes configuration options, embedded widgets, custom implementations, direct API usage, and more advanced features.

Installing the OpenAI Client

Python Client Installation