When developing your own kratos user ui is it reco...
# ory-selfhosting
p
When developing your own kratos user ui is it recommended to use the
@ory/kratos-client@v0.10.1
library? It is ready for use?
m
It is ready to use, but I would recommend https://www.npmjs.com/package/@ory/client It is basically the same as kratos-client but we will be moving to the ory-client long-term. Check out the examples for examplary user uis: https://www.ory.sh/docs/examples
🙏 1
p
Can you point me to the docs & repo for this?