<@U04UQ68083H> is there an example elements repo u...
# ory-copilot
s
@chilly-king-10285 is there an example elements repo using react spa without nextjs?
b
A message from kapa.ai
Based on the knowledge sources provided, there is no official Ory Elements example repository specifically for a React SPA (Single Page Application) that does not use Next.js. Most of the available examples and reference implementations focus on Next.js, such as the [Next.js Pages Router example](https://github.com/ory/elements/tree/main/examples/nextjs-pages-router) and the [Next.js App Router example](https://github.com/ory/elements/tree/main/examples/nextjs-app-router), or on custom UIs with Node.js/Express or React Native. There is a mention in a GitHub issue that the Ory team is aware of the need for more examples outside of Next.js, and some community members have pointed to repositories like [kratos-selfservice-ui-node](https://github.com/ory/kratos-selfservice-ui-node) and [kratos-selfservice-ui-react-nextjs](https://github.com/ory/kratos-selfservice-ui-react-nextjs), but these are not pure React SPA examples without Next.js. The official documentation and discussions do not currently list a dedicated Ory Elements React SPA example without Next.js supportĀ [Ory cloud examples for node that is not next.js](https://github.com/ory/network/issues/92). If you are looking for a pure React SPA example, you may need to adapt the Next.js or Node.js reference implementations to your use case. If a new example becomes available, it will likely be announced in the Ory documentation or GitHub repositories.