GILCheck
Free-Threaded Python (No-GIL) Compatibility Scanner
Paste your Python code and find the shared counters, caches, and lazy singletons that are safe under the GIL but race under free-threaded Python 3.13t/3.14t. Each finding explains why it was safe with the GIL, what breaks without it, and how to fix it. Runs entirely in your browser.