I was interested in trying out Squint+NextJS+Clerk(auth) since I'm using this combo but with Typescript for a side project. It was very easy/smooth. The interop is 10/10. Auth was added in 5 minutes 😄 https://github.com/Dangercoder/squint-nextjs
https://v0.dev/ generated the UI components for me
@jarvinenemil you can also use npx squint watch instead of using the bb watcher
and npx squint compile to re-compile all files
this simplifies the setup a bit
I should update existing examples to do this. if you see any old examples using this old approach, let me know