

I’d also mention Nextcloud Forms. A common web development task is to automate something whenever a new form result appears. For example, to publish a review on the website while also sending a notification to the marketing department, recording a conversation in the CRM and sending the client a ticket number. This is often done by polling a CSV or JSON export of the results. Nextcloud offers this functionality, and it’s reasonably private when self-hosted. Also due to its lack of end-to-end encryption its forms load much faster and on older devices, too.




Because their app is essentially a website. News, videos, photo galleries. WP REST API is useful for writing a front-end using a different language than PHP while keeping the very convenient admin interface that most content managers are familiar with.