https://queens-problem.netlify.app
This is a visualization of the solutions of the n queens problem, made with Svelte. The solutions are created "on demand" with a generator function, since for large values of n the creation of all solutions would take too long.
There is also an edit feature which allows you to solve the problem on your own.
Related Repository: https://github.com/ScriptRaccoon/queens-problem-python