🛠️ WordPress Plugin Boilerplate Generator Powered by the Frakt Framework
Create production-ready WordPress plugins in seconds — no need to manually replace text strings or build your folder structure from scratch. This WordPress Plugin Boilerplate Generator, powered by the Frakt Framework, automates your plugin setup while following official WordPress coding standards, giving you a fully functional starting point for development.
⚡ What Does the Generator Do?
The generator builds a clean, modular, and scalable plugin based on the details you provide (plugin name, prefix, author, etc.). It automatically:
- Replaces all strings, prefixes, namespaces, and file paths
- Generates a modern folder structure:
/admin
,/public
,/includes
, etc. - Adds Composer support (
composer.json
,vendor/
) - Integrates Secure Custom Fields (SCF) with local JSON syncing
- Includes working examples of shortcodes, custom post types (CPT), and AJAX callbacks
- Delivers a complete plugin ready to drop into
wp-content/plugins/
and activate
🧩 What Is Frakt?
Frakt is a lightweight development framework for WordPress, built on top of the well-known WordPress Plugin Boilerplate by Devin Vinson. It is designed to speed up plugin creation by offering additional tools, modern structure, and ready-to-use components tailored for real-world projects.
🔧 What Does Frakt Improve?
Frakt extends the original boilerplate with powerful features, including:
- ✅ Built-in shortcode handler in
class-plugin-name-public.php
- ✅ Custom Post Type (CPT) registration scaffold included
- ✅ Full support for Secure Custom Fields (SCF)
- ✅ Auto-loaded
scf-json/
folder for syncing fields and CPTs - ✅ Composer-ready with PSR-4 autoloading
- ✅ Custom logging and helper functions for debugging
- ✅ Optional support for AJAX and WP REST API
- ✅ Clean modular file organization (admin/public/includes)
- ✅ 100% compliant with WordPress coding standards
- ✅ Fully internationalized and translation-ready
- ✅ Scalable structure for real client projects
🚀 Why Use This Generator?
- ✅ Save hours on initial setup
- ✅ Follow WordPress best practices
- ✅ Clean, modular, production-ready code
- ✅ Composer, SCF, CPT, AJAX and more — built-in
- ✅ Instantly ready to activate and extend
🔗 Ready to Start?
Generate your plugin in seconds using the power of the Frakt Framework — built for WordPress developers who want speed, structure, and full control from day one.