AmoleoFamily

Layout Components

AI Transparency: Family Standard

Last updated: 6 September 2026

When Amoleo products use AI to generate or assist with content, users deserve to know. This standard defines how we mark and communicate that across the family.

Principle

We disclose AI involvement in content. When a user encounters something an AI created or substantially polished, they should see that clearly — not in alarm, but as transparent information they can act on.

Visual Identity

The Badge

The badge is a pill-shaped box with a sparkle/wand icon (CSS/SVG, not an image) plus a text label.

✨ AI Generated   |   ✨ AI Assisted

Colors

Colors are theme-aware, drawn from the Amoleo Light/Dark base theme:

Both should feel understated. The badge conveys information, not urgency.

In Amoleo Light:

In Amoleo Dark:

Exact values TBD when the first products ship. The principle: consistent across the family, subtle in both themes.

Implementation

The icon should be CSS or inline SVG, not an image file:

Placement & Visibility

Suggested Placements

(Not enforced — products adapt to their own UX.)

Permission-Aware Visibility

The badge is visible to all users by default. However:

This is not about hiding AI use from users — it's about giving trusted editors control over whether the badge appears after they've verified the content.

Use Cases

Pets

Context: Help articles (vet advice, pet care tips) may be AI-generated or AI-assisted.

Implementation:

Reviews

Context: Users can pay to have their reviews polished (AI-assisted) by rewriting them in their own words.

Implementation:

Worldbook

Context: Both public (curated) and private (personal) Worldbooks may have AI-generated character bios or AI-assisted descriptions.

Implementation:

The Edit Threshold

Moving a piece of content from AI-Generated to AI-Assisted depends on user edits. The exact threshold will be determined per-product:

Document the threshold in your product's own CLAUDE.md so reviewers know what to expect.

Implementation Checklist

When adopting this standard in your product:

  1. Decide: Will you show AI badges at all? In which components?
  2. Decide: What edit threshold flips a piece from AI-Generated to AI-Assisted?
  3. Create the pill-shaped badge in your product's own CSS/markup (use the CSS/SVG icon, not an image)
  4. Wire in the color tokens (use the Amoleo Light/Dark base tokens or define --ai-generated and --ai-assisted if you need more control)
  5. Add your disclaimer text (product-specific, e.g., "consult a vet" for Pets)
  6. Decide: Do editors/admins have the power to hide the flag? If so, add that toggle.
  7. Document placement and visibility in your product's own CLAUDE.md
  8. Test in both light and dark themes
  9. Document the edit threshold that flips states

Future Considerations

Generated from docs/family-ai-transparency.md. Edit there and re-run npm run build in docs-site-src/ — never hand-edit a page.