https://github.com/netlify/remix-compute
Remix, Hydrogen, and React Router 7 adapters for Netlify
https://github.com/netlify/remix-compute
deployment netlify react-router remix
Last synced: about 1 month ago
JSON representation
Remix, Hydrogen, and React Router 7 adapters for Netlify
- Host: GitHub
- URL: https://github.com/netlify/remix-compute
- Owner: netlify
- License: mit
- Created: 2023-01-23T20:28:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-25T03:41:47.000Z (about 1 month ago)
- Last Synced: 2026-02-25T04:44:49.299Z (about 1 month ago)
- Topics: deployment, netlify, react-router, remix
- Language: TypeScript
- Homepage:
- Size: 5.77 MB
- Stars: 37
- Watchers: 5
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Remix Compute for Netlify
The Remix Compute for Netlify packages allow you to deploy your Remix apps to
[Netlify Edge Functions](https://docs.netlify.com/edge-functions/overview/) or
[Netlify Functions](https://docs.netlify.com/functions/overview/).
This project is not a template for Remix apps. It is a set of packages used by
[the Netlify Remix template](https://github.com/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
## Hydrogen
Shopify Hydrogen sites are supported and automatically detected. However, only
[the edge adapter](./packages/remix-edge-adapter/README.md) is supported, and only when using Remix Vite.
## Development
See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for development setup, testing, and contribution guidelines.