Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.usefuturestack.com/llms.txt

Use this file to discover all available pages before exploring further.

, - title: “Widgets & Badges” description: “Promote your launch by embedding official FutureStack upvote badges on your website.” , -

Embeddable Widgets & Badges

If you’ve launched on FutureStack, the best way to gather upvotes and reviews is by letting your existing website visitors know about your launch. We provide official, dynamic embeddable badges that show your live upvote count or spotlight status directly on your landing page. , -

1. Available Badge Types

A. “Upvote us on FutureStack” Badge

A clean badge displaying the FutureStack logo. Perfect for launch days.
  • Format: SVG / Inline HTML.
  • Style: Dark and Light themes.

B. “Featured on FutureStack” Badge

Showcases that your tool is listed in our marketplace. Great for ongoing social proof.

C. “Stack of the Day” Badge

Exclusive badge reserved for tools selected as our daily featured pick. , -

2. Grabbing Your Embed Code

To generate your HTML embed code:
  1. Log in to your FutureStack account.
  2. Go to the Maker Console and click Get Badges next to your tool.
  3. Choose your badge style, background theme (Light/Dark), and copy the code.
Alternatively, you can manually construct your badge image URL using the template below:

HTML Embed Template

<a href="https://www.usefuturestack.com/tool/your-tool-slug" target="_blank">
  <img 
    src="https://api.usefuturestack.com/widgets/embed-badge.svg?slug=your-tool-slug&theme=dark" 
    alt="Upvote on FutureStack" 
    style="width: 250px; height: 54px;" 
    width="250" 
    height="54"
  />
</a>

Markdown Embed Template

[![Upvote on FutureStack](https://api.usefuturestack.com/widgets/embed-badge.svg?slug=your-tool-slug&theme=dark)](https://www.usefuturestack.com/tool/your-tool-slug)
Replace your-tool-slug with your tool’s actual URL slug, and customize theme to light or dark. , -

3. Best Practices for Placement

  • Above the Fold: Place the badge where visitors can immediately spot it (e.g. in the top-right corner or right below your primary hero CTA).
  • Launch Announcements: Share the badge code in your launch newsletters, Slack community, or social posts.
  • Keep it Organic: The badge is designed to send users to your listing page where they must log in to upvote. Avoid attempting to automate clicks or votes using custom scripts; doing so will trigger our safety filters.
Last modified on May 29, 2026