The application season has finally ended, and I’ve also just finished up my undergraduate thesis recently. With a bit of free time, and with Codex and Claude Code getting more and more powerful lately, I finally vibe-coded my own blog system. While keeping to a minimalist style as well (the frontend is adapted from the blog of the blogger 熊猫小A), the blog is deployed as a single executable with no external dependencies, weighing in at just 25MB. It supports backend article editing, comment management, view count statistics, S3-connected media uploads, automatic image and video transcoding, AI-based automatic spam detection, and automatic translation. Basically all the features I needed have been implemented. At the moment it is a fully dynamic blog, so it is not very SEO-friendly. But in this day and age, who cares about SEO anymore anyway.

Technically speaking, the frontend uses HTML + native CSS + JS, and the backend uses Golang. I’ll have a more detailed introduction when I have time later~

R1cky64 views