Limited registrations open — claim your spot
minimoth

Branding

Why this matters: MiniMoth delivers OTPs primarily via WhatsApp, with SMS as fallback. On WhatsApp, messages arrive from MiniMoth's registered business account. On SMS, they arrive from MiniMoth's TRAI DLT-registered sender ID. Either way, your users see MiniMoth's name — not yours. Displaying the Powered by MiniMoth badge near your phone number or OTP input lets users recognise the sender before the message arrives, building trust instead of leaving them wondering who "MiniMoth" is.

Badge variants

Four variants are available — light and dark backgrounds, with and without the moth mark. All badges link to minimoth.dev and are hosted on our CDN.

Powered by MiniMoth — light with logo

Light — with logo

Powered by MiniMoth — dark with logo

Dark — with logo

Powered by MiniMoth — light text only

Light — text only

Powered by MiniMoth — dark text only

Dark — text only

Where to place it

  • · Near the phone number input — before the user submits, so they know what sender to expect
  • · On the OTP entry screen — next to the "enter the code you received" prompt
  • · Minimum display width: 120 px

Placement examples

Show the badge where users are about to receive a message — before they look at their phone.

Phone number screen

Enter your phone number

+91 98765 43210
Send OTP
Powered by MiniMoth

OTP entry screen

Enter the code

Sent to +91 98765 43210 via WhatsApp

1
2
3
4
5
6
Powered by MiniMoth

Usage

Badges are hosted on our CDN — no self-hosting needed. Copy the snippet for your background and drop it in.

Light background

<a href="https://minimoth.dev?utm_source=powered_by" target="_blank" rel="noopener">
  <img
    src="https://minimoth.dev/powered-by/powered-by-light-logo.svg"
    alt="Powered by MiniMoth"
    height="28"
  />
</a>

Dark background

<a href="https://minimoth.dev?utm_source=powered_by" target="_blank" rel="noopener">
  <img
    src="https://minimoth.dev/powered-by/powered-by-dark-logo.svg"
    alt="Powered by MiniMoth"
    height="28"
  />
</a>

Usage terms

  • · Displaying this badge confirms that your product uses MiniMoth to deliver OTPs. It does not imply a partnership, endorsement, or any formal relationship beyond platform use.
  • · Do not alter the badge design, colors, or linked URL.
  • · MiniMoth reserves the right to revoke permission to use these assets at any time.

See Terms of Service for the full brand asset policy.

Download — optional

The CDN snippets above are the easiest path. Download only if you need to self-host the files.

Light — with logo
Dark — with logo
Light — text only
Dark — text only

Try the full OTP flow interactively in the sandbox — no SMS sent, no credits consumed. The same Playground also has a live test to send a real OTP to your phone (uses your credits).

Test in Playground →