Now on iOS · Widget ready

Turn reviews
into clear insights.

ReviewPulse pulls together every Steam review for the games you care about — highlights, concerns, gameplay feedback, performance issues — and surfaces them at a glance. Right from your Home Screen.

★★★★★  4.9 · 2,300+ reviews
·
iOS 17+ · Free · Pro $2.99
ReviewPulse widget on Home Screen.
Overall 97%
+1,831 new reviews
Recent 88%
Features

Everything you need to read the room.

Track the Steam games you love. ReviewPulse summarizes thousands of reviews into the patterns that actually matter — without the doom-scrolling.

Watchlist

Track every game's reviews at a glance.

Add any Steam game to your watchlist and follow ratings, recent reviews, and live player counts in one tidy dashboard.

  • Pin unlimited games to your watchlist
  • See overall and recent score side-by-side
  • 24-hour delta highlights momentum shifts
ReviewPulse watchlist screen.
Sentiment summary

Highlights, concerns, gameplay — auto-grouped.

Stop reading 24,000 reviews. ReviewPulse clusters mentions into Highlights, Concerns, Gameplay, Performance, and Recommendations — so you spot the signal in seconds.

  • Tagged mentions with frequency counts
  • Performance issues bubbled up separately
  • Spot underdeveloped systems before you buy
ReviewPulse summary view.
Global ratings

See ratings across every language.

Compare totals, positive and negative reviews, and score for each language at a glance. Catch regional sentiment gaps that aggregate scores hide.

  • Per-language score breakdown
  • Spot regional review-bombing instantly
  • 15+ languages tracked automatically
ReviewPulse global ratings table.
Home Screen Widgets

Reviews right from your Home Screen.

Drop one or many ReviewPulse widgets on your Home Screen. Check ratings, recent reviews, and live player activity without ever opening the app.

  • Small, medium, and large widget sizes
  • Multiple widgets, each tracks a different game
  • Refreshes quietly in the background
iOS Home Screen with ReviewPulse widgets.
How it works

Three taps from install to insight.

No account required. No tracking. Just paste a Steam link and you're in.

STEP 01

Find your game

Search Steam directly inside ReviewPulse, or paste any store URL. We fetch metadata in seconds.

STEP 02

Add to watchlist

Pin the games you care about. ReviewPulse keeps each one's review summary fresh in the background.

STEP 03

Drop a widget

Long-press your Home Screen, add a ReviewPulse widget, pick the game. Done — no notifications spam.

FAQ

Quick answers.

Have something else on your mind? Email us at reviewpulse@acegamers.top.

Where does the review data come from?
ReviewPulse fetches data directly from Steam's public review and store endpoints. We don't run our own scraper farm and we don't relay your queries through a third party.
Do I need a Steam account?
Nope. ReviewPulse only reads public store data. No login, no OAuth, no Steam Guard.
Is it free?
The core app — watchlist, summaries, ratings table — is free. ReviewPulse Pro ($2.99 one-time) unlocks unlimited games on your watchlist, multiple widgets, and large widget sizes.
How fresh is the data?
When you open a game, we refresh in real time. In the background, watchlist items refresh every 30–60 minutes; widgets follow iOS's normal widget budget.
Does it work for non-Steam games?
Right now, only Steam. App Store, Switch, and PSN support are on the roadmap — vote on what's next from the in-app feedback link.
Can I export my watchlist?
Yes — Settings → Export. You'll get a JSON file you can re-import on another device or keep for your records.
Privacy Policy

Your data stays yours. Full stop.

ReviewPulse was built to be useful without being nosy. This policy explains exactly what we collect, what we don't, and the choices you have.

Effective: April 29, 2026 Last updated: April 29, 2026 Version: 1.2 Applies to: ReviewPulse iOS & Widget

01Plain-English summary

The short version: ReviewPulse has no user accounts and no login. Your watchlist and review snapshots stay on your device. Our backend exists only to summarize public Steam reviews — it never receives your identity, your Steam credentials, or anything that could identify you. No ads, no analytics SDKs, no data sale.

If you read privacy policies carefully, the rest of this document explains exactly what each piece of the app does and why. The summary above is honest and complete.

02Who we are

ReviewPulse is an independent iOS app and Home Screen widget. The "we" in this policy refers to the app's developer, who is the data controller for any personal data the service may process. ReviewPulse is not affiliated with, endorsed by, or sponsored by Valve Corporation or Steam.

For privacy questions, write to reviewpulse@acegamers.top.

03What lives on your device

ReviewPulse is local-first. The following data is stored on your iPhone — inside the app sandbox and the shared App Group container group.com.yuchen.steamreviewmonitor that the main app and widget read from — and nowhere else:

Local · GameLibraryStore
Your watchlist

The Steam appIds you've added, plus per-game preferences (display order, the game pinned to your widget). Persisted in the App Group via UserDefaults.

Local · SnapshotStore
Review snapshots

Recent review counts, scores, and recent-review numbers from past fetches. Used to compute your 24-hour delta and keep widgets warm offline.

Local · SharedImageStore
Cached game artwork

Header images for the games on your watchlist, downloaded from Steam's CDN and cached so widgets render without a network round-trip.

Local · AppSessionManager
Anonymous session ID

A random UUID generated on first launch, used to scope your local cache and to throttle backend requests fairly. It is not tied to you, your Apple ID, or your device, and you can rotate it any time from Settings → Reset Session.

None of this data is uploaded to us. Uninstalling the app or tapping Settings → Reset App Data erases all of it.

04What our backend touches

