# Gutenberg block builder from WP components

**URL:** https://discourse.roots.io/t/gutenberg-block-builder-from-wp-components/27881
**Category:** showcase
**Tags:** gutenberg, acorn, sage10
**Created:** 2024-08-11T16:20:37Z
**Posts:** 3

## Post 1 by @Alexandr_Yarovikov — 2024-08-11T16:20:37Z

Hi there.  
I would like to share a tool for quick gutenberg block creation without ACF.

> **[GitHub - yarovikov/gutengood-examples: Gutenberg block examples and editor js part for...](https://github.com/yarovikov/gutengood-examples)**
>
> Gutenberg block examples and editor js part for gutengood package

Why this is cool:

- Made for Sage :heart:
- WP editor components (excluding DNB kit for repeater)
- Nice UI - you can place components in the editor and/or sidebar (block options)
- Post meta support
- Conditional logic for assets
- External assets
- Builder for adding block options/fields
- You don’t need to know react

Currently i use this package on of my projects with a lot of users and data :slightly_smiling_face:

---

## Post 2 by @ben — 2024-08-11T16:40:35Z

This looks incredible! I’m going to try this out soon, thanks for creating this and sharing it with us.

It’s great to see an alternative to ACF Blocks for folks building with Acorn/Sage :heart:

---

## Post 3 by @Alexandr_Yarovikov — 2025-01-03T12:44:18Z

Hi there. Post meta full support added :ghost:  
Save block data to meta. Example [gutengood-examples/app/Editor/Blocks at main · yarovikov/gutengood-examples · GitHub](https://github.com/yarovikov/gutengood-examples/tree/main/app/Editor/Blocks)

 ![Screenshot 2025-01-03 at 15.40.35](https://discourse.roots.io/uploads/default/original/2X/3/3942aa2f55e734658218d3b4433509b950e81fcb.png)  
 ![Screenshot 2025-01-03 at 15.40.49](https://discourse.roots.io/uploads/default/original/2X/0/07f5f2f0c60355bd47401986907667bec49333fa.png)  
 ![Screenshot 2025-01-03 at 15.41.01](https://discourse.roots.io/uploads/default/original/2X/2/2d653f87b0a9bbcc6e9906187fb57f7b6189643c.png)
