This repository contains the source code for agentzh.org, a personal website or knowledge hub. Instead of being built with traditional web hosting tools, it uses Tiddlywiki, a single, self-contained HTML file that acts as both a wiki and a notebook all in one. The way it works is wonderfully simple. Because everything is packaged into a single index.html file, you can open it directly in your browser without needing a web server or any special setup. When you want to make changes to the site, you just clone the repository, open that HTML file in Firefox or your browser of choice, and edit it right there. Tiddlywiki lets you create and organize pages (called "tiddlers") with links between them, all stored in that one file. This approach is ideal for someone who wants a lightweight, self-contained website or personal wiki that's easy to maintain. You might use it to build a personal knowledge base, a simple resume site, project documentation, or a collection of notes and ideas, all without dealing with databases, hosting complexity, or build processes. Anyone who prefers simplicity and wants to keep their website under version control using Git would find this appealing. The project is minimal and straightforward, which is part of its appeal. There's no build step, no deployment pipeline, and no dependencies to install. You edit locally, commit your changes to the repository, and you're done. It's a reminder that powerful tools don't always need to be complicated.
← agentzh on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.