The LaunchIt Badges
Free SVG badges that show your product is launching, live, or featured on LaunchIt. Copy the embed code from your dashboard and paste it into your site.
Updated 2026-08-03 1 min read
LaunchIt badges are small SVG images you place on your website, usually in the footer. They tell visitors your product is on LaunchIt and, for Basic Launch listings, they double as the required backlink.
The three badges
- Launching Soon. For products with an upcoming launch date.
- Live Now. For products currently live on the homepage.
- Featured On. For products that launched in the past.
All three are served from launchit.fast as SVGs, so they stay sharp at any size and adapt to retina screens without extra work.
Embedding a badge
A badge is a linked image: an <img> wrapped in an <a> pointing at your tool page. The embed code looks like this:
<a href="https://launchit.fast/tools/your-product" target="_blank" rel="noopener noreferrer">
<img src="https://launchit.fast/img/live.svg"
alt="Live now on LaunchIt" width="200" height="54">
</a>
Swap live.svg for launching.svg or featured.svg depending on where you are in your launch. Keep the link free of rel="nofollow" if you want it to count as a dofollow backlink.
Where to find your embed code
- Your dashboard. The Badges section lets you pick a startup and copy the exact embed code for each badge, with your tool page URL already filled in.
- Right after submitting. The thank-you page shows the badges and embed code so you can add the backlink while your submission is in review.
Why display a badge
- It satisfies the Basic Launch requirement. Our verifier recognizes the badge image, so a properly embedded badge passes the backlink check.
- It builds trust. Visitors see your product has a public launch page with votes and reviews behind it.
- It links both ways. The badge links to your tool page, and your tool page links back to your site with a dofollow link.