OPEN FOR COLLABORATION +

Hello, I'm
Bolt Guo

Frontend Developer & AI Explorer

Building high-performance web applications and exploring the future of human-AI collaboration. I focus on clean code, seamless UX, and engineering excellence.

Tech Stack React Vue.js TypeScript AI
boltguo/profile.ts
interface Developer {
  name: string;
  skills: string[];
  passion: string;
}
const me: Developer = {
  name: 'BoltGuo',
  skills: ['Frontend', 'AI'],
  passion: 'Building the future'
};
export default me;