The Remix Compute for Netlify packages allow you to deploy your Remix apps to Netlify Edge Functions or Netlify Functions.
This project is not a template for Remix apps. It is a set of packages used by the Netlify Remix template.
The project is a pnpm monorepo. Packages are located in the packages directory, and demo sites are in demos. There
are four packages:
@netlify/remix-adapter- The Remix adapter for Netlify Functions@netlify/remix-edge-adapter- The Remix adapter for Netlify Edge Functions@netlify/remix-runtime- The Remix runtime for Netlify Edge Functions@netlify/vite-plugin-react-router- The React Router 7+ Vite plugin for Netlify
Shopify Hydrogen sites are supported and automatically detected. However, only the edge adapter is supported, and only when using Remix Vite.
See the CONTRIBUTING.md file for development setup, testing, and contribution guidelines.