WordPress Plugin Boilerplate utilizing modern web technologies and tools such as React, TypeScript, SASS, Tailwind CSS, Shadcn UI, Vite, Storybook, HMR and more.
The WordPress Plugin Boilerplate is a tool designed to help users create WordPress plugins in a shorter amount of time. With built-in marketing site and documentation setup, users can showcase their plugins confidently. The plugin is constructed with both a frontend built with React and a backend component that communicates through an API.
git clone https://github.com/plugin-repo.git
npm install
plugin-config.json
file.includes/Routes/Api.php
.includes/Models
folder.views/shortcode
folder.The WordPress Plugin Boilerplate offers a streamlined approach to plugin development, providing users with essential tools and features to create and showcase plugins efficiently. With components for frontend, backend, ORM, and shortcode creation, developers can accelerate the development process and focus on delivering quality plugins. The guidance on development, building, and releasing ensures a structured and organized workflow for plugin projects.