schemaflux Tutorials
Step-by-step tutorials for schemaflux. Build a static site from markdown, compile eval datasets for matchspec, and write custom output backends.
Building a Static Site
15 minCreate a content directory, write a schemaflux.yml config, define a layout template, and build a complete static site with taxonomy pages and a search index.
Compiling an Eval Dataset
20 minAnnotate markdown files with evaluation frontmatter, run them through the schemaflux pipeline, and produce a structured JSON dataset ready for use with matchspec.
Writing a Custom Backend
25 minImplement the Backend interface in Go to emit any output format from the compiled IR. Walk through a working example that produces a JSONL file per taxonomy tag.