Puck's Avatar

Puck

@puckeditor.com

The open-source visual editor for React ✨ https://puckeditor.com

67
Followers
11
Following
19
Posts
21.09.2023
Joined
Posts Following

Latest posts by Puck @puckeditor.com

Post image

🔍 Easily overlooked feature in Puck 0.19: the new `trigger` parameter to resolveData that provides context about why it was called.

This enables you to customise the behaviour of resolveData based on the context, like avoiding expensive async calls.

Neat!

Docs: puckeditor.com/docs/api-ref...

26.06.2025 11:21 👍 1 🔁 1 💬 0 📌 0
Post image

If you're implementing RBAC, then Puck's permissions API can help you lock things down! 🔒

For example, specifying `delete: false` will prevent the user from deleting components.

You can do this globally, per-component, or dynamically based on current props.

Docs: puckeditor.com/docs/integra...

25.06.2025 11:09 👍 2 🔁 1 💬 0 📌 0
Video thumbnail

Puck's new slots API is mind-blowingly powerful 🤯

The demo "template" component combines:

- a slot field for the content
- a custom field to select/save the slot data
- the resolveData API to load the slot data

Slot docs: puckeditor.com/docs/api-ref...

24.06.2025 17:41 👍 2 🔁 1 💬 0 📌 0
Post image Post image

If you need to customise action bar in Puck, you can use the `actionBar` override!

Combine this with the <ActionBar> component to extend the interface with custom actions and other behaviours.

19.06.2025 14:26 👍 1 🔁 1 💬 1 📌 0
Video thumbnail

Little demo showing Puck changing the fields based on whether the parent uses CSS Grid.

Notice how the grid fields are removed from the layout section when moving the card.

You can achieve this using the "parent" param provided to the resolveFields API.

Docs: puckeditor.com/docs/api-ref...

18.06.2025 11:19 👍 1 🔁 1 💬 0 📌 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Puck 0.19 introduces the Slots API — the powerful successor to DropZones that lets you nest components using fields — along with several other new features.

Check out our latest video for a walk-through of the key features 👇
youtu.be/ZXRlB6Uugx8

12.06.2025 08:01 👍 2 🔁 2 💬 0 📌 0
Preview
Upgrading to Puck 0.19 | Puck This guide will show you how to upgrade your existing app to Puck 0.19 and take full advantage of the latest changes.

Don't forget to check out:

🧳Upgrade guide: puckeditor.com/blog/upgradi...
📚 Docs: puckeditor.com
💻 Demo: demo.puckeditor.com
🗒️Changelog: github.com/measuredco/p...

05.06.2025 12:06 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Puck 0.19 just got released!

What’s new?

🏗️ Nest components using slot fields for programmatic control
💽 Inject metadata into all components without context
⚡ Improved performance, reducing render times by 90%

puckeditor.com/blog/puck-019

05.06.2025 12:06 👍 4 🔁 3 💬 1 📌 1

Back in Sept 2023, we announced Puck on Hacker News, and went from 6 to 1,700 stars in 24 hours.

Now approaching 7,000, and on a mission to hit 10k!

We can’t do this alone, so please:

Upvote on HN: news.ycombinator.com/item?id=4411...
Star the repo: github.com/puckeditor/p...

Thank you! ⭐️

28.05.2025 13:20 👍 2 🔁 2 💬 0 📌 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Tailwind v4 lets you safelist classes using source directives. This makes dynamic styling work at runtime, while still getting minimized CSS bundles.

In our latest tutorial, we show you how to use that to build a page builder from scratch with Puck:

10.04.2025 08:00 👍 2 🔁 1 💬 0 📌 0
Video thumbnail

Headless CMSs are great for reusing your content, but tweaking page layouts shouldn’t need a developer.

Here’s how to avoid that by integrating Puck with Contentful for page building 👉 dev.to/puckeditor/i...

20.03.2025 13:00 👍 1 🔁 0 💬 0 📌 0
Post image

Just merged Puck's massive (7,000 line change) Zustand state migration, eliminating almost all unnecessary re-renders.

Selectors also coming soon to `usePuck`, so your own Puck components can remain performant, too!

19.03.2025 13:20 👍 3 🔁 2 💬 0 📌 0
Preview
Top 5 Drag-and-Drop Libraries for React Drag-and-drop is one of those features that seems simple until you actually have to build it. Then,...

At Puck, we needed a flexible, high-performance drag-and-drop engine—so we tested every major DnD library for React.

Some were great. Some were… not.

Here’s a breakdown of the best options and when to use them:

20.02.2025 15:00 👍 2 🔁 0 💬 0 📌 0
Preview
Advanced Layouts with Puck 0.18: Harnessing Grid and Flex Containers Puck is the open-source visual editor for React, that you can embed in any application to create the...

Now that Puck’s new drag-and-drop engine is live, let’s talk about actually using it with CSS Grid & Flexbox.
This post covers patterns to avoid layout shifts, keep things predictable, and make your editor feel great.

Check it out 👇

14.02.2025 14:53 👍 2 🔁 0 💬 0 📌 0
Preview
Revolutionizing Drag-and-Drop in React: Introducing Puck 0.18 Puck is the open-source visual editor for React, that you can embed in any application to create the...

Yesterday, Puck 0.18 got released and introduced its revolutionary Drag-and-Drop engine.

Today, I wrote an article where I break down how it improves UX, what it means for you as a developer, and how to start using the new features today: buff.ly/4hp5640

