Projects
Work and demo systems
Demo projects built to test specific product and engineering scenarios — not client work. Each one is honestly labeled as a demo project, with open information about what's ready and what's still in development.
LeadFlow
LeadFlow is a demo website with a service cost calculator and a lead form: the estimate and submission are handled server-side, the data is stored, and the person responsible gets an instant Telegram notification.
- — Service cost calculator
- — Lead form with server-side handling and validation
- — Leads stored in Supabase
- — Telegram notifications for new leads

BookingBot
BookingBot is a demo Telegram bot for booking services: the client picks a service and an open time slot right in the chat, and the bot creates the booking and sends reminders.
- — Step-by-step booking flow in Telegram
- — Service and open time-slot selection
- — Booking creation and confirmation
- — Guards against double-booking the same slot

ServiceDesk Lite
ServiceDesk Lite is a demo internal system for handling employee tickets: roles, a status workflow, comments, and a full change history for every ticket.
- — Employee and admin roles
- — Ticket status workflow
- — Employee registry
- — Ticket comments

DocuMind
DocuMind is a project in development: an AI assistant meant to answer questions about technical documentation, grounded in the actual source text rather than the model's guesses.
- — Document ingestion and processing (in development)
- — Semantic search over document contents (in development)
- — Answers grounded in retrieved sources — RAG (in development)
- — Citations/source links displayed (planned)
Project interface will be added once materials are ready.