Overview
Weavy is equipped with "the weavy language" and its editing/compiling GUI.
Everything is Editable
In Weavy, all the pages and templates are written in the weavy language. Uncontrollable tags will not be included in the HTML.
The predefined Bootstrap template helps you create your own website. You can concentrate on the content of each page.
Speed is Important
To offer the best performance, Weavy is written in Swift. That enabled real-time compilation.
When you change the page, the corresponding HTML tags are shown immediately.
What is the weavy language?
The weavy language is a small easy-to-learn meta language that makes possible to produce accurate HTML tags.
Easy to Learn
Possibly you have already known the essence of the language. Because the syntax of the weavy language is similar to CSS selectors.
Fewer Errors
Closed tags are generated automatically. Thanks to the compilation process, simple grammar mistakes in HTML do not occur in the result.
Helps Reuse
Common parts can be assigned to variables. They can be reused. And the placeholder feature makes templating easy.