01
Auto-sync of job openings and contacts into the CRM
Problema recruiting agency kept vacancies in two systems and moved the data by hand.
Solutiona sync with auto-import and deduplication — new vacancies and contacts flow into NetHunt on their own, duplicates get merged by rules.
Resultmanual copying is gone entirely, and the database stays clean — 0 duplicates.
NetHunt API · Node.js · scheduled syncs (cron)
02
Escape room booking site with analytics
Probleman escape-room chain took bookings by phone and in messengers — slots got lost, and there was no picture of utilization.
Solutiona site with online booking, an admin panel for staff, and visit analytics — popular slots, room utilization, month-over-month trends.
Resultbooking runs 24/7, staff see the schedule live, and the owner sees numbers to decide with.
Node.js (Express) · SQLite · Chart.js
03
Real-time server load dashboard
Problemthe client needed to see the state of their infrastructure without heavy, expensive monitoring suites.
Solutiona lightweight web dashboard — CPU, memory, disk and network live, with charts and PIN-protected access from any device.
Resultproblems are visible in seconds — not after something has already gone down.
Python · Linux system metrics · live updates in the browser
04
Telegram bot: CRM cleanup + crypto alerts
Problemthe team was burning time hunting duplicate records in the CRM by hand.
Solutiona bot that finds duplicates with a single query right in Telegram — and sends USDT rate alerts on the side.
Resulta database check that used to take half an hour is now one message in a chat.
Python · Telegram Bot API · NetHunt API · Binance API
05
Email infrastructure for cold outreach
Problemthe company needed cold campaigns into the EU market without putting its main domain at risk.
Solutionthree standalone email domains with DKIM/SPF/DMARC, 180 mailboxes, gradual warm-up.
Resultemails pass deliverability checks, and the main domain's reputation stays safe.
Postfix · Dovecot · DKIM/SPF/DMARC · warmup service
05
AI assistant inside a web app
Problemthe AI lived apart from the actual work tool — extra tabs, context copied over by hand.
Solutionwe built a Claude chat right into a planner app: the assistant sees the user's tasks, answers and helps plan without leaving the interface.
ResultAI stopped being a toy and became part of the daily workflow.
NestJS · React · Claude API