To produce the grouped summaries you see in the app (Highlights / Concerns / Gameplay / Performance / Recommendations), ReviewPulse runs a small backend service. Here is exactly what crosses the wire when you open a game:

  • Steam appId — the public store ID of the game you tapped. This is not personal data.
  • Anonymous session ID — the rotatable UUID described above, used only for rate-limiting.
  • Locale hint — your iOS language code (e.g. en, zh-Hans) so we return summaries in your preferred language. Country is not sent.

The backend then fetches public reviews from Steam's own endpoints (store.steampowered.com/appreviews/{appId} and /api/appdetails), runs the grouping/summarization, caches the result for all users requesting that game, and returns it. Review text is never combined with anything that could identify you.

Server access logs (timestamp, requested appId, truncated IP for abuse prevention) are kept for up to 30 days and then deleted. We do not link these logs to your watchlist, your session ID, or any user profile, because we have none.

05What we never collect

To be unambiguous, ReviewPulse does not collect any of the following — not on the device, not on the backend:

  • Your name, email, phone, Apple ID, or any account identifier — there are no accounts to make.
  • Your IDFA, IDFV, or any persistent advertising / tracking identifier.
  • Your location, contacts, calendar, photos, microphone, or camera.
  • Your Steam credentials, library, friends list, or anything that requires a Steam login.
  • Behavioral telemetry — taps, screens viewed, time-in-app, or feature usage are not recorded.
  • Third-party analytics, attribution, or crash-reporting SDKs (no Firebase, no Sentry, no Mixpanel, no Facebook SDK). The shipped binary is auditable.

06Third-party services

ReviewPulse interacts with exactly the following third parties:

  • Valve Corporation (Steam) — both your device and our backend fetch public review and store data from store.steampowered.com. Valve receives the request IP and headers in the normal course of serving the response. Steam's own privacy policy applies.
  • Akamai (Steam CDN) — game header images load from cdn.akamai.steamstatic.com / shared.cloudflare.steamstatic.com. Cached locally on your device after first load.
  • Apple — App Store distribution, in-app-purchase processing for ReviewPulse Pro, and optional anonymized crash reporting (only if you have iOS Settings → Privacy & Security → Analytics & Improvements → Share With App Developers turned on).
  • Our hosting provider — the summarization backend runs on a major cloud provider (AWS or equivalent) under a standard data-processing agreement. They process traffic on our behalf and do not use it for their own purposes.
  • Language-model provider — review text is sent to a language-model API to produce the grouped summaries, under an API agreement that prohibits training on the data and requires deletion within 30 days. Your session ID and locale hint are not forwarded.

We do not embed advertising, attribution, or social-login SDKs of any kind.

07Data retention & deletion

Because there are no user accounts, retention is mostly under your direct control:

  • On-device — removing a game from your watchlist deletes its snapshots immediately. Settings → Reset App Data wipes the entire App Group container. Uninstalling the app removes everything.
  • Backend cache — review summaries are cached per appId + locale and refreshed periodically; the cached payload contains no personal data.
  • Backend logs — request logs (timestamp, appId, truncated IP) are auto-deleted after 30 days.
  • Apple receipts — Apple processes purchases. We receive a signed validation receipt with no personal information and store only the entitlement state needed to unlock Pro.

08Your rights & choices

Even without an account, you have meaningful controls:

  • Access & portabilitySettings → Export Watchlist produces a JSON file with everything the app stores about you.
  • DeletionSettings → Reset App Data wipes local state. Since the backend stores no profile, there is nothing on the server tied to you to delete; truncated server logs roll off automatically within 30 days.
  • Rotate your session IDSettings → Reset Session generates a new anonymous UUID, breaking any link with prior backend rate-limit records.
  • Opt out of Apple crash reporting — iOS Settings → Privacy & Security → Analytics & Improvements → Share With App Developers.
  • GDPR (EU/UK) & CCPA (California) — you have the right to access, correct, delete, and port your personal data, and to object to processing. Because we collect no profile data, the controls above satisfy the equivalent rights for the data we touch. We do not "sell" or "share" personal data as those terms are defined under CCPA/CPRA.

09Children's privacy

ReviewPulse is rated 12+ on the App Store and is not directed at children under 13 (or under 16 in the EU). We do not knowingly collect personal data from children. The app stores only what's described in §3 — a watchlist, snapshots, cached artwork, and an anonymous session ID — all of which can be wiped from Settings.

10Security

All network traffic between your device, our backend, and Steam uses HTTPS / TLS 1.2+. Local data is stored inside the iOS application sandbox and the App Group container, both protected by iOS data-at-rest encryption tied to your device passcode. Backend infrastructure is locked down with least-privilege IAM and encrypted at rest.

If you discover a vulnerability, please email reviewpulse@acegamers.top. We aim to acknowledge within 48 hours.

11International users

ReviewPulse is available worldwide via the App Store. Backend processing happens on cloud infrastructure that may be located outside your country (typically in the United States). When personal data crosses borders, we rely on appropriate safeguards such as Standard Contractual Clauses with our processors. The amount of personal data involved is intentionally minimal — see §4 for the exhaustive list.

12Changes to this policy

If we make material changes — for example, adding an optional iCloud sync feature, or changing what the backend processes — we will update the Effective date at the top and post an in-app notice before the change takes effect. Any new collection would be opt-in and clearly explained.

13Contact

Questions, corrections, or the occasional kind word are welcome:

ReviewPulse is an independent project. It is not affiliated with, endorsed by, or sponsored by Valve Corporation or Steam. "Steam" is a trademark of Valve Corporation.

Stop reading 24,000 reviews.
Start with the signal.

ReviewPulse for iPhone. Free to start. Pro unlocks for less than a coffee.