Scaff is the scaffolding for your web application. Scaff contains a bunch of easily configured web components that most projects will need. This saves you time and let's you get to the important stuff faster. Scaff is in it's early stages right now but we're adding more every day.
I think a large focus of this project should be on generating elements. An element generator is the idea of creating a bunch of elements by passing in a list of objects to a single element. For an example of this see the generators folder located at app/public/parts/generators
. This is useful because it keeps code terse and allows you to do cool stuff like generate entire forms on the fly very quickly.