Skip to content
View vuhai2002's full-sized avatar

Block or report vuhai2002

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vuhai2002/README.md

Vũ Văn Hải

Fullstack Developer - AI-driven, agentic coding - Ho Chi Minh City, Vietnam

I build and ship full-stack products end to end - frontend, backend, and the infrastructure under them. My edge is AI-driven development: agentic coding with AI agents across the whole cycle, from design to deploy, to move fast without trading away correctness. TypeScript / React / Node.js / PostgreSQL.

Currently

  • Building full-stack on a production CRM + course-commerce platform - I own the backend and the admin UI
  • Working AI-driven - agentic coding and LLM tooling across the whole cycle, from design to deploy
  • Shipping side projects, including a production AI agent I wrote from the loop up (zalo-agent)
  • Open to full-stack / software engineering roles and conversations

Selected work

zalo-agent open source - MIT

An AI Agent (AI assistant) that lives inside Zalo and answers real people in real chats. One self-hosted deployment runs many accounts - each its own persona and toolset - so a business can point it straight at customers. It remembers people across months, searches documents you feed it (RAG), schedules follow-ups, and builds Word/Excel files and images on the fly. Self-written agent loop with its own tools, and layered prompt-injection defense with deliberately no money-moving tools - so it stays safe reading messages from strangers. Runs on your own server, not locked to any LLM vendor. Open source (MIT).

The full backend of a live virtual-office and coworking rental SaaS - one system serving a customer web app, an internal CRM, and a Zalo Mini App at once. Customers browse, book and manage office space end to end. Built to be trusted with real contracts and money: an accounting-grade, tamper-evident audit trail of every action, and booking and promotion logic that never oversells even under concurrent load.

Sole backend engineer for a company's live CRM and course-selling platform - real revenue, real customers. It takes payments and issues legally-binding Vietnamese e-invoices that always match what was actually paid, with no double-charging even when a bank webhook races a manual confirmation. Runs marketing and transactional email to ~11,000 recipients, and powers the internal CRM, a digital document library, and the landing pages that sell the courses.

Video & audio streaming platform solo - live in production

A solo, full-stack video and audio streaming platform - web app, backend, a companion desktop app, and infrastructure. Its standout is in-content search: type a half-remembered line and jump to the exact moment in the right video (typo-tolerant), cut from 54 seconds to ~160ms by rethinking how transcripts are indexed. Role-based access with three privacy levels, a direct-to-storage upload pipeline, and a native desktop app (Electron + ffmpeg) for publishing multi-gigabyte files the browser can't. Engineered for discovery too, with structured data and SSR so AI answer engines can read and cite the content.

AI Translator Chrome extension - 330 users, 5.0 stars

A browser translation tool with a real, happy user base - 330 users at 5.0 stars, maintained 16 months on the Chrome Web Store. Translate on hover, selection or right-click across 50+ languages, backed by a proxy that keeps it fast and dependable with server-side keys and automatic provider failover.

Tech

Languages TypeScript, JavaScript, C#, SQL, Bash
Frontend React 19, Next.js 16, TanStack, Tailwind CSS, Vite
Backend Node.js, Hono, Express 5, ASP.NET Core, REST, BullMQ
Data PostgreSQL, Drizzle ORM, SQLite, SQL Server
AI / agentic Vercel AI SDK, agent loops, tool calling, RAG, MCP, evals; OpenAI-compatible / Anthropic / Google
DevOps Docker, GitHub Actions, Caddy, Nginx, Ubuntu hardening, Cloudflare, R2, B2

Contact

LinkedIn /in/haivv - haivv.se@gmail.com

Tiếng Việt

Fullstack Developer - AI-driven, agentic coding tại TP.HCM. Tôi làm sản phẩm trọn gói - frontend, backend, và hạ tầng phía sau. Thế mạnh của tôi là phát triển theo hướng AI-driven: agentic coding, dùng các AI coding agent xuyên suốt vòng đời phát triển - từ thiết kế tới deploy - để đi nhanh mà không đánh đổi tính đúng đắn. Nền cũ: .NET / C#.

Đang làm:

  • Làm full-stack cho một nền tảng CRM + bán khóa học đang chạy production - tự làm backend và giao diện CRM quản trị
  • Phát triển AI-driven - agentic coding và công cụ LLM xuyên suốt vòng đời, từ thiết kế tới deploy
  • Làm dự án cá nhân, gồm một AI agent tự viết từ agent loop (zalo-agent) chạy production
  • Sẵn sàng cho các vai trò / trao đổi về full-stack / software engineering

Pinned Loading

  1. zalo-agent zalo-agent Public

    Self-hosted AI agent living inside Zalo (personal account). Multi-account, 15 tools + external MCP servers, web dashboard, scheduler, durable memory, rich-text messages. Provider-agnostic: any Open…

    TypeScript 3 1

  2. developer-handbook developer-handbook Public

    A practical developer handbook with setup guides and best practices.

    Shell 1 5

  3. ai-slides-mcp ai-slides-mcp Public

    Python 3 6

  4. vietnamese-tts-studio vietnamese-tts-studio Public

    Offline Vietnamese text-to-speech (TTS) and voice cloning - fully local on your own NVIDIA GPU (works on 4GB VRAM), no internet, no API keys. Clean web UI + CLI. Built on OmniVoice/KhanhTTS. | TTS …

    Python 6 6

  5. AITranslatorExtension AITranslatorExtension Public

    JavaScript