23.01.2025 13:47 👍 3 🔁 2 💬 0 📌 0
Preview
Release v0.18.0 · measuredco/puck Puck 0.18 launches a groundbreaking new drag-and-drop engine for page building with advanced CSS layouts. With native support for CSS grid and flexbox, Puck 0.18 enables powerful new paradigms for ...

Don't forget to check out:

📑 Release Notes: github.com/measuredco/p...
📚 Docs: puckeditor.com
🖥 Demo: demo.puckeditor.com

22.01.2025 12:34 👍 1 🔁 1 💬 0 📌 0
Video thumbnail

The wait is over: Puck v0.18 just landed with the new drag-and-drop engine! 🎁

✨ What’s new?

📌 Drag and drop across CSS Grid & Flexbox
📌 Completely remove wrapping elements with the inline API
📌 No more position: fixed—easily embed the editor into your app's layout

22.01.2025 12:26 👍 4 🔁 1 💬 1 📌 2
Preview
The Craft Of Open Source Podcast · Ben Rometsch, CEO, Flagsmith · Welcome to The Craft of Open Source, hosted by Ben Rometsch, Co-Founder and CEO of Flagsmith. This bi-weekly show is focused on the ins and outs of the Open So...

My interview for the Craft of Open Source podcast is live! 🚀

We talked design systems at scale, origins of @puckeditor.com and how to balance it with running a consultancy @measured.co.

Odd to listen to a podcast of yourself, but very much enjoyed playing it back.

open.spotify.com/show/5fazVpZ...

21.01.2025 12:39 👍 8 🔁 4 💬 0 📌 0
Video thumbnail

The wait is OVER.

Next week, Puck's will launch its new drag-and-drop engine:

✔ Drag across CSS Grid & Flexbox, right out of the box
✔ Effortlessly integrate your React components
✔ Seamlessly embedded within your app

Goodbye limits. Hello freedom. 🚀

16.01.2025 12:00 👍 4 🔁 1 💬 0 📌 1
Managing application state in Puck As more people dive into Puck, one question keeps coming up: "How can I pass data or share state between components in Puck?." Since, Puck is just React, there are multiple solutions to this problem.…

🚀 New guide alert!
Struggling with state management in Puck? 🧩
Learn how to share state and data between components (inside and outside Puck), all while leveraging React Context!

👉 Dive in here: https://buff.ly/42eq80J
#JavaScript #OpenSource #React

15.01.2025 12:00 👍 4 🔁 0 💬 0 📌 0
Preview
Using CSS variables to create dynamic themes in Puck When integrating Puck into your page-building product, a common requirement is to allow your users to centrally manage the theme of the page without having to make adjustments to every component. For…

Unlock the power of dynamic theming in your page builder! 🎨 Learn how to use CSS variables with Puck to create global themes in React. 🚀
Read more:

09.01.2025 13:00 👍 4 🔁 1 💬 0 📌 1
Preview
Release v0.17.0 · measuredco/puck Puck v0.17.0 adds support for React 19, improves various field APIs and squashes some bugs. This is our final feature release of the year! We're delaying the new drag-and-drop engine release until ...

Puck 0.17 is out, with React 19 support and numerous quality-of-life improvements for fields!

Thank you to the numerous contributors for this release 🙏

Last release of the year. v0.18 early next year with the new dnd engine 🥳

Happy Holidays!

github.com/measuredco/p...

18.12.2024 19:28 👍 3 🔁 1 💬 0 📌 0
Post image

Wow, what a great early Christmas present! Puck is featured in React Status' Top Repos of the Year! 🎄

react.statuscode.com/issues/411

18.12.2024 19:24 👍 2 🔁 1 💬 0 📌 0
Video thumbnail

IT'S ALIVE! Giving Puck's new drag-and-drop engine canary a whirl on the @measured.co site!

23.11.2024 18:36 👍 4 🔁 1 💬 0 📌 0
Video thumbnail

Well isn't that virtual lanyard just the cutest 😍

Got my in-person ticket for @nextjs.org conf!

Hit me up if you want to talk @puckeditor.com ✌️

19.09.2024 20:30 👍 2 🔁 1 💬 0 📌 0

We also just hit 5,000 stars! Thank you to our wonderful community, contributors and friends for all of the support 🙏

17.09.2024 12:15 👍 1 🔁 0 💬 0 📌 0
Preview
Release v0.16.0 · measuredco/puck We're celebrating 5,000 stars on GitHub! Thank you to our wonderful community! 🤩 Puck v0.16 is a big release, introducing the headline permissions API and — you guessed it — quality of life improve...

Puck v0.16 just landed!

🔐 Permissions - toggle functionality like deletion, duplication & insertion

📜 History injection - inject history using the `initialHistory` prop

🪛 Add new controls - use the `actionBar` override to insert new controls into the component overlay

github.com/measuredco/p...

17.09.2024 12:14 👍 2 🔁 2 💬 1 📌 0
Post image

Fun little debug mode I built as part of @puckeditor.com's new DND engine.

Red lines show possible candidates. Green lines show mostly likely candidates.

It chooses a candidate based on midpoint and direction.

This is an inline CSS grid example. All completely inline - no wrapping elements.

03.09.2024 15:59 👍 2 🔁 1 💬 2 📌 0
Preview
Puck - The open-source visual editor for React Puck empowers developers to build amazing visual editing experiences into their own React applications, powering the next generation of content tools.

Docs: puckeditor.com
Demo: demo.puckeditor.com
Release: github.com/measuredco/p...

04.06.2024 11:22 👍 1 🔁 0 💬 0 📌 0