Project ideas from Hacker News discussions.

Fix the iOS keyboard before the timer hits zero or I'm switching back to Android

📝 Discussion Summary (Click to expand)

Top 5 themes in the discussion

# Theme Key points Representative quotes
1 Blue‑bubble social pressure iMessage’s color coding creates a “status” that forces Android users to feel excluded or to switch to iPhone. “I caved to the blue bubble pressure” – lxndrdagreat
“If an iMessage user creates a group chat where not everyone is using iMessage, then it's MMS” – Zak
2 Keyboard & typing quality decline Users report that the native iOS keyboard has become increasingly buggy, with autocorrect, predictive text, and hit‑box issues that make typing frustrating. “The most frustrating aspect of Siri's quality decline is that super‑basic things inexplicably stop working” – wilkystyle
“The keyboard is hot garbage right now” – satvikpendem
3 Apple’s vendor lock‑in & lack of Android support Apple’s ecosystem is seen as a closed system that blocks Android users from full iMessage functionality and forces users to stay within Apple’s paid ecosystem. “There is no Android app for it” – TheDong
“Apple wants the iOS club in the US to have this tangible social benefit” – TheDong
4 Frustration with Apple’s design decisions Users criticize Apple’s UI/UX choices (e.g., disappearing “select all”, “slide to type”, “liquid glass”) and the company’s perceived indifference to user‑reported bugs. “Apple’s keyboard has richer context; third‑party keyboards are largely limited to the text proxy” – Someone1234
“Apple is beholden to its stockholders, not its customers” – thenaturalist
5 Cost vs. value debate Many argue that the high price of iPhones is not justified by the software quality, and that Android offers comparable or better features for less money. “I’m a lifelong Android user… I always saw Apple as the ‘pay more for more polished ecosystem UX’ option” – Liftyee
“Apple’s hardware is world‑class. Software? Not so much.” – metabagel

These five themes capture the bulk of the conversation: the social dynamics of iMessage, the tangible decline in typing experience, the structural lock‑in of Apple’s ecosystem, the design frustrations that fuel user anger, and the ongoing debate over whether the premium price is worth it.


🚀 Project Ideas

Unified Messaging Hub

Summary

  • Aggregates iMessage, SMS/RCS, WhatsApp, Signal, and email into a single chat interface.
  • Solves the “blue/green bubble” social pressure by normalizing message appearance and preserving end‑to‑end encryption where possible.
  • Provides group‑chat consistency regardless of participants’ device or carrier.

Details

Key Value
Target Audience iOS users who need to communicate with Android contacts and vice‑versa
Core Feature Unified inbox, bubble‑color neutral UI, automatic protocol fallback
Tech Stack React Native, Firebase for real‑time sync, WebRTC for media, end‑to‑end encryption libraries
Difficulty High
Monetization Revenue‑ready: subscription (monthly/annual)

Notes

  • “I want to keep my family group chat without losing features” – many commenters lament the loss of media quality when iMessage falls back to SMS.
  • The tool would allow users to keep a single app for all messaging, reducing friction and the need to switch between iMessage and WhatsApp.

iOS Keyboard Enhancer

Summary

  • Replaces Apple’s stock keyboard with a fully customizable, privacy‑first alternative.
  • Fixes autocorrect, predictive text, and key‑size issues while allowing users to disable aggressive features.
  • Adds per‑app settings and a “no‑network” mode.

Details

Key Value
Target Audience iOS users frustrated with the stock keyboard
Core Feature Customizable autocorrect, predictive text, key‑size control, privacy controls
Tech Stack Swift, CoreML for local language models, App Store distribution
Difficulty Medium
Monetization Revenue‑ready: freemium (basic free, premium features)

Notes

  • “The keyboard keeps changing my words” – a common complaint that this app directly addresses.
  • The open‑source model would let the community audit privacy claims, a major pain point for many.

iOS Clipboard Manager

