Skip to content

Official Badges

Showcase your commitment to responsible, sustainable AI usage. Embed these badges on your website footer, policy page, or specialized AI transparency report.

Badge Sizes

Small

✓ Responsible AI

Medium (Recommended)

✓ Responsible AI Certified

Large

✓ Responsible AI Certified

Badge Variants

Default (Light/Green)

✓ Responsible AI Certified

Dark Mode

✓ Responsible AI Certified

Preview & Code Generator

Responsible AI Certified

Verified: 2026-02-01

<a href="/audit/RAI-DEMO-2026">
  <div style="display:inline-block;padding:8px 16px;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;">
    <span style="color:#166534;font-weight:600;">✓ Responsible AI Certified</span>
  </div>
</a>

Integration Guide

Where to place your badge

We recommend placing the badge in your website's footer or on your dedicated AI Policy page. This ensures visitors can easily verify your responsible usage status.

React / Next.js Integration

If you are using React or Next.js, you can import our component directly:

import { ResponsibleBadge } from '@/components/ResponsibleBadge';

<ResponsibleBadge
  auditId="RAI-DEMO-2026" 
  verifiedAt="2026-02-01" 
/>

HTML Integration

For static HTML sites, simply paste the embed code from above into your HTML file.