API check

Our main documentation is written in .md files, which means editors can’t provide real-time feedback such as syntax errors, type errors, or other code issues.

The api-check directory uses .svelte files instead, allowing you to verify that the code is valid and type-safe directly in your editor. This ensures that any examples included in the documentation remain accurate and functional.