Summary

  • Adds clipboard history, image support, and cross‑app sync to iOS.
  • Enables users to copy multiple items, view them, and paste anywhere, solving the “no clipboard history” frustration.

Details

Key Value
Target Audience iOS users who copy/paste frequently
Core Feature Clipboard history, image & text support, sync across devices
Tech Stack Swift, iCloud Key‑Value Store, background fetch
Difficulty Medium
Monetization Hobby (open‑source)

Notes

  • “I can’t copy an image in a browser and paste it elsewhere” – a direct user pain point.
  • The app would also expose a share‑extension for easy pasting into any app.

Voice Command Manager

Summary

  • Provides a deterministic, offline voice‑command system for iOS with confirmation prompts.
  • Eliminates the erratic behavior of Siri for simple tasks like timers, calls, and navigation.

Details

Key Value
Target Audience iOS users who rely on voice commands
Core Feature Offline command recognition, confirmation, custom command library
Tech Stack Swift, Apple Speech framework, local SQLite for command database
Difficulty Medium
Monetization Hobby (open‑source)

Notes

  • “Siri mishears my wife’s name” – a frequent complaint that this tool would solve.
  • The confirmation step prevents accidental actions, a key frustration for many.

Text Editing Toolkit for iOS

Summary

  • Adds robust text‑editing features: multi‑line selection, “select all”, copy/paste of entire paragraphs, and a customizable toolbar.
  • Improves the fragmented editing experience in iOS’s native apps.

Details

Key Value
Target Audience iOS users who write long texts (emails, notes, code)
Core Feature Advanced selection, multi‑line copy, “select all”, toolbar customization
Tech Stack Swift, UIKit, custom input accessory view
Difficulty Medium
Monetization Hobby (open‑source)

Notes

  • “I can’t select all on text that isn’t editable” – a pain point that this toolkit directly addresses.
  • The plugin can be bundled as a keyboard extension for maximum reach.

RCS‑to‑iMessage Bridge

Summary

  • A server‑side service that forwards RCS messages from Android to iMessage recipients via a secure relay.
  • Allows Android users to participate in iMessage‑only group chats without losing media quality.

Details

Key Value
Target Audience Android users in iMessage‑only groups
Core Feature RCS to iMessage relay, media forwarding, end‑to‑end encryption where possible
Tech Stack Node.js, Twilio API, Apple Push Notification service
Difficulty High
Monetization Revenue‑ready: subscription (per‑user)

Notes

  • “I’m stuck in a family group that only uses iMessage” – a recurring frustration.
  • The bridge would bypass Apple’s lack of an Android app while keeping the user experience seamless.

Email‑Based Messaging UI (Delta Chat)

Summary

  • A lightweight, iMessage‑style front‑end for email that supports short messages, media, and group chats.
  • Uses the open‑email protocol to avoid vendor lock‑in and provide end‑to‑end encryption.

Details

Key Value
Target Audience Users who want a simple, cross‑platform messaging app without installing third‑party messengers
Core Feature Email‑based chat UI, media attachments, group chats, optional end‑to‑end encryption
Tech Stack Electron, Node.js, OpenPGP.js, IMAP/SMTP
Difficulty Medium
Monetization Hobby (open‑source)

Notes

  • “I want a short‑message service that works everywhere” – a sentiment echoed by many commenters.
  • The app would let users keep a single inbox for both email and instant messaging.

Bubble Color Anonymizer

Summary

  • A browser extension or mobile overlay that normalizes message bubble colors in iMessage and other apps.
  • Removes the visual cue that reveals whether a contact is on iOS or Android, reducing social pressure.

Details

Key Value
Target Audience iOS users who dislike the blue/green bubble distinction
Core Feature UI overlay that masks bubble colors, optional “neutral” theme
Tech Stack Swift (iOS), JavaScript (browser), Accessibility APIs
Difficulty Low
Monetization Hobby (open‑source)

Notes

  • “Blue bubbles make me feel excluded” – a recurring theme in the discussion.
  • By anonymizing bubbles, users can focus on conversation rather than device status.

Read Later