Skip to main content
Blog
wwdc

the WWDC 2026 graphic just leaked the new siri — what indie devs should actually do

Apple's WWDC 2026 promo graphic teases a redesigned Siri in the Dynamic Island and a third-party AI extensions system. Here's what that means for your app, 35 days out.

Carlton Aikins3 min read

apple's WWDC 2026 promo graphic dropped, and if you squint at the gradient blob in the corner it's pretty obviously the new siri ui — a pill-shaped chrome that lives inside the dynamic island instead of taking over the screen. the whisper that's gotten louder over the last week is that ios 27 will also open siri to third-party ai chatbots through an extensions system: claude, gemini, grok, whoever, all routable through one settings toggle.

so a question worth asking before the keynote: does that change what you should be shipping right now?

The news in three lines#

  • the keynote is june 8. that's 35 days out.
  • the leaked graphic shows a redesigned siri ui targeted at the dynamic island, not the full-screen takeover ios 18 used.
  • apple is reportedly building a "siri extensions" surface in settings that lets users route specific kinds of queries to third-party assistants. this is the smarter-siri pivot promised in 2024, slipped to 2025, and slipped again to now.

Why this matters even if you'll never ship a siri integration#

most indie apps will never build a custom siri extension. that part of the developer story has historically been the domain of utility apps and power-user tools. but the rumored extensions system has a side effect that hits everyone: a smarter siri starts sourcing answers from llms, which means siri starts reading your app's metadata to decide when to invoke it.

the connections are subtle:

  • if your app has a clear, semantic name, an accurate subtitle, and a description that reads like english instead of aso keyword soup, you're more likely to get surfaced when a user asks siri something your app actually solves.
  • if your AppIntent and ShortcutsProvider surfaces are well-defined, a future siri can route a query straight to your app instead of bouncing it to a chatbot.
  • your store listing copy is, increasingly, prompt input for an llm. write it like one.

the apps that will benefit most from the ios 27 siri redesign aren't the ones with the flashiest siri integrations. they're the ones whose store metadata reads like a human wrote it, with intent surfaces an llm can call cleanly.

What to do in the 35-day window#

  • if you've been putting off a metadata cleanup, do it now. the apps that get suggested by a smarter siri are the ones with clean subtitles, real english descriptions, and properly localized listings.
  • audit your AppIntent definitions. most indie apps have either none or one half-built one. write one that exposes your app's primary action with a clear noun-verb description.
  • don't ship a half-baked siri extension just because the keynote name-drops one. that's the ios 18 mistake again — apple promised features that didn't ship for 18 months, and devs who built against the promise looked broken for a year.
  • skip the speculation tweets. the 35 days between now and the keynote are the last calm window before wwdc-week chaos eats your bandwidth.

The stora angle#

stora's compliance engine and store-listing generator already lint your metadata for the readability that human reviewers care about. the side effect, increasingly, is that the same metadata is what an llm-driven siri will read when deciding whether to suggest your app. clean, semantic, localized — the stuff stora optimizes for review approval also happens to be the stuff that ranks in an llm-graded discovery system.

build the metadata for the human reviewer. you'll get the llm-driven siri for free.

35 days. ship clean.