Projects

Selected public work

A curated list of projects, experiments, and open-source repositories. Some are deployed; others are kept as source-only references.

Projects

illiadot.dev

Source and deployed

Personal website and resume, built as a lightweight static site.

HTML CSS JavaScript

dot_configs

Source only

Source code for my dot config files for both Linux and Windows.

PowerShell Lua Shell

Codex Usage Plugin for the OpenCode

Source only

OpenCode plugin that exposes a /codex-usage TUI command and *leader-key* => i shortcut for viewing Codex ChatGPT usage limits and credits. It also keeps a codex_usage tool for manual/debug agent use.

TypeScript

Linktree

Source and deployed

Personal linktree for my social media links.

HTML CSS

Voice-to-Text Telegram Bot

Source only

A serverless Telegram bot that converts voice and circle video messages to text using OpenAI's Whisper API, deployed on Cloudflare Workers.

JavaScript

Money Tracker PWA

Source only

A Progressive Web Application to track expenses and savings with manual data entry, pie chart visualization, local storage with Google Sheets sync, and Google Sign-In authentication.

TypeScript Svelte HTML CSS

URL Shortener

Source and deployed

Private URL shortener with custom aliases, click counts, and link management, built on Cloudflare Workers and D1.

JavaScript HTML CSS