https://discord.umbraco.com logo
Last weekend I tried to use Claude for making an U...
# show-and-tell
s
Last weekend I tried to use Claude for making an Umbraco plugin with the new backoffice and to my surprise it works pretty well! I was able to make 3 plugins that I've always wanted to make based on my experience with Umbraco and working with customers over the last 10 years. I'm sure any of you can find at least 1 plugin that will enhance your Umbraco experience. TrueCopy - https://marketplace.umbraco.com/package/our.umbraco.truecopy Ever needed to copy a whole site within Umbraco? What's the first thing you do after the pages are copied? You go into the new pages and fix all the links because they still point to the original pages. This plugin will go through all the copied pages and point the links to the new pages. ErrorDashboard - https://marketplace.umbraco.com/package/our.umbraco.errordashboard Browsers can send a report to your website in case they encounter a 404, 500, SSL or connection issue. This plugin collects those reports and sends an email in case there is a sudden spike of errors. (This only works with Chrome-based browsers for now. Firefox might support it in the future, it's behind a flag) ContentDashboard - https://marketplace.umbraco.com/package/our.umbraco.contentdashboard This is for when you have a whole team of content editors working on the site. You can assign/transfer ownership of pages to users and see which pages are scheduled to be (un)published. I made the plugins for Umbraco 18 instead of 17 LTS since they are all new and not battle tested yet. If you want to try out a plugin without installing it on your own site you can easily clone the repository and run the included sample website.
2 Views