Project ideas from Hacker News discussions.

GrapheneOS has been ported to Android 17

📝 Discussion Summary (Click to expand)

4 Prevalent Themes in the GrapheneOS Discussion ## 1. Keyboard & SMS limitations & work‑arounds

"when I'm entering text I can't swipe left and right on the space bar to scroll the cursor left and right"
tasty_freeze

"the texting app doesn't just attach reaction emojis to a message -- it quotes the whole message and prefixes it with something like 'Marty like blahblahblah'..."
tasty_freeze

The stock AOSP keyboard in GrapheneOS lacks cursor‑swipe on the space bar and the SMS app does not collapse reaction emojis. Users resolve this by switching to FUTO Keyboard or GBoard, both of which support the desired swipe‑cursor and richer reaction handling.

2. Running Google apps safely on a de‑Googled OS

"You can install the Google Play store via the GrapheneOS App Store. The OS comes with like 5 apps out of the box. The rest is up to you."
Cider9986

"Yes, you can have sandboxed Google apps … they run without unfettered access to your data."
notRobot

GrapheneOS allows installation of sandboxed Play Services, enabling users to run Google apps (Gmail, Maps, etc.) while keeping the rest of the system free from broad Google integration.

3. Hardware constraints & future device plans

"The Pixel was never sold in my country" > — tasty_freeze

"GrapheneOS has a partnership with Motorola to help them create compatible devices which will be available soon"
Cider9986

Currently GrapheneOS runs only on Google Pixel devices; users in regions without Pixel availability stress the need for alternatives, and the upcoming Motorola collaboration is viewed as the primary path to broader device support. ## 4. AI integration ambitions vs. privacy concerns

"They are integrating it for tasks like 'buy me a plane ticket for my next holidays', 'order diner for me, the usual'..."
TheRoque

Participants are skeptical that Google’s announced “intelligence system” will actually give users control, warning that it may deepen vendor lock‑in rather than empower users.


These four themes capture the most frequently discussed topics, each supported by a direct user quote.


🚀 Project Ideas

Generating project ideas…

SMS Reaction Responder

Summary

  • An SMS client that automatically expands reaction emojis into quoted “ likes …” format, eliminating duplicate message floods in group chats. - Works without Google Play Services, fully sandboxed on GrapheneOS.

Details| Key | Value |

|-----|-------| | Target Audience | Users in family group texts who experience duplicated reactions, especially those on GrapheneOS with no Google Services | | Core Feature | Detects reaction emojis, wraps them in a quoted reply with sender name, stores reactions locally to avoid duplicate posts | | Tech Stack | Java/Kotlin, Android SDK, Room DB for local storage, compatible with GrapheneOS sandboxed Play Services | | Difficulty | Low | | Monetization | Revenue-ready: Subscription $2.99/month (or $24.99/year) |

Notes- Solves the “texting app doesn't attach reaction emojis – it just repeats the whole message” frustration.

  • Could be released as a lightweight open‑source app that integrates with Signal/SMS apps, offering a UI toggle for “Smart Reactions”.
  • High HN appeal because it directly references the duplicated message problem described in multiple comments.

GrapheneOS Offline Maps Engine

Summary

  • A lightweight, fully offline map and navigation engine based on Organic Maps + OSM data, with voice guidance and turn‑by‑turn directions, packaged as a standalone app for GrapheneOS.
  • No reliance on Google Play Services; optional cloud update service for map tiles.

Details

Key Value
Target Audience Privacy‑concerned GrapheneOS users who need reliable offline navigation and dislike Google Maps
Core Feature Offline vector maps, voice‑guided navigation, ability to export custom POI layers, optional “Live Tracker” sharing over LAN
Tech Stack Rust backend for rendering, Kotlin front‑end, MBTiles storage, optional Python script for map updates
Difficulty High
Monetization Hobby

Notes

  • Users lamented the lack of good offline mapping on GrapheneOS (organic maps praised but missing live guidance).
  • Solving this removes a major friction point for people considering a switch from iOS/Android with Google Maps.
  • Could be open‑sourced and marketed as “MapLite” with optional paid premium map update packs.

Sandboxed Google Play Assistant (GPAI)

Summary

  • A service layer that runs sandboxed Google Play services in a dedicated profile, exposing a secure “AppFunction” API for local AI/LLM agents to perform tasks like setting up timers, toggling permissions, or launching apps without granting blanket access.
  • Provides an offline‑first voice assistant that can be scripted via natural language.

Details

Key Value
Target Audience GrapheneOS users who want to experiment with Android 17 “AppFunctions” and AI integration but need a privacy‑preserving way to automate system tasks
Core Feature Provides a local LLM wrapper that translates natural‑language commands into secure AppFunction calls, runs entirely within a private profile, no network egress
Tech Stack Kotlin + Jetpack Compose, Python‑based LLM client (e.g., llama.cpp), Android AppFunctions API, GrapheneOS sandboxed Play Services integration
Difficulty High
Monetization Revenue-ready: $4.49/mo subscription for cloud‑free AI task automation

Notes

  • Mirrors the Android 17 AI vision (AppFunctions) but makes it usable on GrapheneOS without relying on Google’s cloud.
  • Addresses the discussion around AI integration and “intelligence system” while staying within GrapheneOS’s privacy model. - Offers a unique product for developers who want to build AI‑enhanced workflows on a secure phone.

Read Later