diff --git a/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md b/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md index c82244a52c..47673b7a76 100644 --- a/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md +++ b/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md @@ -30,7 +30,8 @@ Here's a non-exhaustive list of libraries and frameworks you can use with Prisma - [Polka](https://github.com/lukeed/polka) - [Micro](https://github.com/zeit/micro) - [Feathers](https://feathersjs.com/) - +- [Remix](https://remix.run/) + ## REST API server example Assume you have a Prisma schema that looks similar to this: