Overview
A modern development toolkit that brings a React-based control panel and streamlined build pipeline to WordPress plugin development.
Features
- React-based plugin control panel — settings pages as React components, no jQuery
- Hot module reload during development
- Automated plugin scaffolding (generates boilerplate from a config file)
- TypeScript-first — full type safety for WP REST API responses
- Integrated ESLint, Prettier, and Stylelint configs
- Production build with asset fingerprinting and manifest
Why
WordPress plugin UIs are typically built with legacy jQuery or bare @wordpress/components. This toolkit brings the same DX as a modern web app to plugin admin pages.
Tech
TypeScript, React, Vite, WordPress REST API, PHP.