Concepts
Architecture, content model, multilingual model, templating philosophy and how Quilium builds a page.
Quilium architectureGet a map of the whole system, the parts a Quilium site is made of and how content turns into a served page, so the rest of the Explanation pages have somewhere to anchor. The content modelUnderstand the handful of building blocks a Quilium site is made of, and learn a reliable rule for picking the right one each time, so you model content once and never have to unpick it later. How Quilium builds the siteUnderstand how Quilium turns your content and templates into the HTML a visitor sees, so you know what changes when, and what stays in your own hands. Routing and URLsUnderstand how Quilium turns a request into a page, so you can reason about every URL your site serves instead of guessing why one returns a 404. The multilingual modelUnderstand the three independent layers Quilium uses to serve a site in several languages, so you can reason about what belongs where before you translate a single string. Templating philosophy and practicesUnderstand the thinking behind a good Quilium template, so the ones you write stay easy to edit, easy to reuse, and hard to break. AI, MCP and skillsUnderstand why Quilium exposes an MCP server and a skills library, so you can decide where an AI agent fits in your workflow and what to expect when one builds alongside you.