Since nobody has mentioned: iOS 17 and macOS Sonoma brings family sharing to password managerm. Sonoma also brings support for using native passwordsl manager in Chrome using a chrome extension developed by Apple.
For families who are hooked into Apple's ecosystem, this can provide a much better password management than third party tools.
Understood that you are not native english speaker and use AI to enhance the content.
I would advise to ask AI to share some ways to make the content more concise and incorporate learnings from those suggestions rather than copying them directly. That would keep the human element still around.
These days, I personally find articles with minor grammatical errors more interesting than AI assisted/enhanced/corrected content, because AI generated content often comes off bland and loses the rawness of author's intentions. Just personal opinion of course. :)
Not sure if you are actually developing the emails or not, but from a front-end developer's perspective, I hate to touch my email templates codebase because it has to be coded in certain way that works with the email provider.
I cannot see what the end result is going to look like until I actually send out a test email and see it in my email clients. This DX indeed feels like 2010 if you compare it with today's DX for developing websites.
Not really "a lot". When you think about providing absolutely best user experience, you gotta leave the engineering efficiencies out at the doors and live with the redundant API calls. The over optimization often comes with sacrificing the UX.
Speaking from a mobile dev's perspective, the native UI design in 2010s was done by XML based files (storybooks in iOS/macOS, XML layout files in Android) and native code would "connect" with the XML files in various ways. Now the development is moving towards declarative approach using frameworks such as SwiftUI and Compose.
This builder pattern resembles quite a bit of how you would declare UI in SwiftUI and Compose.
I use Remote Desktop to connect to my mac from iPhone because I also want to test local front-end changes remotely.