Yevheniia Smahlii Humenko - Web Developer | ContraWork by Yevheniia Smahlii Humenko
Yevheniia  Smahlii Humenko

Yevheniia Smahlii Humenko

AI automation, chat bots, make.com, n8n, copiwriter, landing

New to Contra

Yevheniia is ready for their next project!

Cover image for Modern Websites for Small Businesses
Modern Websites for Small Businesses That Drive Real Results Every business deserves a website that is fast, professional, and built with a clear purpose. I develop modern websites for small and medium-sized businesses that help establish credibility, showcase services, and make it easier for customers to get in touch or book an appointment. Rather than building overly complex platforms, I focus on creating practical websites that solve real business needs. Every project is designed to be responsive, easy to navigate, and optimized for performance across all devices. ━━━━━━━━━━━━━━━━━━━━ WHAT I BUILD ━━━━━━━━━━━━━━━━━━━━ I work on a variety of web projects, including: • Landing Pages • Business Websites • Portfolio Websites • Restaurant Websites • Barber Shop Websites • Dental Clinic Websites • Fitness Studio Websites • Beauty Salon Websites • Websites for Local Service Businesses • Simple E-commerce Websites • Promotional & Marketing Websites ━━━━━━━━━━━━━━━━━━━━ MY APPROACH ━━━━━━━━━━━━━━━━━━━━ Every project starts with understanding the business and its goals. Instead of relying on generic templates, I create websites with a clear structure, intuitive navigation, and a modern design that reflects each client's brand. The focus is always on user experience, performance, and long-term maintainability. Each website is built to load quickly, adapt seamlessly to mobile devices, and provide visitors with the information they need without unnecessary complexity. ━━━━━━━━━━━━━━━━━━━━ FEATURES I COMMONLY INCLUDE ━━━━━━━━━━━━━━━━━━━━ • Responsive Design • Mobile-First Development • Clean & Modern UI • SEO-Friendly Structure • Performance Optimization • Contact & Inquiry Forms • Google Maps Integration • Social Media Integration • Online Booking Integration (When Needed) • Easy-to-Manage Content ━━━━━━━━━━━━━━━━━━━━ BUILT FOR GROWING BUSINESSES ━━━━━━━━━━━━━━━━━━━━ Whether it's a local café, dental clinic, barber shop, fitness studio, or independent professional, the goal is always the same: create a website that represents the business professionally and helps turn visitors into customers. Every business has different needs, so every website is designed with flexibility, clarity, and long-term usability in mind. If you're looking for a modern website that is fast, responsive, and tailored to your business, I'd be happy to help bring your ideas to life.
0
7
Cover image for AIORO — Landing Page with
AIORO — Landing Page with Integrated OSINT Tools Developed a functional landing page that combines persuasive copywriting with built-in security utilities. Instead of a static brochure site, I integrated real-time tools directly into the interface: SSL certificate verification, Hash Tools for data integrity checks, and DNS Lookup for domain analysis. Key features implemented: 🔹 Seamless integration of OSINT tools without leaving the page 🔹 AI-powered workflow design for instant digital footprint audits 🔹 Multi-language support (UA/EN/RU/PT) with sticky navigation 🔹 Conversion-focused layout optimized for technical clients This project demonstrates my approach to building websites that serve as both marketing assets and practical security instruments. Tags: Web Development, Landing Page, OSINT, Cybersecurity, AI Integration, SSL, DNS, Hash Tools, Automation, UI/UX Design, Frontend Development, Security Tools, Multi-language, n8n, Groq API
1
126
Cover image for Project Title:
AI-Powered OSINT Audit System
Automated
Project Title: AI-Powered OSINT Audit System Automated digital footprint analysis using AI. Generates privacy reports in 4 languages via Telegram or Email in under 30 seconds. The Challenge: Manual OSINT audits take hours of research across multiple platforms. Clients need fast, actionable insights about their digital privacy without technical expertise. The Solution: I built an end-to-end automated workflow that: 🔹 Collects user data through a multilingual web form (UA/RU/EN/PT) 🔹 Processes information using n8n automation 🔹 Leverages Groq API (Llama 3.3 70B) for AI-powered analysis 🔹 Delivers structured privacy reports via Telegram or Email (configurable) Tech Stack: 🔹 Automation: n8n (workflow orchestration) 🔹 AI/LLM: Groq API with Llama 3.3 70B 🔹 Frontend: Custom HTML/CSS/JS form Delivery: Telegram Bot API + Email integration Hosting: Docker + VPS Results: ✅ Full audit completed in 10-30 seconds ✅ Supports 4 languages with automatic detection ✅ Flexible delivery: Telegram (instant) or Email (detailed PDF) ✅ Zero manual intervention required ✅ Production-ready with error handling What I Did: Designed complete workflow architecture Built multilingual frontend interface Configured AI prompts for accurate OSINT analysis Implemented dual delivery system (Telegram + Email) Set up production deployment with Docker Tags: AI Automation, n8n, OSINT, Groq API, Workflow Automation, Cybersecurity, Telegram Bot, Email Integration, LLM
0
130
Cover image for Lead Gen Automation Turnkey: Website
Lead Gen Automation Turnkey: Website ➡️ Baserow ➡️ Telegram & Slack Looking for a way to instantly capture leads from your website and route them to your team's chat apps without losing potential clients? I have built a powerful, completely free-to-run workflow using n8n that automates this entire process with zero ongoing software costs. How the ecosystem works: Website Submission: A client fills out a form on your website (Tilda, WordPress, Webflow, etc.). The form instantly forwards the data to a Webhook. (In the demo video, I simulated this submission using a console curl command to show the real-time processing speed of the system). CRM / Database Logging: n8n intercepts the request and automatically creates a new row in Baserow (a free Airtable alternative), mapping the name, phone, email, and company into the correct columns. Instant Push to Telegram & Slack: In parallel, n8n blasts beautifully formatted lead cards into two channels simultaneously—to your sales rep via a personal Telegram bot and to your office team in a dedicated Slack channel. Why my scheme is more reliable than standard ones: During the build process, I fixed the main bug associated with such integrations—data loss during transfer between nodes. I used advanced n8n syntax with a strict end-to-end connection to the primary webhook. The result: data reaches Telegram with a 100% guarantee, without empty fields or failures.
0
261
Enricing contacs 30 Seconds That Save Hours: What Proper Automation Looks Like This video shows the result of a customized contact enrichment script I created on Make.com (http://Make.com). The video is only half a minute long, and it shows how data from an incoming Gmail message is instantly converted into pure JSON and then automatically added as a new row to a Google Sheet. On the screen, it looks simple and fast. And that's the best compliment for an automation engineer, because the fewer actions the end user sees, the more complex the architecture under the hood. To ensure this 30-second process runs autonomously and without failures, key technical challenges were addressed: Fault-tolerant architecture: The script is completely rebuilt using Add a Row modules, eliminating parameter validation errors and ensuring stable appending of data to the end of the database. Custom Error Handling: Hidden error handlers are configured at the Flow Control level (Ignore module). If a table or third-party service freezes for a second, the automation won't crash—the system will handle the failure automatically in the background. Data validation: Point mapping of variables is configured (including names, social networks, and phone numbers). The database automatically formats incoming strings as plain text to prevent international phone codes from breaking the table structure. The result: the client receives a streamlined, fully functional solution, rather than an overloaded system. Complex engineering on the inside—perfect simplicity on the outside.
0
273
A webhook trigger catches every message from your Telegram bot. The Add Row module in Google Sheets records it instantly — date, user ID, username, and text. Two modules, two operations per message, zero polling. The script writes messages from Telegram to a spreadsheet.
2
354
Cover image for The Illusion of Automation: Why
The Illusion of Automation: Why Are We Still Working at Computers? Every time you open your news feed, you see the same things: "AI will replace everyone," "neural networks have revolutionized," "billions of dollars in investments." But if you close the news tab and look at the real desktops around you, the picture changes. Managers still copy data from one tab to another, marketers manually transfer leads from spreadsheets to CRMs, and entrepreneurs are drowning in operating systems. A strange paradox arises. Technology already allows AI to write code, analyze gigabytes of data, and generate strategies. So why are most of us still using ChatGPT simply as an advanced search engine or a polite email generator? We've fallen into the trap of "manual AI." Interface Failure: The problem isn't the capabilities of the models, but how we interact with them. A dialog box is the worst interface for business. To get results, a person must come, write a prompt, wait, copy the response, check it, and transfer it somewhere. This isn't automation. It's the addition of another employee who needs constant instructions. Real evolution begins when humans break out of the chain of intermediate actions. Think of the process not as a chat, but as the invisible nervous system of a company. A client submits a request, a trigger runs a script on Make, and AI, without your intervention, analyzes the client's website, understands their pain points, writes a personalized proposal, and saves the draft in your inbox. All you have to do is click "Send." AI shouldn't be a conversationalist, but the glue between your work tools (CRM, messengers, databases). Role shift: from performer to architect. The most difficult barrier to automation is mental. We're used to measuring efficiency by hours spent in front of a screen. "I'm busy, I'm sorting through the client database, so I'm working." Automation requires a shift in thinking. You need to stop being an algorithm executor and become its architect. Ask yourself: What basic steps does my day consist of? Where am I simply a copy-paste artist? What business rule determines my next action? Once you break down the chaos of your routine into clear, logical blocks, it turns out that 80% of your "unique" work can be described by a single flowchart and delegated to a combination of APIs and no-code platforms. What's next? The tools have become accessible. Writing an integration today is no more difficult than assembling a Lego set. The main deficit now is not computing power, but the human ability to critically examine their daily actions and delegate them to code. Automation isn't about saving money on staff. It's about returning people to their core function: thinking, creating meaning, and making decisions, leaving the mechanical work to machines. If you look at your daily tasks, what action do you repeat most often, feeling like you're wasting time?
1
320
People are still googling "promt hacks 2026." I stopped six months ago. I used to believe it was all about wording, too. I'd change the word order. Add "act like an expert." Tweak the generation temperature. The result was a smooth text that didn't catch the eye, didn't sell, and didn't work. Until I noticed a pattern. The best answers weren't born when I asked "make it stronger." But when I knew exactly what I didn't want to see. Promt marketing today isn't linguistics. It's attention surgery. You don't control the model. You cut off its options. The more rigid the context, the more precise the boundaries of the impossible, the sharper the result. Neural networks haven't gotten any dumber. They've simply stopped responding to lazy instructions. Nowadays, the winner isn't the one who knows more tokens. It's the one who knows how to formulate emptiness. If your AI is still producing "market average," stop adding. Start cleaning up. A working prompt is always shorter than one that doesn't work. Save it. Reread it when the next request fades into the background.
0
309
AI Assistant is an intelligent website chatbot designed to automate initial customer interactions and provide 24/7 support. The project addresses the challenge of long response times by offering instant information and seamless site navigation. Key Facts 24/7 Availability: Continuous operation without breaks or downtime. Intelligent Processing: Natural language understanding and polite management of user expectations. Adaptive Design: A compact, non-intrusive UI that complements the website's layout. Latest Trends LLM Integration: Utilizing GPT-level technologies for human-like conversational experiences. Proactive Engagement: Algorithms that offer assistance based on real-time user behavior. Scalability The system is designed for growth, allowing for advanced features such as CRM integration, appointment scheduling, or automated price estimation. These advanced modules are available as premium add-ons for an additional fee, depending on the complexity of the implementation. I will make one project for free for feedback to gain experience.
0
333
This automation workflow integrates Gmail with artificial intelligence via HTTP requests and logs the output into Google Sheets. The system automatically monitors incoming emails, processes their content using AI, and structures the data into a spreadsheet for seamless management and tracking. Key Facts Automated Monitoring: A dedicated Gmail module tracks new messages in real-time ("Watch emails"). AI-Powered Analysis: Utilizes HTTP POST requests to OpenAI's API for content analysis, summarization, or response drafting. Structured Storage: Automatically populates Google Sheets ("Add a Row") with the processed information. Operational Efficiency: Eliminates manual data entry and human error in lead or inquiry management. Scalability The current workflow serves as a foundation. Advanced features, such as automated email replies, CRM integration, or multi-step classification, can be implemented as premium upgrades for an additional fee. I will make one project for free for feedback to gain experience.
0
325
Telegram Concierge is a lightweight business bot built with Make.com (http://Make.com) to automate customer communication directly in Telegram. It processes messages in real time and stores key interaction data through HTTP integrations. 🔑 Key Facts Instant Response: real‑time auto‑replies with zero human intervention. Data Integration: captures leads, orders, or inquiries for easy tracking. Flexible Logic: Make.com (http://Make.com) scenarios allow customized workflows tailored to business needs. Support & Sales: acts as a first‑line support agent or automated sales representative. 📈 Scalability The core version covers automated chats and data logging. Advanced features — Telegram payments, deep database connections, segmented broadcast messaging — are available as premium add‑ons for an additional fee. 💡 I will deliver one project for free to gain feedback and experience.
1
336