@neuralflow/ai-act

The AI transparency badge for your website.

Free & Open Source (MIT)
EU AI Act, Article 50 — enforcement starts August 2, 2026. AI-generated content must be labeled. Penalty: up to EUR 15 million or 3% of annual global turnover. There is no standard badge for this. Until now.
4.7 KB
Bundle size
0
Dependencies
0
Cookies
46
Tests passing

Get started in 30 seconds

<script src="https://cdn.jsdelivr.net/npm/@neuralflow/ai-act/dist/badge.min.js"
  data-operator="Your Company"
  data-ai-system="Claude"
  data-lang="en">
</script>

Paste before </body>. That's it. The badge appears in the corner. Click it for the full disclosure. Machine-readable metadata (JSON-LD + meta tags) is injected into your <head> automatically.

Install from npm View on GitHub

This page uses the badge. Look at the bottom-right corner. Click it.

Then run: npx @neuralflow/ai-act check https://neuralflow.mylurch.com — it passes 5/5.

What it does

Works with everything

WordPress, Shopify, Shopware, React, Next.js, Vue, Nuxt, Svelte, plain HTML — any website. Integration guide.

For developers

npm install @neuralflow/ai-act
import { createDisclosure, generateMetadata } from '@neuralflow/ai-act';

const disclosure = createDisclosure({
  operator: 'Your Company',
  aiSystem: 'Claude',
  lang: 'de',
});
// disclosure.html, disclosure.text, disclosure.jsonLd

CLI — check any website

npx @neuralflow/ai-act check https://example.com

  ✓ JSON-LD (schema.org)
  ✓ Meta: ai-generated
  ✓ Meta: ai-system
  ✓ Meta: ai-operator
  ✓ Visible disclosure text
  5/5 checks passed.

Why now?

When GDPR hit in 2018, the cookie consent market went from zero to $2.3 billion. OneTrust reached $500M ARR. Cookiebot serves 2.3M websites.

The EU AI Act follows the same pattern. Article 50 enforcement starts August 2, 2026. Every website using AI-generated content needs to comply. The difference: this time, the tool is free and open source.