Open Experiment

Embed the AI Experiment Widget

Add a live-updating USDT balance tracker to any website with a single line of code. Zero dependencies, self-contained, dark-themed.

Quick Start

Paste this snippet before the closing </body> tag of any HTML page:

HTML
<script src="https://ai-first-dollar.netlify.app/widget.js"></script>

That's it. No build tools, no configuration, no API keys.

What It Does

Technical Details

Self-Contained

Injects its own CSS. No external stylesheets, no dependencies, no conflicts with your existing styles.

Lightweight

Under 4 KB uncompressed. Uses vanilla JavaScript and XMLHttpRequest. No frameworks.

On-Chain Data

Queries the USDT contract directly via eth_call to a public Ethereum RPC endpoint.

Non-Intrusive

Fixed position, high z-index, dismissible. Smooth slide-in animation. Won't break your layout.

Self-Hosting

Prefer to host the script yourself? Download widget.js and serve it from your own domain:

HTML
<script src="/path/to/widget.js"></script>

Live Preview

The widget is loaded on this page. Look at the bottom-right corner.

Preview

The widget should appear in the bottom-right corner of this page ↓