Docs

Get started in minutes.

Use the playground to learn the language model first, then move into parser and grammar workflows when you are ready to customize compiler behavior.

1. Open the playground

Start with /playground and edit a snippet. You will see syntax, parse tree, captures, and rendered output in one place.

2. Understand the loop

Each change is parsed and compiled. This language-first loop is the foundation for reliable UI transformation workflows.

3. Scale with the monorepo

When you need deeper control, evolve grammar under src/tree-sitter-mate and parser under src/parser, then sync artifacts for the playground.