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, apps that build an install-level advertising profile, paid privacy-first readers behind a subscription wall, and Reddit/Tildes-style forums that are anonymous but not really news. WeSearch is another option: an anonymous-by-default news aggregator with a community layer, delivered as an installable web app that requires no sign-up and does not sell reader data or personalize news ranking.
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.
- Limited operational analytics. Public pages use Google Analytics for audience measurement, disclosed in the privacy policy. The PWA does not bundle Firebase Analytics, Segment, an ad SDK, or a personalization model.
- No advertising network. No display-ad auction, retargeting pixel, or programmatic-ad vendor is part of the product.
- 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 850+ 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 | Often combined with install profiling and ads | Limited web measurement, disclosed; no ad SDK |
| 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 third-party ad SDK, no behavioral ads, no in-app payments, and the same disclosed operational measurement) 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.
How can I verify the privacy boundary?
Open DevTools → Network on a freshly-installed PWA. Expect WeSearch, Cloudflare, Google Analytics, and—on the homepage—Google Translate. You should not see display-ad auctions, Meta Pixel, or retargeting vendors.
Stable India growth outlook masks hit to vast informal sector, say economists: Reuters poll
Earnings call transcript: Vitrafy Life Sciences Q3 2026 reveals strong cash position
Bank of Japan set to keep rates steady as Iran war clouds outlook
UWM Holdings Corp CEO Mat Ishbia sells $11.1m in stock
Goodman completes $396.3M tender offer for 2028 senior notes
Wall St futures tick up after record highs; Iran’s Hormuz proposal in focus
Over 1,000 US TSA officers have left since start of shutdown, DHS says
Trump says ABC should fire late-night host Kimmel
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.