WeSearch
Hub / Anonymous news app
ANONYMOUS · APP

An anonymous news app without the install.

WeSearch is a Progressive Web App — install it to your home screen and it acts like a native news app, but it ships zero tracking, asks for zero accounts, and gives you a stable handle generated locally on your device.

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

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

  1. iOS. Open wesearch.press in Safari. Tap Share → Add to Home Screen. Tap the new icon to launch fullscreen.
  2. Android. Open in Chrome. Tap the install banner, or open the menu → Install app.
  3. Desktop (Chrome/Edge). Look for the install icon in the address bar. Click. The app gets its own task-bar entry.
  4. 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

FeatureTypical native news appWeSearch PWA
Sign-upRequiredNone
IdentityEmail + passwordLocal random key
Analytics SDKFirebase, Mixpanel, etc.None
Ad networkAdMob, etc.None
Push notificationsVendor-managed identityVAPID Web Push, anonymous
App-store reviewEvery changeNone — ships from our server
CostFree + ads or subscriptionFree, donation-funded
Install size50–200MBFew 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

What features the PWA can't yet do (and why it's OK)

Bottom line

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.

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.