Hello! I have been looking into Kratos. Most of th...
# talk-kratos
p
Hello! I have been looking into Kratos. Most of the integration guides are for express, nextjs, vuejs etc. But there seems to be no documentation on how to integrate it with a framework like svelte, solidjs etc. Is this even possible? Are there any resources for this? Maybe something like a list of endpoints that need to be implemented for successful integration etc. Thanks!
f
Hi Diptesh, you can use API documentation to integrate with any framework/lib https://www.ory.sh/docs/kratos/reference/api
all existing integrations are just the wrappers around API
p
Hi @faint-insurance-61054 I am talking about the different endpoints that are needed by the UI.
For example https://github.com/ory/integrations/blob/main/src/next-edge/index.ts, how can I create something similar using a framework does not have an integration? For eg solidjs.
I am talking about the UI here not the endpoint themselves
f
I did integration using only https://www.npmjs.com/package/@ory/client
1. Install
@ory/client
2. Then you can implement what is need by Login flow for example https://www.ory.sh/docs/kratos/self-service/flows/user-login#login-for-client-side-ajax-browser-clients