typescript
in the zitadel/typscipt repo: https://github.com/zitadel/typescript
there is a change made to reference a mono-repo but we instructed to fork the mirror and make changes if we desire to.
I believe the use of workspaces will stop others from forking it and building it.
GitHub
GitHub - zitadel/typescript: Typescript packages and application to...
Typescript packages and application to showcase the ZITADEL resource API - zitadel/typescript

2 Replies
Hi @fernandolopezchs11, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer, here are some relevant sources:
1. Question: Future of this repository after migration to main zitadel repo : The typescript repository was recently moved into the main zitadel monorepo and will be archived in 2 weeks time with continued development in the monorepo setup.
2. [Bug]: pnpm install @zitadel/client fails (package is not installable outside this monorepo) : This confirms installation issues with packages outside the monorepo due to workspace dependencies not being properly transformed for external consumption.
If you need more specific guidance about forking and building the repository, you might want to click the "Ask for help" button to tag a team member for clarification on the current recommended approach.
Feel free to tag @Ask Inkeep with additional questions.
Hi @fernandolopezchs11, thanks for reaching out! Has the above answer helped? You can check the following documentation provides an architectural overview of the new Login app and how to use it: https://zitadel.com/docs/guides/integrate/login-ui/login-app
Also, here is the announcement for archiving the typescript repo: https://discord.com/channels/927474939156643850/927865053242335282/1426203304504856648
I hope that helps!
ZITADEL Docs
To replace the old embedded Login built with Golang and to showcase the use of our session and OIDC APIs, we've created the new Login app.