<@498057949541826571> Re: https://discord.com/channels/603466164219281420/1148226586546540594/117069...
i
@rp_st Re: https://discord.com/channels/603466164219281420/1148226586546540594/1170697058991214644 Is the big selling point of the pre-built UI the UI itself or its ability to help people login to SuperTokens? If I recall correctly, the UI uses Web Components -- which ideally should be usable in any JS framework. I'm wondering if these features could be split into composable pieces so that even in situations like these, people could easily use the pre-built UI without React. Would it be possible for the core to only expose composable Web Components instead of the whole UI (or even just expose the CSS necessary to style the UI as desired)? If it has special auth logic, maybe some reusable functions could be created that people could use to hook into the auth logic. If the final solution was simple/flexible enough, anyone could use it (even without an example for their specific framework).