Hi everyone,
I’m trying to build a non-embedded Shopify app for my own web application (external SaaS), similar to apps like Georgia or Hive, where:
-
The app runs outside of the Shopify Admin
-
Merchants install it via Shopify OAuth
-
After installation, users are redirected to my own web app, not an embedded iframe
The problem I’m running into is that most of the official Shopify documentation seems to assume embedded apps by default (App Bridge, embedded UI, admin iframe, etc.), and I’m getting more confused the more I read.
What I don’t clearly understand:
-
Where is the official documentation specifically for non-embedded apps?
-
Is a non-embedded app still created the same way in the Partner Dashboard, just with
embedded = false? -
What is the recommended OAuth flow for a non-embedded app in 2026?
-
After OAuth, is redirecting merchants to my own dashboard domain the correct approach?
-
Are there any reference implementations or examples for modern non-embedded Shopify apps?
Right now it feels like the docs talk around this use case but never explain it clearly end-to-end.
If anyone has built a non-embedded app recently or can point me to the right docs or mental model, I’d really appreciate it.
Thanks a lot ![]()