diff --git a/demo.html b/demo.html index 4c64c2d..bc7ead9 100644 --- a/demo.html +++ b/demo.html @@ -229,13 +229,6 @@
Add specific feature buttons without the full chat interface:
-Try the feature buttons below:
-Available features: Text-to-Speech and Read Page buttons
-Available features: chat, tts, translate, read, full
Try the feature buttons below:
+Available features: Text-to-Speech and Read Page buttons
+Two ways to add TTS functionality to your website:
+<div class="uncloseai" data-features="tts"></div>
+
+ <button onclick="openTTSModal()">🔊 Text to Speech</button>
+
+ Note: Both require the uncloseai.js script to be loaded first:
+<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
+ Best for: General-purpose text-to-speech tool
<div class="uncloseai" data-features="tts"></div>
-
- <button onclick="openTTSModal()">🔊 Text to Speech</button>
-
- Note: Both require the uncloseai.js script to be loaded first:
-<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
- Two ways to add translation functionality to your website:
-Embedded translation button for content:
- -Best for: Adding translation to specific content areas
-Standalone modal for translation tasks:
- -Best for: General-purpose translation tool
-Note: Both require the uncloseai.js script to be loaded first:
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
Embedded translation button for content:
+ +Best for: Adding translation to specific content areas
+Standalone modal for translation tasks:
+ +Best for: General-purpose translation tool
+The custom API examples below demonstrate direct API usage:
- +Build your own interface using uncloseai.js functions:
-Try these custom implementations built with the Direct API:
- -Your own chat interface:
- - - -Your own TTS interface:
- - - - -File upload interface (temporarily disabled):
- - - -Analyze page content with custom prompts:
- - - -Translate text with code preservation:
- - - - -Note: All functions require uncloseai.js to be loaded first:
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
Try these custom implementations built with the Direct API:
+ +Your own chat interface:
+ + + +Your own TTS interface:
+ + + + +File upload interface (temporarily disabled):
+ + + +Analyze page content with custom prompts:
+ + + +Translate text with code preservation:
+ + + + +