I know it may be a controversial opinion, but I think that Turbo (and its SPA approach) introduces unnecessary complexities and incompatibilities (e.g. with third party libraries, with code snippets already written for other web apps, with Cloudflare, etc.).
On the other hand, I really like the organization of JavaScript code provided by Stimulus controllers (compared to plain JavaScript).
So, is it possible to remove/disable Turbo completely and keep using Stimulus?