Ask
27
@shift_first ·

20 mobile app ideas for 2026, grouped by what made each possible Idea list

Every list like this is mostly reheated: a habit tracker, a receipt scanner, a "Notion but simpler". So the filter here was one question: could this have been built in 2024? If the answer is yes, it is off the list.

What follows is grouped by the specific platform change that opens the door, because the change is the only genuinely new part, and it is also the part that decides how long the window stays open.

Six shifts, twenty ideas, and the catch on each one.

1. Apps became callable tools

Android's AppFunctions lets an app expose annotated functions that the on-device assistant can discover and invoke: effectively every app acting as a local tool provider, with the platform as the registry and execution staying on the device. It is in preview with an early-access programme rather than general availability, which is exactly why it is worth looking at: the surface is not crowded yet.

1. The pantry that is never opened. A food inventory whose entire product is being callable: "what can I make tonight with what is in the house" answered by the assistant reading local state. Almost no UI at all.
The catch: you are building a data source, and the assistant owns the user relationship. Charge for the data, not for the screen.

2. A function permission manager. Show every installed app that exposes on-device functions, what each one can read and do, and let someone revoke a single function without uninstalling the app.
The catch: the platform may ship this itself. Historically it eventually does.

3. Your notes as a tool surface. A private notebook that exposes its own contents as on-device tools, so the assistant answers from your material with nothing leaving the phone.
The catch: it has to be a good notebook first. Nobody adopts a tool surface attached to a notebook they do not already use.

4. An agent action log. A plain-language record of what an assistant did on your behalf across apps, with undo where the app allows it.
The catch: entirely dependent on what the platform exposes. You may be designing against an API that does not exist yet.

2. Wallet-grade proof of age

Every EU member state has to make a certified digital identity wallet available by the end of 2026, and a narrower age-verification wallet is being pushed ahead of the full rollout. The mechanism that matters is selective disclosure: proving you are over a threshold without handing over a birthdate or a document.

5. A door-side verifier for small venues. Staff scan an anonymous over-18 proof. Nothing photographed, nothing retained, no ID passed across a bar.
The catch: this is a certification and liability problem wearing a software costume. The code is the easy third.

6. Proofs that point downward. Almost everything is built to prove you are old enough. A parent-issued proof of being under a threshold would let a service gate content down rather than up.
The catch: you need services willing to consume it, and they are under no obligation to.

7. A disclosure ledger. One timeline of every selective-disclosure request your wallet answered, who asked, for which threshold, when.
The catch: depends on wallet implementations exposing a readable history.

8. Classifieds where the proof replaces the account. No email, no password, no profile. An anonymous credential is the entry condition, which changes who turns up.
The catch: the usual two-sided cold start, now with a smaller starting pool.

3. Products that carry their own data

The EU's central product-passport registry went live in July 2026, and battery passports become mandatory from February 2027 for electric-vehicle and industrial batteries above 2 kWh, retrievable by QR code. Textiles follow later. The data is arriving on a published schedule, which is rare.

9. A passport reader that speaks plainly. Point at the QR, get what the fields actually mean for you: recycled content, state of health, what it does to resale value.
The catch: until the category rules land, most things you scan will have nothing to read.

10. Used-electronics pricing from state of health. Price a second-hand item from its recorded condition rather than the seller's adjectives.
The catch: the first mandated categories are not phones and laptops.

11. "Is this worth fixing". Passport data plus parts availability and a realistic labour estimate, turning repair-or-replace into numbers.
The catch: parts availability is the hard half, and no regulation hands it to you.

12. A household register. Every passport you own in one place, so warranty windows and recycling routes stop being a drawer full of paper.
The catch: low urgency. People do not open admin apps.

4. Satellite links became ordinary

Satellite messaging has moved from a flagship-only emergency feature to something spreading across mid-range devices, with Samsung extending support beyond its flagships during 2026. The constraint is what makes it interesting: bytes are scarce and latency is real.

13. An itinerary that degrades to satellite. Pre-compress the day's critical information: where you are sleeping, the ferry time, the emergency contact: into something that survives a text-only link.
The catch: it matters a few days a year, which makes it hard to charge for.

