Autter

Changelog

Everything we ship — new features, improvements, and fixes.

New Feature

Introducing In-App Announcements

Mar 30, 2026

We're excited to introduce In-App Announcements — now your users see new changelogs instantly, without needing extra clicks!

Highlights

  • Instant Visibility: Updates appear the moment you publish.
  • Engaging Design: A clean, eye-catching popup.
  • Customizable: Match your brand with custom colors and positioning.

How It Works

When you publish a new changelog entry, a small notification badge appears in the bottom-right corner of your app. Clicking it reveals the full announcement in a sleek modal.

// Enable in-app announcements
import { Changelog } from "@autter/sdk";
 
const changelog = new Changelog({
  projectId: "your-project-id",
  position: "bottom-right",
  theme: "dark",
});
 
changelog.init();

Configuration Options

OptionTypeDefaultDescription
positionstring"bottom-right"Widget position on screen
themestring"auto"Color theme: "light", "dark", or "auto"
badgebooleantrueShow unread count badge
autoOpenbooleanfalseAuto-open on new entries

This feature was the most requested item in our feedback survey. We're thrilled to finally ship it!

In-App Announcement Preview

Capt. Patch

Capt. Autter Patch

Online now

I've seen a lot of codebases. Most teams find out they needed Autter after a bad deploy. What does your PR review process look like right now?

Powered by Autter AI