Vibecoding my personal site into the 512KB Club

4 calvinbarker 4 8/19/2025, 12:42:05 PM calvinbarker.com ↗

Comments (4)

cjs_ac · 1h ago
> My setup: Next.js 14 with App Router, Tailwind CSS v4, hosted on Vercel. Starting weight: ~600KB.

The website is a blog of four static pages. The styling of the pages is simple, clean, and effective. There's no need for any JavaScript or a CSS framework; the CSS could be entirely handwritten in probably 100 lines. If the image is 71 kB, there's no reason for the total download for the home page to exceed 80 kB.

No comments yet

outcoldman · 1h ago
Maybe just use http://vanilla-js.com
boxed · 1h ago
or no js at all...
boxed · 1h ago
Ok.. but why does https://www.calvinbarker.com/blog load 17 js files?

What even is https://www.calvinbarker.com/_next/static/chunks/webpack-79c... ?

Seems like it can be cut down to 16k (3 of which are the favicon!).