14. Fixed-code check-ins. Status codes rather than free text for people travelling alone, because characters are the budget. "Camped, on route, fine" in three bytes.
The catch: the safety framing raises the bar. A check-in app that fails quietly is worse than none at all.

5. Models that run on the phone

The processors in current phones run useful models locally: no per-call bill, no upload, and it works with the radio off. That changes what is economic for one developer more than it changes what is possible.

15. A librarian for your own camera roll. Find the receipts, serial numbers, parking spots and meter readings already sitting in twelve thousand photos. Entirely on the device.
The catch: crowded, and the platforms already do a slice of it for free.

16. Voice notes to structured records where audio cannot be uploaded. Site inspections, intake interviews, handover notes: the recording never leaves the device, only the structured summary does.
The catch: selling into those settings is slow, and the buyer is not the user.

17. A redactor that runs before you share. Faces, addresses, account numbers and names blurred on-device as a share-sheet step rather than an app you remember to open.
The catch: it has to be nearly perfect. One miss costs exactly the trust the product is made of.

6. Hardware that finally has reach

18. Room-level finding. Not another tag that says "within nine metres", but ultra-wideband precision that says which shelf.
The catch: hardware. You are now a hardware company with an app attached.

19. The half-open posture as the main layout. Foldables in tabletop mode give you two facing surfaces. Build for negotiation, teaching or translation across a table, rather than treating the fold as a slightly bigger screen.
The catch: small addressable market, and it is a layout, not a product.

20. eSIM profiles organised by place, not by carrier. As phones go eSIM-only the mess is a stack of half-used profiles. Sort them by where they work and switch on a border crossing.
The catch: carrier provisioning is where this gets hard, and none of it is in your control.


If I had to pick, it would be from the first group and the third, for opposite reasons. The AppFunctions ideas have a genuine window: the surface is in preview, so the field is empty, and empty fields close. The passport ideas have something rarer, a published date on which the data will exist. Most ideas make you guess whether demand turns up. That one tells you.

The two I would avoid are 12 and 15, and they fail in the same way: real problems that nobody is annoyed enough about to open an app for.

9 answers Share
Report

