Skip to main content
Storefront Signals
Back to Archive

Shopify Dev

Building a Shopify Embedded App with Remix and Supabase (opens in a new tab)

A tutorial on building a Shopify embedded app with Remix and Supabase.

DEV.to Shopify· Aug 7, 2026· 8/10

From the article

Building a Shopify app in 2026 means using the Remix framework, App Bridge for embedded UI, and dealing with Shopify session tokens. Here is what I learned building Parcelglance. The Stack Remix (React framework) Shopify App Bridge Supabase for session storage Shopify CLI The OAuth Flow App URL receives shop parameter Generate auth URL with correct scopes Redirect to Shopify auth page Callback receives code, exchanges for access token Store session in database Redirect to admin with session…

Read the full article on DEV.to Shopify (opens in a new tab)

Related items