HN user

chrisvxd

265 karma
Posts41
Comments68
View on HN
twitter.com 4d ago

What I learned on reducing token spend in your agent after $500 on iterations

chrisvxd
3pts1
puckeditor.com 11mo ago

Puck 0.20: Inline text, overlay portals and resizable sidebars

chrisvxd
2pts0
puckeditor.com 1y ago

Puck 0.19: Slots API & performance gains

chrisvxd
1pts0
github.com 1y ago

Show HN: Puck – Open-source visual editor for React

chrisvxd
32pts15
github.com 1y ago

Show HN: Puck 0.18 adds drag-and-drop for CSS grid and Flexbox

chrisvxd
51pts13
measured.co 1y ago

Show HN: Puck v0.16, the visual editor for React, introduces permissions (MIT)

chrisvxd
4pts0
github.com 2y ago

Show HN: Puck (Visual Editor for React) now supports viewport switching

chrisvxd
6pts0
adobe.design 2y ago

Spectrum 2

chrisvxd
3pts1
puckeditor.com 2y ago

Puck Custom Interfaces – Create custom drag-and-drop React builders (MIT)

chrisvxd
1pts0
github.com 2y ago

Puck visual editor for React, 0.13: Multi-column layouts, custom UIs and RSC

chrisvxd
6pts1
www.codeweavers.com 2y ago

CrossOver 23.5 now supports D3DMetal

chrisvxd
1pts0
github.com 2y ago

Show HN: Puck – Open-source visual editor for React

chrisvxd
451pts95
old.reddit.com 4y ago

My first generative art project, a starfield generator

chrisvxd
2pts0
wellpaid.io 5y ago

Launching the recruiter-free marketplace for tech contractors

chrisvxd
1pts1
github.com 5y ago

The new NHSX RiskScore algorithm for Track and Trace

chrisvxd
3pts0
github.com 6y ago

Show HN: I made an API to generate social media images

chrisvxd
11pts6
github.com 6y ago

Show HN: An open source API for generating social media images

chrisvxd
8pts0
medium.com 6y ago

An open source API for generating social images – OG IMPACT

chrisvxd
2pts0
wellpaid.io 6y ago

How to set up a limited company for contracting in the UK

chrisvxd
4pts0
medium.com 6y ago

The 4 methods I use to find outside IR35 contracts

chrisvxd
2pts0
wellpaid.io 6y ago

The 4 methods I use to find outside IR35 contracts

chrisvxd
4pts0
medium.com 6y ago

IR35 in 2020: what does it mean for you as a contractor?

chrisvxd
1pts0
wellpaid.io 6y ago

How I built a job board for myself

chrisvxd
2pts0
wellpaid.io 6y ago

Show HN: Find contracts by IR35 status

chrisvxd
4pts0
wordcloud.saasify.sh 6y ago

Show HN: WordCloud API – Generate beautiful wordclouds from any URL

chrisvxd
8pts1
puppet-master.sh 6y ago

Show HN: Puppet Master – Headless Chrome as a service

chrisvxd
8pts1
wellpaid.io 6y ago

What not to do when remote working

chrisvxd
1pts0
wellpaid.io 7y ago

How to hire the best talent in the world without the visas

chrisvxd
1pts0
makermag.com 7y ago

Scratching my own itch: how I built a job board for myself

chrisvxd
2pts0
wellpaid.io 7y ago

Why should you consider contracting?

chrisvxd
2pts0

There's definitely some overlap!

Gridstack is a great tool for building complex grid layouts with drag and drop for specific use-cases.

Puck is for creating a complete page building experience, which includes not only drag and drop, but also user input via fields, viewport previewing, APIs for fetching data, etc.

Gridstack also provides it's own grid system, whereas Puck currently is unopinionated, supporting any component library that uses `display: grid` internally.

Hello fellow hackers!

We launched Puck in September on Hackernews (https://news.ycombinator.com/item?id=37391848) after building it for our clients, and had a wild ride to the front page!

I wanted to share a little update on what's happened since:

1. 3.7k starts on GitHub!

2. Multi-column support using DropZones

3. Categories API for grouping your components

4. Completely custom UIs (today's v0.13 release)

5. The usePuck hook for building custom Puck components

6. Support for React Server Components

Next in the pipe I have theming, viewport previewing and multi-framework support.

Appreciate your support as always!

I'm not aware of anything. You could potentially use Puck directly if you wrap your Angular components inside React components for the purpose of editing, and build a custom version of `<Render>` that walks the data object and renders straight to angular.

Thanks! Some answers for you:

1. You can override a bunch of stuff using React-like APIs. `renderHeader` allows you to take over the header, and the plugin API allows you to wrap the root of the preview content page and take over the fields area on the right hand side. We don't yet support full take-overs, but we'll continue to work on these. Plugin API: https://github.com/measuredco/puck#plugins

2. I think you should be able to mimic a bunch of the behaviours. The main missing piece is multi-column support, which is landing soon via the `nested-dropzones` branch: https://github.com/measuredco/puck/pull/37

Puck is focused on providing a solution for non technical folk to build on-brand web pages with their team’s existing React components. This enables them to build web pages with guard rails that respect their brand guidelines.

Plasmic is a no-code tool for building websites and applications from scratch. A great solution for a different problem.