⚖️ This site was built with heavy AI assistance while I was learning · 本站由 AI 重度辅助搭建

🛠️ Projects

Two categories, honestly separated. What I typed myself with full understanding goes under Built by hand; what AI substantially wrote goes under Built with heavy AI assistance — useful artifacts, but not claims of skill.

✍️ Built by hand

Bookmarks feature for this site BY HAND

Status: in progress — my first feature written entirely by my own hands (with guidance, but every line typed and understood by me). Bookmark articles with ⭐, stored in localStorage. Target: September 2026.

More will appear here as I build them. The learning log tracks the day-by-day work.

🤖 Built with heavy AI assistance

Knowledge base website (this site) AI-ASSISTED

Zero-dependency static site: Node.js http server, Markdown→JSON content pipeline, L1–L5 layered article reader, zero-dependency Chinese full-text search, light/dark themes. Built almost entirely by AI while I directed and learned from it.

Browse → · Tech notes & changelog →

Social platform (P2P chat & calls) AI-ASSISTED

LAN-based P2P text chat and 1-on-1 voice/video calls (PeerJS + WebRTC — messages travel browser-to-browser, not through the server), article comments with SQLite + SSE live updates. Runs locally; not publicly deployed.

Source: 社交平台/ in the repo