The AI transparency badge for your website.
Free & Open Source (MIT)<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.
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.
<head>ai-generated, ai-system, ai-operatorWordPress, Shopify, Shopware, React, Next.js, Vue, Nuxt, Svelte, plain HTML — any website. Integration guide.
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
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.
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.