Most small business websites run on WordPress or Webflow. Both charge monthly. Both come with plugin libraries that slow your pages down. Both make it harder to leave the longer you stay. When something breaks at midnight, you are waiting on a theme update or a plugin conflict. Balay ni Bruno & Co. made a different choice: no platform, no subscription, no middleman.

The Stack: Plain Files, GitHub, and Netlify

The Balay ni Bruno & Co. website is pure HTML, CSS, and JavaScript. No framework. No build process. No database. Every page is a plain file sitting in a GitHub repository. When a change gets pushed, Netlify picks it up automatically and the live site updates in about 60 seconds. The hosting is on Netlify's free tier. The total monthly cost for the website infrastructure is zero.

A website does not need to be complicated to be fast, beautiful, and fully owned. Plain files on a free host outperform most WordPress sites on every metric that matters to real visitors.

The Design System: One File Controls Everything

All the colors, fonts, and spacing on the site live in CSS custom properties at the top of one stylesheet. Change the brand color in one place and it updates across every page. The typography uses a defined scale so headings and body text stay consistent without any manual matching. This is the design system, and it means the site has a visual language that holds together even as new pages get added.

How Webby Edits the Site

Webby is the Website AI at Balay ni Bruno & Co. When a change is needed, Webby reads the relevant HTML file, makes a precise edit to exactly the right section, commits the update to GitHub, and pushes it. The live site reflects the change about a minute later. No dashboard login. No page builder drag-and-drop. No waiting for a developer. The whole process runs through code, which means it is fast, traceable, and reversible if anything goes wrong.

The result is a website Balay ni Bruno & Co. fully owns. The files live on GitHub, which means they can be moved, copied, or rebuilt anywhere. Page speed scores are high because there are no plugins loading extra scripts in the background. And because everything is plain text, an AI can read it, understand it, and edit it without any special tools. That is the real advantage of building this way: the site grows with the business without growing the bill.

Key Takeaways

  • Pure HTML plus GitHub plus Netlify equals free hosting, 60-second deploys, no lock-in.
  • CSS custom properties let you retheme an entire site by changing one block of variables.
  • No JavaScript framework means no bundle size, no hydration delay, just fast HTML.
  • An AI can edit plain HTML files directly without needing a CMS dashboard.