Tool

BubbleAnnouncement

Product Hunt-style announcement bars for your Bubble app.

Overview

BubbleAnnouncement gives you a sleek top-of-page bar to push launches, sales, status updates, or anything else. Dismissible state is remembered per visitor.

Features

  • Custom message + CTA button
  • Optional emoji or icon prefix
  • Dismissible with per-visitor memory
  • Top or bottom placement
  • Brand-matched colors
  • Auto-resize so it never overlaps content

How to use

  1. 1

    Go to rsvpscale.in/tools/bubbleannouncement

    Open the live builder.

  2. 2

    Write your message and CTA

    Short headline + a link to where it counts.

  3. 3

    Pick colors and placement

    Match your brand, choose top or bottom.

  4. 4

    Click "Get Embed Code"

    Builder generates the iframe snippet.

  5. 5

    Copy the iframe snippet

    One click copy.

  6. 6

    Paste into Bubble HTML element

    Drop, paste, ship.

Embed code example

bubble-html-element.html
<iframe
  src="https://rsvpscale.in/embed/announcement?c=<your-config>"
  style="width: 100%; border: 0;"
  loading="lazy"
></iframe>
<script src="https://rsvpscale.in/embed.js" async></script>