About
About this site
Bocchi Hub is the personal blog and homepage of Bocchi. It's one person's corner of the web — a place to write things down, keep the feeds I actually read, and host the little utilities I keep reaching for.
What lives here
- Blog — build notes, experiments, and longer-form writing.
- News — cybersecurity and financial stories curated by a pipeline I run, published as filterable feeds.
- Tools — self-contained browser utilities. Nothing you type in them leaves the tab.
How it's built
Plain HTML, CSS, and vanilla JavaScript — no frameworks, no build step. The site is fully static and hosted on Cloudflare Workers; the news feeds are JSON files that a pipeline commits into the repository, and each deploy is just a git push. If you're curious, the first post explains the design.
Privacy
There are no analytics, no cookies, and no third-party scripts here. The only external requests the site makes are for its web fonts. The theme toggle stores a single preference in your browser's local storage, and that's the extent of it.