Skip to content

Embeddable AI Visibility Score widget. Display your Trustable Score on any website via CDN.

Notifications You must be signed in to change notification settings

trustablelabs/trustable-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

trustable-widget

Embeddable AI Visibility Score widget. Display your Trustable Score on any website.

npm version License: MIT

Quick Start

Add this single line to your HTML:

<script src="https://unpkg.com/trustable-widget@1/widget.js" data-brand="YourBrand"></script>

Or via jsDelivr:

<script src="https://cdn.jsdelivr.net/npm/trustable-widget@1/widget.js" data-brand="YourBrand"></script>

That's it! The widget will automatically render on your page.

Options

Configure via data attributes:

<script 
  src="https://unpkg.com/trustable-widget@1/widget.js"
  data-brand="YourBrand"
  data-theme="dark"
  data-size="large"
  data-position="bottom-right">
</script>

Available Options

Attribute Values Default Description
data-brand string required Your brand name
data-theme light, dark light Color theme
data-size small, medium, large medium Widget size
data-position inline, bottom-right, bottom-left inline Position
data-show-details true, false false Show score breakdown

What is the Trustable Score?

The Trustable Score (0-100) measures your brand's visibility in AI-generated responses:

Score Rating What it means
80-100 Excellent AI recommends you frequently
60-79 Good Regular AI citations
40-59 Moderate Emerging AI presence
20-39 Low Rarely mentioned by AI
0-19 Minimal Invisible to AI

Why Display Your Score?

  • Build trust — Show visitors you're AI-verified
  • Stand out — Most brands score below 30
  • Drive interest — Prospects want to know you're AI-visible

Programmatic Usage

import { TrustableWidget } from 'trustable-widget';

const widget = new TrustableWidget({
  brand: 'YourBrand',
  theme: 'dark',
  container: document.getElementById('widget-container')
});

widget.render();

Resources

Related Packages

About Trustable

Trustable is the AI Trust & Visibility Platform. We help brands measure and improve their presence in AI-generated responses using the Trustable Score™.

License

MIT © Trustable Labs

About

Embeddable AI Visibility Score widget. Display your Trustable Score on any website via CDN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published