
mo_cli
mo_cli is a web-based design and prototyping tool for quickly mocking up terminal UIs, previewing them in different themes and exporting images ready for sharing.
It's built with React, Tiptap, Zustand, Shadcn and Tailwind.

uktubly
An online game to help with writing practice and memorisation of the Arabic alphabet. It runs a CNN model in the browser using Tensorflow.js that I trained based on an open source dataset to recognise handwritten characters.
It uses the tldraw SDK for drawing the characters and the OffscreenCanvas API to process the drawn characters and turn them into data to feed to the model.