Table of Contents

Table of Contents

A complete map of everything on this site. Use this to find topics, navigate the content system, or understand the structure of the library.

Content Systems

Content is not just writing. A real content system has structure, schema, and purpose. It separates different types of content by their function. It grows without collapsing into a mess. This section covers what it means to build a content library that compounds over time instead of just adding more pages.

PHP + JSON Architecture

Building flat-file publishing systems with PHP and JSON ... no database, no CMS overhead, full control.

Content Schemas

Designing JSON schemas for articles, categories, offers, and pages that machines and humans can both navigate.

AI-Assisted Publishing

Using AI as a production layer within a real content system ... prompts, workflows, and quality controls.
April 17, 2026

Building Reusable AI Prompt Systems for Consistent Content

One-off prompts produce one-off results. A prompt system produces consistent, schema-valid content you can publish without rebuilding the context every time. Here is how to build one.
April 10, 2026

Designing a Content Schema You Won't Regret in Six Months

A content schema made up on the fly produces technical debt fast. Here is how to design one deliberately ... and what to get right before you have a hundred files that all need updating.
April 1, 2026

The Content Review You Should Do Before Every Publish

AI can draft the article. The review before publishing is where your judgment matters most. Here is what to check ... and what you are actually checking for.
March 19, 2026

Setting Up a PHP + JSON Site That AI Tools Can Actually Work With

The structural decisions you make when setting up a PHP + JSON site determine how useful AI coding tools will be. Here is what to get right from the start.
March 18, 2026

How to Turn One Good Idea into a Content System

Most people treat a good idea like a single article. The better move is to turn it into a structured content system that can feed categories, related content, schema, and future assets.
March 11, 2026

Why Your Content Library Is Your Moat

Traffic can be bought. Rankings can be lost. A deep, structured content library on a topic you genuinely own is the one competitive advantage that is hard to replicate quickly.
February 26, 2026

What Visibility Means in an AI-First World

Visibility used to mean ranking on page one. In an AI-first environment, it means being the source that gets referenced, cited, and synthesised. That is a different goal requiring a different approach.
February 24, 2026

The Case for Flat-File Publishing in 2026

Databases and CMS platforms solved real problems. They also created new ones. A flat-file system built on PHP and JSON solves those problems differently ... with less friction, more control, and a structure that AI tools can actually work with.