How can I successfully deploy a Remix app to Netlify?

Topic summary

Developers are seeking guidance on deploying Shopify apps built with Remix to Netlify. The original poster has a Pro Netlify account and wants to leverage existing infrastructure but struggled to connect deployment instructions from both Shopify and Netlify documentation.

Current Status:

  • Multiple developers experiencing similar deployment challenges
  • Netlify support has directed users to their official Remix framework documentation
  • No confirmed successful deployment solution shared yet

Partial Solution:
One contributor successfully deployed Hydrogen (Shopify’s React framework) projects to Netlify and published a deployment guide. However, they note a limitation: the setup only runs the built app, not development mode locally, which hampers the development workflow. They’re actively investigating a proper development mode solution and plan to update their documentation once resolved.

The discussion remains open with developers hoping to adapt existing solutions without rebuilding their apps from scratch.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Greetings, we got a requirement from the client to make an app for them on Shopify. We picked up the Remix and enjoyed the developer experience. We’re almost finished and we need to deploy the App. Since we already have a Pro Netlify account and a couple of projects there, we would like to deploy to Netlify this app that we’re building. I followed and tried to “connect the dots” from Shopify Deployment page and also Netlify on how to deploy the Remix web app, but unfortunately didn’t make it work. If by any chance one of you guys already did this, would you mind sharing the steps?

All help would be greatly appreciated :folded_hands:

I am going through the same thing right now. Built an app using the Shopify CLI and trying to deploy to Netlify. The Netlify support sent me here:

https://docs.netlify.com/frameworks/remix/

I have not done anything yet, hoping that it is not needed to remake the app but that I can take pieces to get this running on Netlify

I was able to deploy Hydrogen projects using Netlify; however, I’m currently facing an issue running it in development mode locally and fully taking advantage of the runtime. At the moment, I’m only able to run the built app, which is not ideal for development.

You can see how to deploy your Hydrogen project to Netlify in this article I wrote: https://www.vertocode.com/blog/deploy-hydrogen-for-free.

I’m still investigating how to get it working properly in development mode, and once I do, I plan to update the article with the new information.