stack.pulse
live·watching framework releases·flagging upgrade risk

/* Track releases.
Catch breaks.
*/

Track GitHub releases for the libraries you ship with. StackPulse turns noisy changelogs into scannable AI digests with breaking changes, deprecations, migration notes, and source links.

source-linked breaking changes upgrade notes
~/stack.config.tstsx
1
2
3
4
5
6
7
8
9
10
// the tools you actually ship with
export const stack = [
import "react"@^19.2.0,
import "next"@^16.2.6,
import "tailwindcss"@^4.0.0,
import "drizzle-orm"@^0.45.2,
import "better-auth"@^1.6.10,
import "motion"@^12.38.0,
]
upgrade digest3 new
NEW
react@v19.2.0
stable API notes extracted
BREAKING
next@v16.2.6
migration impact highlighted
UPGRADE
tailwind@v4.0.0
config changes summarized
$ stackpulse --stats979 releases distilled112 with breaking changes90 stacks in registry

§ release_intelligence

source-backed

Release notes are easy to miss. Breaking changes are not.

StackPulse is built for developers who need to know when a framework release, dependency update, or package changelog contains work that can affect production code.

breaking changes

Find the release notes that can break production.

StackPulse highlights risky changes from upstream changelogs so you can scan the impact before bumping a framework, package, or tool.

deprecations

Catch deprecated APIs before they disappear.

Follow the libraries in your stack and surface removals, renamed options, and migration warnings in the same place as normal releases.

upgrade notes

Turn long changelogs into practical next steps.

Each digest keeps the important context close: what changed, why it matters, and where to read the original release before changing code.

§ how_it_works

3 steps

How StackPulse tracks GitHub releases and turns them into AI-summarised digests.

01step
$ stack add <tool>

pick your stack

Paste your package.json and follow your whole stack in one click, choose from 90+ registry stacks, or add any GitHub repo URL.

02step
$ pulse --watch

we watch the releases

Every new GitHub release for your stack is fetched twice a day, parsed, and run through an AI summariser tuned for changelogs and migration notes.

03step
$ feed --read

review upgrade risk

Read one feed with breaking changes, deprecations, new APIs, and source links called out before you update production dependencies.

§ tracked_stacks

+ custom repos

Frameworks and libraries StackPulse tracks out of the box, plus support for any custom GitHub repository.

~/registry.json90+ stacks in registry
missing one? add any github repo from onboardingadd custom →
ready?

stop missing upgrade work.

Free, open-source, no paywall. Sign in with GitHub and start tracking framework releases, breaking changes, and deprecation notes in under a minute.

$./browse-public-feed$./track-my-stack

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

§ faq

searchable answers

What is StackPulse?

StackPulse is a free, open-source GitHub release tracker for developers. It watches the frameworks, libraries, and tools you choose, then turns release notes into AI-distilled digests.

Can StackPulse track breaking changes and deprecations?

Yes. StackPulse summarizes upstream release notes and calls out breaking changes, deprecations, migration notes, new APIs, and source links when those signals are present.

Which repositories can I follow?

The registry covers 90+ stacks — React, Next.js, Tailwind, Drizzle, Astro, Bun, Svelte, Vue, and more — and you can add any public GitHub repository on top.

Can my AI coding assistant use StackPulse?

Yes. StackPulse ships an MCP server, so Claude Code, Claude Desktop, Cursor, and other MCP clients can list stacks, read AI-distilled releases, search changelogs, and build upgrade plans directly from your editor.