More Premium Hugo Themes Premium React Themes

Wordpress Plugin Boilerplate

WordPress Plugin Boilerplate utilizing modern web technologies and tools such as React, TypeScript, SASS, Tailwind CSS, Shadcn UI, Vite, Storybook, HMR and more.

Wordpress Plugin Boilerplate

WordPress Plugin Boilerplate utilizing modern web technologies and tools such as React, TypeScript, SASS, Tailwind CSS, Shadcn UI, Vite, Storybook, HMR and more.

Author Avatar Theme by prappo
Github Stars Github Stars: 120
Last Commit Last Commit: May 18, 2025 -
First Commit Created: Feb 6, 2025 -
default image

Overview:

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.

Features:

  • Rapid Plugin Development: Quickly prototype and deliver plugins.
  • Marketing Site and Documentation Setup: Built-in features for showcasing plugins effectively.
  • Frontend and Backend Components: Utilizes React for the frontend and communicates through an API for the backend.
  • ORM for WordPress: Object Relational Mapping tool for easy database management.
  • Shortcode Creation: Easily create shortcodes using the Shortcode class.
  • Development Tools: Provides guidance on development, building, and releasing plugins.

Installation:

  1. Clone the repository: git clone https://github.com/plugin-repo.git
  2. Install dependencies: npm install
  3. Rename the plugin: Update data in plugin-config.json file.
  4. Add API Route: Include your API route in includes/Routes/Api.php.
  5. Create ORM Model: Develop your model in the includes/Models folder.
  6. Pass data to frontend: Update the Asset file with your data.
  7. Create Shortcode: Use the Shortcode class and place the PHP render file in the views/shortcode folder.
  8. Development and Release: Follow the process for development, building, and releasing plugins.

Summary:

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.