Graphical editor for tikzcd diagrams that generates the code for you. The idea of the user interface is to make it dead simple and also enjoyable to use. The diagram is generated step by step.
https://tikzcd-creator.netlify.app/
triangle-demo.mov
LaTeX output:

cube-demo.mov
LaTeX output:

The editor also works on mobile.
mobile-demo.mp4
This application is made with Svelte.
Install the dependencies:
pnpm i
Start the development server:
pnpm dev
See the file package.json
for further commands.
This is a basic editor (on purpose). There are more fully featured and advanced editors out there.