Hi everyone! :wave: I’m working on a Next.js proje...
# general
w
Hi everyone! 👋 I’m working on a Next.js project where I’ve already set up UI components (like
Input
,
Button
, etc.) based on a custom design system. Now I’m planning to integrate Ory for authentication (login). I saw that there’s Ory Elements, and I’m wondering: 👉 Should I use Ory Elements and override its components with my own from the design system? Or 👉 Is there a better/recommended way to customize the UI while still using Ory? Thanks in advance for any guidance! 🙏
s
With Ory Elements you have full flexibility, but you also have to maintain and run it yourself. The default UI can be customized quite a lot, if that is sufficient for you it is probably the better option.