Vibecoding my personal site into the 512KB Club
calvinbarker.com
Vibecoding my personal site into the 512KB Club
1–8 of 8 posts
Re: Vibecoding my personal site into the 512KB Club
#2Re: Vibecoding my personal site into the 512KB Club
#3What 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!).
Re: Vibecoding my personal site into the 512KB Club
#4Maybe just use http://vanilla-js.com
Re: Vibecoding my personal site into the 512KB Club
#5The 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.
Re: Vibecoding my personal site into the 512KB Club
#6> 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.