I found the "Zen of Wagtail" document really useful in understanding the philosophy behind the project: <a href="http://docs.wagtail.io/en/v2.0/getting_started/the_zen_of_wagtail.html" rel="nofollow">http://docs.wagtail.io/en/v2.0/getting_started/the_zen_of_wa...</a><p>In particular I really like the way it separates the roles of editor, site administrator and site developer. If you want custom fields, you write them in Python (and check them into version control) - it doesn't even try to give non-programmers tools for constructing custom data types.
These are exciting news, especially about Draft.js editor integration! I've built multiple projects with Wagtail CMS, and it's always been a great joy to work with the code as a developer. Clients also like it for its sleek and uncluttered admin UI.<p>Keep it up!
We've built a few Wagtail sites now, it's a really great developer experience and the end result is an excellent experience for content editors. Really excited about Wagtail 2.0.