Current offer
GitHub Flows
Observable, bounded agent workflows triggered by GitHub events.
Selected work
A practical record of the systems I build for myself and clients. The featured work shows my current direction; the archive traces the engineering path that led here.
The products that best represent my current work with controlled agents and modular JavaScript systems.
Current offer
Observable, bounded agent workflows triggered by GitHub events.
Engineering foundation
The JavaScript architecture beneath my current products and sites.
In development
A private digital counterpart for maintaining context and coordinating agent work.
Products, utilities, client systems, and experiments from 2016 to the present.
A private digital counterpart in development: a tool for keeping personal context and work continuous while using AI agents with the person still in control.
Start date: February 2026
Description: A Node.js CLI app built in one day in collaboration with the Codex agent using the ADSM (Agent-Driven Software Management) methodology. After startup, the app fetches the latest post from a Russian-language Telegram channel, translates it into English and Spanish, and automatically publishes the translations to the corresponding channels. The project serves as a practical validation of splitting ADSM’s cognitive context into seven standard levels for documentation and development management.
ADSM levels in the project:
Telegram channels:
Repository: GitHub
Start date: February 2026
Description: An experimental web application for observing personal attention through vector representations and embeddings. The application reads Habr RSS feeds, generates annotations and summaries using LLMs, and calculates semantic proximity markers between publications and the user’s personal interest vector. By default, all computations are performed locally in the browser. The project was created in an agent-driven mode (LLM + Codex) within the ADSM methodology.
Features:
Live demo: mindstream.app.wiredgeese.com
Repository: GitHub
Start date: November 2025
Description: A small self-hosted PWA for private video calls between family members. Runs on plain JavaScript, uses WebRTC without third-party installs, accounts, or server dependencies beyond signaling. Built alongside the Codex agent and the ADSM methodology, experimenting with conversational programming and cognitive context.
Features:
Live demo: call.wiredgeese.com
Repository: GitHub
Start date: March 2025
Description: A minimalist CMS implemented as a TeqFW plugin. Allows building multilingual SSR sites based on Mustache file templates, with content management via Git and automatic translation using LLM. Used to generate this website.
Features:
Website: cms.teqfw.com
Repository: GitHub
Start date: April 2025
Description: A Node.js utility for logging outgoing emails to an SQL database (PostgreSQL, MySQL, SQLite). Used as a `pipe` handler in Postfix (`always_bcc` or `aliases`) and records full MIME messages. Based on TeqFW's DI architecture, easily embeddable and extensible.
Features:
Repository: GitHub
Start date: January 2025
Description: A personal PWA for tracking nutrition and weight, with deep GPT assistant integration. NutriLog continues BWL's ideas but reimagined through LLM interaction: AI helps maintain a diary, calculate calories, and form mindful habits. Based on TeqFW, actively developed as an AI experiment.
Features:
Website: nutrilog.app.wiredgeese.com
Repository: GitHub
Start date: January 2025
Description: A minimalist web app for customer registration via QR links as part of Domotehnika store's loyalty program. Visitors scan a QR code in-store, land on a registration page, and get access to personalized offers. Data is stored centrally and used for marketing and analytics.
Features:
Website: tc.klientuklubs.lv
Repository: private
Start date: July 2024
Description: A progressive web app for storing, displaying, and organizing QR and barcodes on mobile devices. All data is saved locally in the browser and available offline. The app demonstrates modern PWA capabilities: installation, offline operation, hardware API integration, and local databases. Conceived as an MVP but implements full architecture with logic, routing, and storage separation.
Features:
Camera API using html5-qrcodebwip-jsGeolocation APIIndexedDB, configurations in localStorageService Worker and Cache APIWebsite: wallet.wiredgeese.com
Repository: GitHub
Start date: June 2023
Description: A utility for real-time remote monitoring of JavaScript application logs. Browser messages are sent to the server via Beacon API and then relayed to all connected developers via SSE (Server-Sent Events). Minimally invasive and convenient for local development and mobile device debugging.
Features:
Public server: console.wiredgeese.com
Repository: GitHub
Start date: April 2022
Description: A platform for personalized rehabilitation, including a PWA for patients and a web portal for specialists. Implements TeqFW principles in a real medical product: modular architecture, dependency injection, server logic, LLM integration.
Features:
Website: rehapp.ru
Repository: private
Start date: 2021
Description: A PWA for weight tracking in small groups. First implementation of TeqFW architectural principles in UI: dependency injection, CLI, DB operations. Used by a limited circle of users, mainly friends and family.
Features:
Website: bwl.wiredgeese.com
Repository: GitHub
Start date: August 2019
Description: A JavaScript architectural platform for creating modular web apps with dependency injection, strict file structure, and focus on development without complexity. TeqFW is the foundation of all my modern projects and a practical evolution of Magento 2 experience transferred to JavaScript.
Features:
Repository: GitHub
Philosophy: PHILOSOPHY.md
Start date: 2016
Description: A Magento 2 e-commerce store deeply customized for MLM business needs. Developed extensions for client tree management, bonus calculations, custom admin components, and external service integrations. The project became the foundation for architectural ideas later implemented in TeqFW. This was my last major PHP project, and since 2018 it has been running stably in production.
Features:
Website: santegra.com
Repository: private