What is Wizzi?

Wizzi is a software factory, a tool for producing apps (mobile, web, desktop) and documents (html, pdf, word, presentation, ecc..).

Software artifacts are described by text documents editable with common code editors. A syntax highlighter is available for VSCODE.

Wizzi is written in NodeJS, requires NodeJS version >= 10.0, is open source and you can download it from NPM.

Wizzi is developed with Wizzi, so you can find plenty of examples browsing the source code (the .ittf files in the .wizzi folders).

Wizzi is pluggable. The core plugins implement the most common target languages (HTML, Css, Javascript, Typescript) and data structures (JSON, XML, YAML), but you can write new plugins for your languages and data structures.

See the Documentation to know the elements of a production and the How To guide for a starter.