Project ideas from Hacker News discussions.

“It works better in the app”

📝 Discussion Summary (Click to expand)

Theme 1 – Apps serve as surveillance and engagement tools

"They artificially lock it down, because the app will give them more data to collect than the web app plus a larger surface to annoy the user with notifications, widgets, and other advertisement." – unglaublich

Theme 2 – Many users prefer the web/PWA to avoid bloat, ads, and forced installs

"I found that installing facebook dot com to my Home Screen on iOS works acceptably. Lets me check in on things every now and then and still be confident they’re very limited in what they can track." – afavour

Theme 3 – Some functions genuinely need native code, but many apps are just web wrappers

"NFC reading is one. That's why lots of Governments publish apps - it's a reliable way to check your passport if you need a visa etc." – edent

Theme 4 – Companies use dark patterns to push app installs, degrading the web experience

"Reddit has started putting up a paywall of sorts to block mobile web users, saying that instead, users should install the app." – leot

Theme 5 – Users adopt strategies to minimize apps (home‑screen web pins, F‑Droid, VPNs) and report greater satisfaction

"If you use Android, honestly try Fdroid. It's great… NONE OF THE APPS ARE EVIL." – safety1st


🚀 Project Ideas

Generating project ideas…

PWA Install Assistant

Summary

  • A browser extension that guides users through adding any website to their home screen as a PWA, demystifying the install flow on iOS/Android and requesting only the permissions the site truly needs.
  • Core value: one‑click, transparent PWA installation that restores the web‑first experience users crave.

Details

Key Value
Target Audience Power users who avoid native apps but struggle with hidden PWA install steps
Core Feature Interactive install wizard + optional permission prompts (notifications, background sync)
Tech Stack WebExtension API (Chrome/Firefox), Service Workers, Manifest V3, optional native host for iOS shortcuts
Difficulty Medium
Monetization Hobby

Notes

  • HN users lament Apple/Google making PWA install “intentionally hard” (afavour, goosejuice) – this removes that friction.
  • Encourages discussion on web‑app parity and could become a reference tool for developers testing PWA discoverability.

Privacy‑First Service Wrappers

Summary

  • A curated collection of lightweight PWAs for popular services (Twitter/X, Reddit, LinkedIn, banks) that strip tracking scripts, inject uBlock‑origin filters, and run in a sandboxed web view.
  • Core value: give privacy‑conscious users full‑featured access without installing invasive native apps.

Details

Key Value
Target Audience Privacy‑aware mobile users who refuse to install tracking‑heavy apps
Core Feature Pre‑configured PWA wrappers with ad/tracker blocking and data‑minimization
Tech Stack React/Vue + Workbox, Content Security Policy overrides, hosted on Cloudflare Pages or Vercel
Difficulty Low
Monetization Hobby

Notes

  • Commenters praise uBlock Origin on mobile (kelvinjps10, wilkystyle) and want “web‑only” access – these wrappers deliver exactly that.
  • Provides a practical showcase for how services can respect privacy while still offering rich UI.

App Lifecycle Manager

Summary

  • A lightweight background agent (Android via ADB shell, iOS via MDM profile) that detects unused apps and automatically offloads/archive them, preserving app data and state for instant restore.
  • Core value: reduces storage bloat and background activity while keeping the convenience of quick app resumption.

Details

Key Value
Target Audience Users with many installed apps who suffer from storage constraints and background tracking
Core Feature Smart offload/archive based on usage heuristics + one‑tap restore
Tech Stack Android JobScheduler/iOS BackgroundTasks, SQLite for state, optional Flutter UI for management
Difficulty Medium
Monetization Hobby

Notes

  • HN discussion highlights the pain of “forgetting to uninstall apps” and desire for ephemeral behavior (princevegeta89, akdev1l) – this automates it.
  • Sparks conversation about OS‑level app lifecycle policies and user control over background processes.

Safe QR Navigator

Summary

  • A QR‑code scanner that checks target URLs against reputation databases (Google Safe Browsing, PhishTank) and displays safety ratings before opening, then launches the link in a hardened, ephemeral browser (Firefox Focus‑like) to limit tracking.
  • Core value: lets users benefit from QR convenience without exposing themselves to phishing or unwanted data collection.

Details

Key Value
Target Audience Mobile users who scan QR codes for menus, payments, or Wi‑Fi but fear malicious redirects
Core Feature Real‑time URL reputation scoring + sandboxed browser launch
Tech Stack Kotlin/Swift native scanner, integrates with Safe Browsing API, uses Custom Tabs or SFSafariViewController
Difficulty Low
Monetization Hobby

Notes

  • Users warn about QR‑code phishing (goosejuice, GJim) and want safer alternatives – this directly addresses that fear.
  • Encourages debate on balancing convenience with security in everyday mobile interactions.

NFC & Sensor Web Bridge

Summary

  • A tiny native companion app that exposes NFC, GPS, accelerometer, and other sensor data to any web page via a local WebSocket, granting PWAs selective access after explicit user approval.
  • Core value: enables sophisticated web‑based experiences (transit ticketing, ID verification, IoT) without demanding a full‑blown native app.

Details

Key Value
Target Audience Developers building PWAs that need hardware features and end‑users who prefer web‑only solutions
Core Feature Permission‑mediated bridge for NFC, sensors, and Bluetooth LE to web contexts
Tech Stack Native Android Service / iOS Background Task, WebSocket server, lightweight HTML/JS client library
Difficulty High
Monetization Revenue‑ready: Freemium (free basic bridge, paid premium for advanced sensors/high‑throughput)

Notes

  • Commenters note NFC and sensors as remaining app‑only advantages (edent, dmayle) – this bridge narrows that gap.
  • Opens discussion on standardizing web access to hardware while preserving user consent and privacy.

Read Later