Awesome. I've literally been tasked with building something exactly like this, and it's a pain in the ass nothing exists like this for Vue so I have to do it from scratch. I plan to make it more like builder.io/demo however where CSS can be arbitrary, that way basic landing pages can be built. Do you have any tips of things you wish you did differently, or what was more painful than you expected, as well as anything…
Show HN: Puck – Open-source visual editor for React
81–90 of 105 posts
Re: Show HN: Puck – Open-source visual editor for React
#82This is really slick! A really fluid and intuitive interface. We use https://react-page.github.io/ (also MIT licensed) extensively at my startup; it attacks the same problem, and it's been incredibly effective (and hackable!). Generally speaking, owning your own CMS data, in your own database, with a well-documented JSON data format, and adding the ability to take any React component you've written (that itself may i…
Re: Show HN: Puck – Open-source visual editor for React
#83Earlier quoted context omitted.
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.
Hi! I work on Plasmic. Plasmic's most common use case is actually the same one, letting content editors build pages in your existing website using your React components. Congrats on this release! We are actually open sourcing Plasmic soon, would love to discuss any possible ways to collaborate.
Happy to discuss/collaborate. I'm @chrisvxd on GH/Twitter, and here's my LinkedIn: https://linkedin.com/in/chrisvilla/
Re: Show HN: Puck – Open-source visual editor for React
#84Very cool. Are you familiar with plasmic.app? I'm expecting to integrate it into my next site build and would be curious for your take having built something in the same general category.
Re: Show HN: Puck – Open-source visual editor for React
#85Just love this. And trust me, I have seen many of these kinds , but this is really different in the right sense. So easy to add custom components and get going. Well done. Will definitely try more. Thanks for this.
Re: Show HN: Puck – Open-source visual editor for React
#86minor: maybe the HN post title should mention the name of the project "Puck" for future discoverability
Re: Show HN: Puck – Open-source visual editor for React
#87Re: Show HN: Puck – Open-source visual editor for React
#88Alternative meaning - Polish city nearby me :) https://en.wikipedia.org/wiki/Puck,_Poland
Re: Show HN: Puck – Open-source visual editor for React
#89Awesome. I've literally been tasked with building something exactly like this, and it's a pain in the ass nothing exists like this for Vue so I have to do it from scratch. I plan to make it more like builder.io/demo however where CSS can be arbitrary, that way basic landing pages can be built. Do you have any tips of things you wish you did differently, or what was more painful than you expected, as well as anything…
Take a look at grapesjs -- it's a bit janky in places but it's self hosted and overall works pretty well. It can output plain HTML so I think it could be integrated with vue.
Re: Show HN: Puck – Open-source visual editor for React
#90Do this with Rust and target Wasm abstracting away the hard / tedious parts of working with lower level languages and creating graphical applications.
Like this + Tauri would be an absolute powerhouse but as good as it is, it’s still just another React maker.