Here’s the list of my production-ready solutions that help me build high-quality WordPress sites.
Chayka.Framework
A set of php-libraries, that allows to build well-structured WordPress plugins and themes in MVC/OOP paradigm with high quality code.
Chayka.Angular
A set of Angular modules that implement different handy features: unified ajax transport, form validation, modal dialogs, etc.
Chayka.Generator
Custom Yeoman Generator that allows to generate empty WP themes and plugins. Contains set of subgenerators that automate most of boring routine jobs while building WP site.
Chayka.Core
Base WordPress plugin that enables support of Chayka.Framework and Chayka.Angular modules required for all other Chayka WordPress plugins to work.
Chayka.Email
WordPress plugin that allows to perform sophisticated setup of WordPress mailing system to avoid spam filters. This plugin also allows to enable rich html templating for emails.
Chayka.Auth
WordPress plugin that automates all authentication scenarios like: login, logout, join, restore password, change password. Auth forms can be installed as popup dialogs or embedded into pages.
Chayka.Comments
WordPress plugin that implements WordPress ajax-enabled commenting system and can be easily integrated with any WordPress theme.
Chayka.SearchEngine
WordPress plugin that replaces base lame WP search system with real Indexing Search Engine that supports English and Russian morphology.
Chayka.Facebook
WordPress plugin that enables Facebook integration which includes: FB login, support of OpenGraph metatags, OpenGraph thumbnail generator. Requires Chayka.Auth.
Chayka.LinkedIn
WordPress plugin that enables LinkedIn authentication. Requires Chayka.Auth.
Chayka.SyntaxHighlighter
WordPress plugin that enables syntax highlighting of the programming languages code snippets. Utilizes GeSHi open source library.
Chayka.SEO
WordPress plugin that allows to setup page meta-data (keywords and description) and maintains sitemap generated, cached and updated.
Chayka.DoorKeeper
WordPress plugin that restricts site access based on user role. Really useful when site is not ready for public access.
Chayka.DbMonitor
WordPress plugin that allows to analyze database usage. Great tool to find performance bottlenecks.
jQuery.Scroolly
Ultimate jQuery plugin for implementing page-scroll scenarios.