Projects

Selected products and tools I built to solve real workflow problems, from visa form assistance to remote agent control planes and personal knowledge rediscovery.

Selected Link to heading

VisaPilot Link to heading

Browser extension · AI assistant · Visa forms · Chrome Web Store · Edge Add-ons

VisaPilot is a chat-first browser assistant for visa and arrival-card forms, with page understanding, guided filling, and progressive memory.

  • Understands the current page and field intent for supported visa and travel declaration websites.
  • Provides explainable suggestions before filling, with a human-in-the-loop flow and no automatic official-form submission.
  • Stores profile, trip, memory, and settings data locally in the browser.
  • Supports multi-profile and multi-trip context isolation for repeat travel workflows.
  • Built with Manifest V3, TypeScript, React, Vite, and an optional Node.js BFF service.

Website · Chrome Web Store · Edge Add-ons

Gentle Memories Link to heading

Obsidian plugin · Local-first · Personal knowledge · AI optional

Gentle Memories is a local-first Obsidian plugin that gently resurfaces old journal notes inside the current vault.

  • Scans Markdown notes with configured journal tags and surfaces one eligible memory at a time.
  • Shows a compact Obsidian modal with the note title, date, excerpt, and quick actions.
  • Works locally by default, without an account, backend service, or analytics pipeline.
  • Keeps AI disabled by default; when enabled, it sends only the displayed excerpt, not the full note, path, vault name, tags, or display history.
  • Supports startup reminders and on-demand recall through the command palette.

GitHub · Obsidian Plugin

Remote Agent TG Link to heading

Telegram Bot · Local Codex control plane · Repository workflow · Node.js

agent-remote-tg is a local Telegram Bot control plane for running and supervising long-running coding agent workflows from a phone.

  • Restricts access to authorized Telegram chats and configured local repository aliases.
  • Starts or resumes bounded Codex agent tasks in a selected workspace, with runtime task metadata and full logs.
  • Keeps durable project state in repository files and git history instead of Telegram chat history.
  • Supports repository inspection commands, task status, log lookup, stop controls, and approval flows for agent permission prompts.
  • Provides a Bot-local commit and push path that previews changes and requires approval before writing to Git.

GitHub

Home Guard TG Link to heading

Trusted-host Telegram Bot · Home monitoring · Mac · ffmpeg

home-guard-tg is a small trusted-host Telegram Bot for checking on home from a Mac. It keeps the command surface intentionally narrow and runs only for authorized chats on the trusted home machine.

  • /camera_clip - capture a short camera clip for a quick home check.
  • /photo - capture a still image when a shorter update is enough.
  • /sound_alarm - play a local audible alert on the trusted Mac.

GitHub

Areas Link to heading

  • Browser extensions and workflow automation
  • Local-first knowledge tools
  • AI-assisted form understanding and personal productivity
  • Remote agent control planes and repository-backed workflow harnesses
  • Trusted-host Telegram bots for local device automation
  • Publishing workflows with Obsidian, Hugo, and GitHub Pages