Live data from Hacker News

Vibecoding my personal site into the 512KB Club

calvinbarker.com

1–8 of 8 posts

Re: Vibecoding my personal site into the 512KB Club

#5
> 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.

Re: Vibecoding my personal site into the 512KB Club

#6
post #5

> 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.

[deleted]