If you searched for an "anonymous news app," you probably hit four kinds of results: native apps that demand sign-up before letting you do anything, native apps that say "anonymous" but ship a tracker stack, paid privacy-first readers behind a subscription wall, and Reddit/Tildes-style forums that are anonymous but not really news. WeSearch is the fifth option: a fully anonymous news aggregator with a real community layer, delivered as an installable web app that requires zero sign-up and ships zero third-party tracking.
Why a web app instead of a native app
WeSearch is a Progressive Web App (PWA). On iOS, hit Share → Add to Home Screen and the icon lands on your home grid. On Android, the browser will prompt you to install. On desktop, Chrome and Edge show an install button in the address bar. After install, it launches fullscreen, has its own task-bar entry, and supports OS-level push notifications via VAPID Web Push.
We chose PWA over native because (a) it runs without a vendor app store reviewing every change we ship, (b) it doesn't pull in the analytics SDK that every native template tries to bundle by default, and (c) it works on every platform — phone, tablet, laptop, ChromeOS, Linux — without a separate codebase. The trade-off is that some platform features (geofencing, deeper background sync) aren't fully exposed to the web yet. We can live with that.
What "anonymous" means in this app
- Zero sign-up. Install, open, read. No popup. No "create an account to react."
- Local-key identity. The first time you tap a reaction, your browser generates a random API key. Your stable handle is derived from that key.
- No analytics SDK. Open the install with DevTools open and check the network tab. No Google Analytics, no Firebase Analytics, no Segment.
- No advertising network. Nothing fires from doubleclick.net, googletagmanager.com, or any of the long-tail vendor list.
- Anonymous push. If you opt in to notifications, your push subscription endpoint is stored against your hashed key. We don't see your real identity.
- Reset anytime. Settings → Identity → Reset key. Old comments stay public; new ones aren't linked to you.
What you can do without an account
Everything. Read across 700+ editorial sources; tap reactions on stories; post threaded comments with GIFs; reply to specific comments; like comments you appreciate; follow other anonymous voices; save articles for later; configure push notifications by source, category, or keyword; install to your home screen; use offline (cached shell). There is no premium tier hiding behind a sign-up gate.
How to install
- iOS. Open wesearch.press in Safari. Tap Share → Add to Home Screen. Tap the new icon to launch fullscreen.
- Android. Open in Chrome. Tap the install banner, or open the menu → Install app.
- Desktop (Chrome/Edge). Look for the install icon in the address bar. Click. The app gets its own task-bar entry.
- Desktop (Firefox/Safari). Just bookmark wesearch.press. PWA support is partial; the site still works perfectly in a regular tab.
What's different from native news apps
| Feature | Typical native news app | WeSearch PWA |
|---|---|---|
| Sign-up | Required | None |
| Identity | Email + password | Local random key |
| Analytics SDK | Firebase, Mixpanel, etc. | None |
| Ad network | AdMob, etc. | None |
| Push notifications | Vendor-managed identity | VAPID Web Push, anonymous |
| App-store review | Every change | None — ships from our server |
| Cost | Free + ads or subscription | Free, donation-funded |
| Install size | 50–200MB | Few MB cached shell |
Why we don't ship to App Store / Play Store
App-store distribution would mean: (a) submitting reader identity into Apple/Google's review and analytics frameworks, (b) accepting up to a 30% revenue cut on any in-app payments, (c) accepting that every meaningful update has to wait through review (a 24-48 hour wait at best, a multi-week dispute at worst), (d) accepting that the platform owners can pull the app for policy reasons that are at their discretion. The PWA model avoids all four. The trade-off is that some readers expect a "real app" in the App Store; we explain the architectural reason and most accept it.
If we ever shipped a native app, the structural commitments (no analytics SDK, no ads, no in-app payments) would make it materially identical to the PWA. The PWA already does what a native news app should do.
What features are PWA-equivalent to native
- Offline reading. Cached shell + IndexedDB store of recently-viewed stories. Tap a previously-read story while offline; it loads.
- Push notifications. VAPID Web Push, fully OS-integrated on Android and (post-iOS 16.4) iOS.
- Home-screen install. Real icon, fullscreen launch, no browser chrome.
- Background sync. Limited but functional — periodic feed refresh in the background where the platform allows.
- Share targets. Share to WeSearch from another app on Android (story re-share to your follower thread).
What features the PWA can't yet do (and why it's OK)
- Lock-screen widgets. Not yet supported on iOS PWAs. Workaround: use the Notification Center after a push.
- Deep system integrations. Siri shortcuts, App Intents, Live Activities aren't available to PWAs. We don't think they're essential for a news reader.
- Apple-Watch surface. Native-only. We may build this later.
Bottom line
- WeSearch the PWA is functionally equivalent to a native news app for reading, commenting, and notifications.
- It avoids the structural costs of app-store distribution (analytics SDKs, identity capture, review delays).
- It works on every platform without a separate codebase.
- If you want a "real app" experience without the trade-offs, the PWA is exactly what you want.
Frequently asked
Will an iOS-Safari PWA actually get push notifications?
Yes — since iOS 16.4 (March 2023). Add to home screen first; then enable notifications when prompted on a subsequent visit.
Does the PWA drain battery like a native app?
Generally less. The PWA's background activity is more constrained than a native app's, which is good for battery and bad only if you wanted aggressive background sync.
If I uninstall the PWA, do I lose my comments?
If you only uninstall (delete the icon), your local API key stays in the browser's storage and you can re-install and pick up where you left off. If you clear browser data, the key is gone — and so is the comment thread connection. Email recovery, opt-in, prevents this.
Is there a way to verify the no-tracker claim?
Open DevTools → Network on a freshly-installed PWA. Filter by domain. Only wesearch.press should appear (plus Google Fonts CSS). No analytics, no ads, no third-party trackers.
Trump rushed offstage at White House correspondents’ dinner after shots fired
King Charles urges 'reconciliation' in address to U.S. Congress amid Trump tensions
King Charles addresses US Congress
Treasury official who clashed with White House likely to move to OECD post
Read the King’s speech to US Congress in full as he cracks jokes and hails alliance
Amazon and OpenAI expand partnership amid enterprise push - NBC News
Amazon and OpenAI expand partnership amid enterprise push
Centene: Big Comeback Story
Frequently asked
Is WeSearch a real app or just a website?
Both. It's a Progressive Web App — install it to your home screen on iOS or Android and it launches fullscreen with its own icon, supports push notifications, and works offline (cached shell). It also works as a regular website if you don't want to install.
Do I need to install to use it?
No. Everything works in a regular browser tab. Install just gives you a home-screen icon and OS-level push notifications.
Are there native iOS/Android apps?
Not yet. The PWA covers most use cases. Native apps are on the roadmap.