Answering anonymously, a moderator will review it first.

  • @preview_api_burned · 3w ago

    Group one is the only part of this list with a real window, and it is also the one that has eaten the most of my time.

    I built against a preview API in 2023 on exactly this logic, empty field, early mover, surface not crowded. Two things happened. The annotations changed shape twice, which is survivable, and then the discovery rules changed, which was not: the assistant stopped surfacing my functions for the query I had designed the whole product around. There was no deprecation notice because nothing was deprecated. The ranking just moved.

    So the window is real but it is not a moat. What you are buying with early work is familiarity with a surface, not a position on it. Build the thing so it still stands up if the assistant never calls it once, and treat every invocation as upside. Idea 3 is the only one in that group that passes that test, because a notebook is still a notebook.

    24
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @twelve_thousand_pics · 3w ago

    15 is more crowded than you have allowed for and I say that as someone who shipped one.

    Receipts specifically are done. The photo libraries do it, the accounting tools do it, and the accuracy bar is set by something with far more training data than you will have. I lasted about nine months.

    The part nobody has done well is the boring end of your own list, meter readings and serial numbers. Not because it is hard, but because it is unglamorous enough that the platforms have not bothered. A serial-number history for everything you own, pulled out of photos you already took, is a genuinely useful thing that no big product wants to build. That is a much better shape than "librarian for your camera roll", which is a category, not a product.

    15
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @cert_was_the_work · 3w ago

    On 5, you have the ratio roughly right but the wrong third is easy.

    I spent last year on a verification flow for an adjacent use case. Reading the credential is genuinely simple; the libraries are fine. What consumed the year was that the venue does not want a verifier, it wants to not be liable. The moment you build the thing that says yes or no at the door, you are in the chain when someone gets in who should not have. Every conversation ended at insurance, not at features.

    There is a version of this that works and it is smaller than an app: be the audit trail rather than the decision. Log that a valid proof was presented at a time, hand the venue something they can show, and leave the yes/no where it already legally sits. Less impressive, sells much faster.

    21
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @registry_is_not_data · 3w ago

    The passport section is the strongest part of this and I still think you have the date wrong in a way that matters.

    A registry going live means the plumbing exists. It does not mean anything is in it. The mandatory date for batteries is the one with teeth, and it is for electric-vehicle and industrial packs over 2 kWh: which is to say, not the things a consumer is holding in a shop. If you build ideas 9 and 10 for this year you will ship a scanner that finds an empty database and reads as broken, because users do not distinguish "no data yet" from "your app does not work".

    The move is to build 11 first. Repair-or-replace is answerable today from parts prices and labour time with no passport at all, and the passport becomes an accuracy upgrade later instead of a launch dependency. Build the thing that works without the regulation, then let the regulation improve it.

    19
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @bytes_are_the_budget · 3w ago

    14 is better than 13 and the reason is the constraint, not the use case.

    I have run trips with a satellite messenger for four years. What I learned is that a hard character budget quietly forces every good product decision you would otherwise argue about for months. You cannot ship a chat interface. You cannot add a settings screen with nine notification options. You get a fixed vocabulary and you have to decide, up front, what the five things worth saying actually are.

    Whereas 13: the degrading itinerary - has no such discipline and will grow into a trip planner, because everything without a constraint grows into a trip planner.

    The bit you have flagged as the catch is the real one though. A few days a year is not a subscription. Sell it to the person at home who is waiting, not to the one out there. They are the one refreshing a screen and they will pay monthly to stop feeling like that.

    17
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @adds_one_more · 3w ago

    Adding one that fits your filter and is not on the list.

    On-device models plus the share sheet also make possible a thing I have wanted for years: a reply-drafting layer that never sees the network and never sees the thread. Not a writing assistant, a tone checker for messages you are about to send while annoyed. It reads what you typed, on the device, and says one thing: this reads angrier than you probably mean.

    It could not have been built in 2024 for the reason your framing is built on. Sending someone's half-written angry message to a server to be assessed is a non-starter, and everyone knew it, which is why nobody shipped it. Locally it is fine.

    Whether anyone would install it is a separate question and I suspect the honest answer is that the people who need it most are exactly the people who will not.

    13
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @idea_lists_bore_me · 3w ago

    I read a lot of these and mostly they are a way to feel productive without deciding anything. This one is better than most, and I think the reason is worth naming so it survives into the next one.

    It is that every entry has a catch written by someone who thought about it for more than a minute. The ideas are not the value here, ideas are free and always were. The catches are the value, because each one is a note about where the work actually is, and three of them are the sort of thing you would otherwise discover in month five.

    My only complaint is the closing. Picking group one and group three "for opposite reasons" is a nice line but it dodges the question everyone reading actually has, which is what to do this week. The answer implied by your own list is 11, because it is the only one that works with nothing new switched on.

    1
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @tabletop_actually · 3w ago

    19 is right and undersold, and the reason is that everyone testing foldables tests them alone.

    The half-open posture is not a layout, it is a social arrangement. Two people, one device, facing each other, and neither has to hand over their phone. That solves an actual awkwardness, handing your unlocked phone to a stranger to read something is a small unpleasant thing that happens constantly when travelling.

    So the product is not "an app that uses tabletop mode". It is the situations where handing over a phone is the current answer: a menu translation, a price negotiation, showing a doctor a symptom description in a language you do not share. Same device, two readable sides, nobody holding anybody's unlocked phone.

    Market is small. Agreed. But you have written it down as a layout and I think it is a use case.

    1
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @esim_stack_mess · 3w ago

    20 - I have this exact mess, eleven profiles, and I still do not think it is an app.

    The switching is not the annoying part. The annoying part is that I cannot tell which of the eleven still has a balance without opening eleven different providers' apps, several of which no longer exist. That is a data problem, and none of the providers will give you an API for it because the unused balance is the business model.

    You would end up scraping confirmation emails, which works right up until it does not, and then your app is silently wrong about money. I would not build it. I would like someone else to build it and I would pay for it, which is usually a sign that the thing is harder than it looks from the outside.

    1
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report