cd ~/home

Projects

Everything I've been tinkering with — shipped tools, weekend experiments, and things I built mostly to see if I could.

QuiverKit

62 dev tools that run 100% in your browser — encode, hash, format, generate. Also a desktop app and a Chrome sidebar.

  • TypeScript
  • React
  • Tauri
  • PWA

SSH Torpido

Battleship you play over SSH. No install, no signup — just ssh torpido.dev and start sinking ships.

  • Go
  • Wish
  • Bubble Tea

KickKit

A power-user toolkit for Kick.com — channel tracking, live pings, chat filters, and a multi-stream wall.

  • JavaScript
  • Chrome

Dim for X

Brings back X's deleted Dim theme — in seven shades of dark, plus a full custom colour picker. Flash-free.

  • JavaScript
  • Web Store

pwgen

A tiny CLI password generator. Say how long, how many, symbols or not — it does the rest. Single binary, zero deps.

  • Go
  • CLI

AI Telegram Bot

A Telegram bot wired to an LLM through Semantic Kernel — ask it anything, get answers right in chat. My AI playground.

  • C#
  • Semantic Kernel

Minimal RAG Example

The smallest Retrieval-Augmented Generation demo that actually works — a clean starting point, minus the framework noise.

  • TypeScript
  • RAG

Semantic Kernel Content Creator

A sample using Microsoft's Semantic Kernel to generate content with AI — plugins, prompts and all the wiring, as a reference.

  • C#
  • Semantic Kernel