This repository is a showcase of various experiments with HTML, JS, CSS and LLM. It's a place where I can test out new ideas and concepts or tools or just have fun with code.
This tool allows you to encode and decode URLs. It's useful for converting URLs into a format that can be transmitted over the Internet.
Demo of SQLite 3 compiled to WebAssembly using @sqlite.org/sqlite-wasm
package. It allows you to run SQL queries in the browser.
Demo of LLMA 3 compiled to WebAssembly using @wllama/wllama
package.
Demo of PHP compiled to WebAssembly using seanmorris/php-wasm
package.
PHP Unserialize using WebAssembly.
This is a random card generator created with JavaScript. It offers two modes: deck mode, which ensures no card is repeated, and random mode, which allows card repetition.
Visual countdown timer with full-screen flashing alert for silent environments. Set hours, minutes, and seconds for a visual notification.
A demo of peer-to-peer file sharing application using WebRTC. Transfer files directly between browsers without any server storage, featuring real-time progress tracking.
A demo of fluid typography using CSS clamp()
function. It allows you to create responsive text that scales smoothly across different screen sizes.