This is my personal knowledge base — a public collection of notes I've gathered over time.
It works as an [LLM Wiki](/ai/guides/llm-wiki/): I curate the sources and direction,
an LLM agent helps organize, summarize, and keep things consistent.
Maintained by [Roman Ožana](https://ozana.cz).

### 📝 What's it about?

Notes cover topics I keep coming back to — mostly **web development**
(JavaScript, CSS, Tailwind, Vue, WordPress, databases, Docker),
**AI** (agents, Claude Code, tools, guides), the **command line**
(git, networking, scripting, media tooling), plus a long tail of
**hardware**, **macOS**, **security**, **photography**, and
random things I've **googled a lot** and want to remember.

### 🔧 How it's built

Two repositories work together:

- [**OzzyCzech/wiki**](https://github.com/OzzyCzech/wiki) — the markdown content of this site.
- [**OzzyCzech/starlight**](https://github.com/OzzyCzech/starlight) — a GitHub Action
  with a bundled [Astro Starlight](https://starlight.astro.build/) template that builds
  and deploys the site to GitHub Pages on every push.

### 🚀 Can I contribute?

Yes. The content is on [GitHub](https://github.com/OzzyCzech/wiki).
If you find any bugs or outdated information, please open a [pull request](https://github.com/OzzyCzech/wiki/pulls).