Here's my first weekly update:
I already had some of the dashboard ready and had wired up the database to create, update and publish a changelog. This week I got a basic version of the widget up and running. It calls the API endpoint, fetches the changelogs and displays them.
I also deployed the widget as an NPM package so it's easier to install in React applications. I've plans to support other frameworks and a plain HTML version. The NPM package is available as "@useherald/react-widget".
I wanted a working version of the widget on my home page so there's a example I can point to. But the deployment script on Netlify always throws an error and stops. Building in my machine works. I'm yet to figure it out but I'll do that next week.