You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was using LabelStudio frontend in my project as a npm library. I understand that it was deprecated last year. And I am seeing that now in this repo we have frontend and backend both. Is there any way, I can use LabelStudio frontend only without backend and I can aur custom backend for this ?
The text was updated successfully, but these errors were encountered:
I am afraid to inform you that as of Label Studio 1.11.0, the standalone LSF npm package was officially deprecated and is no longer maintained or supported as a separate distribution. Now, Label Studio is developed as an integrated monorepo where the backend and frontend are tightly coupled.
If you truly need to run LSF without the official backend, you have two main approaches:
Build From Source (Monorepo):
• You can clone the Label Studio repository and look under “web/libs/editor.”
• Manually build the frontend portion for your own environment.
• But please note, this requires a custom integration layer between the frontend and any backend you develop yourself. Label Studio no longer provides official documentation for this setup.
2. Use an Older Version of LSF:
• If you want to rely on the deprecated LSF npm package, you could pin an older version (e.g., versions before 1.11.0).
• However, these versions receive no further updates or fixes, and you’d still have to handle all backend logic and data handling yourself.
Because of deprecated support, we recommend using the fully integrated Label Studio platform if at all possible. Should you still want to proceed with a custom solution, you’d need to rely on manual building and maintain your own custom reconciliation between LSF and your backend.
Let me know if you have any follow-up questions!
Hi, I was using LabelStudio frontend in my project as a npm library. I understand that it was deprecated last year. And I am seeing that now in this repo we have frontend and backend both. Is there any way, I can use LabelStudio frontend only without backend and I can aur custom backend for this ?
The text was updated successfully, but these errors were encountered: