Back to Keystone

Keystone + Remix

examples/framework-remix/README.md

2026-03-19990 B
Original Source

Keystone + Remix

Keystone can be used as a data engine in Remix applications without having to host a separate Keystone server. This is made possible by Keystone's getContext API.

Running the Example

To run the example for yourself you will perform the following step:

  • Clone the Repo
  • Run pnpm install
  • cd into the examples/framework-remix folder (cd examples/framework-remix)
  • Run the Keystone Server to set up some posts:
  • Run Remix to created posts:
    • Run pnpm dev
    • Open a web browser at http://localhost:3000
    • See list of posts

Try it out in CodeSandbox 🧪

You can play with this example online in a web browser using the free codesandbox.io service. To launch this example, open the URL https://githubbox.com/keystonejs/keystone/tree/main/examples/framework-remix. You can also fork this sandbox to make your own changes.