The Developer Guide now covers Scriptor end to end, from the narrative concepts down to copy-paste recipes. If you are building a theme, a plugin, or anything against the frontend Site contract, the answer is in one of its four layers.

What changed

  • Concepts explain how the engine fits together: request flow, plugin discovery, the page model, the event pipeline.
  • Build a Theme walks from an empty directory to a working theme, with a real mini-case you can composer require.
  • Build a Module does the same for a plugin, building bigins/scriptor-simple-router line by line.
  • API Reference documents 20 classes across Frontend, Plugin, Editor, Events, and Logging, with the surface taken verbatim from source.
  • Cookbook collects 15 task-shaped recipes (routing, events, frontend, editor, plugin authoring), each with variants and cross-links.