hello there! I'm

Phong Lee

I'm a software engineer specializing in web applications. I hope to keep seeing, learning, building, and loving.

Exploring
  • Full-stack web
  • Cloud & DevOps
  • AI engineering
  • System design
  • Creative code
me :)
me :)
hiliosai team
hiliosai team
LTV meeting
LTV meeting
workspace
workspace
GymIntelOps
GymIntelOps
AI Agent Sales
AI Agent Sales
me :)
me :)
hiliosai team
hiliosai team
LTV meeting
LTV meeting
workspace
workspace
GymIntelOps
GymIntelOps
AI Agent Sales
AI Agent Sales
me :)
me :)
hiliosai team
hiliosai team
LTV meeting
LTV meeting
workspace
workspace
GymIntelOps
GymIntelOps
AI Agent Sales
AI Agent Sales
Scroll to explore

Skills

Key skills that define my professional identity.

Let's build something amazing

app/api/agent/route.ts
TSX
// HiliosAI — AI Lead Capture Agent
import { anthropic } from '@ai-sdk/anthropic'
import { streamText, tool } from 'ai'
import { z } from 'zod'
export async function POST(req: Request) {
const { messages } = await req.json()
const result = streamText({
model: anthropic('claude-haiku-4-5'),
system: 'You are an AI sales agent for HiliosAI...',
messages,
tools: {
captureIntent: tool({
parameters: z.object({ email: z.string().email() }),
}),
},
})
return result.toDataStreamResponse()
}
https://home.hilios.ai/
Active
AI Sales & Landing Page Platform preview
  • Ready on http://localhost:3000
  • ✓ Compiled successfully in 1.2s

Experience

Professional journey and career timeline.

> git log --author "Le Thanh Phong" --oneline

✓ 3 commits loaded

HiliosAI

Software Engineer

HiliosAIVietnam
2023 - Present

Core full-stack engineer driving AI-first product development across backend and frontend systems.

TypeScriptNode.js+7 more
LTV

Full-stack Web Developer

LTVNha Trang, Khanh Hoa, Vietnam
2022 - 2025

Full-stack engineer building scalable web applications with Vue.js, Node.js, and AWS.

Vue.jsNode.js+5 more
FPT Telecom

IT Support Technician

FPT TelecomNha Trang, Khanh Hoa, Vietnam
2021 - 2022

Experienced the real working environment in a corporate setting.

SalesCustomer Service