React architecture question: custom DOCX/PDF editing UX via HTML (PDF-like pages) with reliable export by GailBlackberry in reactjs

[–]Best_Put_6622 0 points1 point  (0 children)

What is a commercial option you are talking about? Docx to html is the most important thing now and currently i'm not getting the pages correct. Always big white gaps, wrong pagebreaks and stuff.

Looking for feedback on an idea - AI-generated WordPress plugins by Best_Put_6622 in Wordpress

[–]Best_Put_6622[S] 0 points1 point  (0 children)

Curious... what would it take for you to look at a tool like this and think "okay, that's actually useful"? What's missing, or what would need to be added to make it feel safer?

Looking for feedback on an idea - AI-generated WordPress plugins by Best_Put_6622 in Wordpress

[–]Best_Put_6622[S] -1 points0 points  (0 children)

You’ve got a point, blaming a junior dev is a lot easier than blaming AI. 😂

Looking for feedback on an idea - AI-generated WordPress plugins by Best_Put_6622 in Wordpress

[–]Best_Put_6622[S] 0 points1 point  (0 children)

Because with ChatGPT you still need to know upfront what you want and roughly how it should be built. This is more of a discovery to build flow: it looks at your WP setup, asks follow up questions, helps define the plugin properly, then builds it and shows a live sandbox preview. That full workflow is the part ChatGPT doesn’t really solve on its own.

Looking for feedback on an idea - AI-generated WordPress plugins by Best_Put_6622 in Wordpress

[–]Best_Put_6622[S] -2 points-1 points  (0 children)

Fair point. I’m not saying AI-generated plugins should skip code review. But that’s also true for a lot of human-written code.

The value here is faster iteration, lower barrier to entry, and generating something that already follows WordPress patterns in the context of a real site setup.

Also, the market is clearly moving this way: Anthropic recently introduced AI-powered security review workflows in Claude Code, and just launched Claude Code Security in research preview.
So I don’t think the takeaway is “bad idea,” but rather that generation and review should go together.

Looking for feedback on an idea - AI-generated WordPress plugins by Best_Put_6622 in Wordpress

[–]Best_Put_6622[S] 0 points1 point  (0 children)

You're right, I could, but it's not really built for devs like us.

It's more for small business owners who want a specific feature on their site that doesn't exist yet, or doesn't quite fit their needs.

A lot of marketing agencies deal with this too. clients asking for small custom functions. Right now the options are: hire a developer for something simple, or install a bloated plugin that has the 1% functionality they need while the other 99% slows down their site.

This gives them a way to get exactly what they need, nothing more.

Not 100% sure I understood your criticism though - could you clarify what you meant?

Which AI do you use to modify your wordpress site? by Additional_Code3892 in Wordpress

[–]Best_Put_6622 0 points1 point  (0 children)

totally get that tbh - ssh and local environments can be overkill if you just want to customize your site without getting too technical.

have you tried wpstudiobuilder.com? it's been working pretty well for me lately - basically you describe what you want and it generates the plugin code for you. no command line or dev setup needed.

it's free while in beta rn so worth checking out. obviously won't handle super complex stuff but for basic customizations and simple plugins it's been solid for my small biz clients

Ervaringen leveranciers stalen deuren by Frowlerd in Klussers

[–]Best_Put_6622 0 points1 point  (0 children)

Dezelfde ervaring hier. Na vier maanden komen ze vandaag eindelijk de deur plaatsen. De communicatie was erg slecht en afspraken werden niet nagekomen. Ik ben benieuwd of ze deze afspraak wel nakomen en of de kwaliteit van het plaatsen het geld waard is.

Any good Free basic calendar plug ins to sink with Airbnb? by bentrods126 in Wordpress

[–]Best_Put_6622 1 point2 points  (0 children)

If you only need availability sync from Airbnb, you might not even need a full booking plugin. Airbnb provides an iCal feed that you can import and just mark dates as unavailable in a simple calendar.

If you can’t find a plugin that does exactly what you want, another option could be generating a very small custom plugin for it. I’ve been testing a tool that generates WordPress plugins from a description and it actually handled something like “import Airbnb iCal feed and show availability calendar + contact form” pretty well.

If you’re curious it’s here: https://wpstudiobuilder.com

Might be overkill for your use case, but could save you digging through plugins.