WP Manifestindependent plugin directory
manifest / unclassified / visual-blueprint-builder

Visual Blueprint Builder

Block Based Visual Blueprint Builder for WordPress Playground

by Lubus · github.com/lubusin/visual-blueprint-builder

18stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lubusin/visual-blueprint-builder/archive/refs/heads/main.zip

Readme

Visual Blueprint Builder

Overview

Visual Blueprint Builder is block based editing experience for building blueprint.json

Features

  • UI based json generation
  • blocks to build steps
  • Preview blueprint in playground
  • download blueprint.json
  • copy json code

Requirements

  • WordPress 6.4+
  • PHP 7.4+

Installation

  1. Download latest release from GitHub
  2. Visit Plugins > Add New
  3. Upload visual-blueprint-builder.zip file
  4. Activate Visual Blueprint Builder from plugins page

Development

1. Clone the Repository

Clone the repository to your local system:

git clone git@github.com:lubusIN/visual-blueprint-builder.git

2. Go to package folder

cd visual-blueprint-builder

3. Install Dependencies

npm install
composer install

4. Build Plugin

Build or start the development environment:

npm run build       # Compile the source files
# OR
npm run start       # Watch for changes and auto-compile

5. Launch Playground

Start a local WordPress playground using wp-now:

npm run serve

[!NOTE] Refer to package.json for additional available npm commands.

Meet Your Artisans

LUBUS is a web design agency based in Mumbai, India.

Credits

License

Visual Blueprint Builder is open-sourced plugin licensed under the GPL-3.0 license

Read the full README on GitHub →