AOUOS / Bolt Guo

Hello, I'm Bolt Guo.

Frontend developer working on AI tools, product interfaces, and practical web projects. AOUOS collects the projects, notes, and experiments I actually ship.

developer.ts
01 interface Developer {
02   name: string;
03   focus: string[];
04   ships: string;
05 }
06
07 const me: Developer = {
08   name: 'Bolt Guo',
09   focus: ['frontend', 'AI', 'tools'],
10   ships: 'projects, notes, tools'
11 };
12 export default me;

Selected projects

Three current threads.

View all projects →

Latest notes

View all notes →