Copying what my CEO said on our Discord:
"Our React library uses vanilla JS under the hood. For example, you can go to accounts.clerk.dev , open console, and type window.Clerk.openSignUp() and a Sign Up modal will open.
We haven't built helper libraries for Angular/Svelte/Vue yet, but our Vanilla JS functions should enable Clerk to work with any framework.
The full set of JS functions on window.Clerk are documented here: docs.clerk.dev/frontend/object-reference/clerk&qu…