🔔 Bellotify Docs

Everything you need to set up and use Bellotify — from installation to customization.

⚡ 2-minute setup Works with any website ✓ No coding required

1What is Bellotify?

Bellotify adds a smart notification bell to your website so your users never miss important reminders, messages, or updates. The bell appears naturally inside your platform, while AI helps you write better updates in seconds.

You can also track who viewed each notification and collect instant feedback through 👍 👎 reactions or text responses.

💡

Bellotify works with any website or web app — no framework lock-in. One script tag is all it takes.

2Getting Started

1
Create your account

Go to bellotify.com and click Get Started. Enter your email and create a password.

2
Verify your email

Check your inbox for a confirmation email and click the verification link.

3
Open your dashboard

Log in. You'll land on the Bellotify dashboard where you can manage entries, settings, and more.

3Writing a New Entry

Entries are the updates, changelogs, or announcements that appear in the notification bell panel.

1
Click "New Changes Entry"

Find this button at the top left of your dashboard.

2
Fill in the details

Choose a title and a category, then write your entry content.

3
Use AI to speed things up

Click the AI button to generate a draft automatically — then edit it to match your tone.

4
Preview before publishing

A live preview on the left side shows exactly how your entry will look to your users.

5
Set the publish time, then save

Choose when to publish, then save as a Draft or click Publish to go live immediately.

Pro users can schedule entries in advance. Set a future date and Bellotify will publish automatically.

4Installation

Go to Settings → Widget in your dashboard to get your unique script tag.

🌐

Plain HTML

Paste the script tag before the closing </body> tag on every page.

🅦

WordPress

Use the "Insert Headers and Footers" plugin to add the script site-wide.

⚛️

React / Next.js

Add the script to your _document.js or a layout component.

🟩

Vue / Nuxt

Add via useHead() or the script head option in nuxt.config.js.

On HTML (any static website)

  1. Copy the script tag shown in your dashboard.
  2. Paste it just before the closing </body> tag on every page where you want the bell to appear.
  3. Save your files and reload your site — the bell will appear.
<!-- Add this before </body> --> <script src="https://bellotify.com/widget.js?t=YOUR_SITE_ID" defer></script>

On WordPress

  1. Install the plugin "Insert Headers and Footers" (or WPCode).
  2. Go to Settings → Insert Headers and Footers.
  3. Paste the Bellotify script into the Header section.
  4. Click Save — the bell will appear on every page of your WordPress site.
ℹ️

Replace YOUR_SITE_ID with the unique ID shown in your Settings → Widget page.

5Adjust the Appearance of the Bell

Go to Settings → Widget in your dashboard.

Below the installation code snippet, you'll find settings to change the look of the bell, the notification panel, and its behavior. A live preview on the right side updates in real time.

Position

Choose where the bell appears — bottom-right, bottom-left, or a custom position.

Colors

Set the bell icon color, badge color, and notification panel background to match your brand.

Icon

Use the default bell icon or upload your own custom icon image.

Panel style

Adjust border radius, shadow depth, and font size of the notification panel.

Branding

Pro plan: remove the "Powered by Bellotify" footer from the widget panel.

6Allowed Widget Domains

Go to Settings → Public Page.

Here you control which websites are allowed to display the notification bell. The domain you registered with is automatically allowed.

1
Add a new domain

Enter the full URL (e.g. https://yoursite.com) in the input field and click Add.

2
Manage your list

The new domain will appear in the list. You can edit or delete any entry at any time.

⚠️

If the allowed domains list is empty, embedding the widget on any external site will be blocked.

7Adjust Timezone

Go to Settings → Account.

Under Timezone, select the timezone Bellotify uses when displaying and recording publish timestamps for your entries. This ensures scheduled posts go live at the correct local time.

If your users span multiple regions, set the timezone to match your company's primary location.