Attribution Badges

Official badges for Open-Launch License attribution requirements

License Attribution - MANDATORY

⚠️ MANDATORY REQUIREMENT

If you use Open-Launch, you MUST display a visual badge on ALL pages of your website (preferably in the footer). Text-only attribution is NOT sufficient.

Official Badges

Light Theme Badge

Powered by Open-Launch - Light Theme

HTML Code:

<a href="https://open-launch.com" target="_blank" title="Powered by Open-Launch">
  <img 
    src="https://open-launch.com/images/badges/powered-by-light.svg" 
    alt="Powered by Open-Launch" 
    width="150" 
    height="44"
  />
</a>

Dark Theme Badge

Powered by Open-Launch - Dark Theme

HTML Code:

<a href="https://open-launch.com" target="_blank" title="Powered by Open-Launch">
  <img 
    src="https://open-launch.com/images/badges/powered-by-dark.svg" 
    alt="Powered by Open-Launch" 
    width="150" 
    height="44"
  />
</a>

MANDATORY Technical Requirements

  • Placement: Badge must be present on ALL pages of your website (recommended: footer)
  • Link: Must link to "https://open-launch.com"
  • Link type: Must be a dofollow link (do NOT add rel="nofollow" attribute)
  • Visibility: Badge must be clearly visible and easily accessible
  • Minimum dimensions: 150×44 pixels (do not reduce size)
  • Prohibitions: Badge must NOT be hidden, obstructed, or made transparent
  • Required format: Visual badge only - text alone is NOT accepted

💡 Implementation Recommendation

Place the badge in your global footer so it appears automatically on all pages without additional code modifications.