In the past month, I've completed the base flow for the application. It is now possible to log in with a Discord account and create a workspace for a server. In the workspace, you can add and edit posts. That, I think, is the minimal viable offering of the app. It's now time for the harder task, so onboarding test users!
Recently, I've also reached out to a couple of people to get feedback and that was great. I got some valid comments and ideas for the features I haven't thought about.
On the tech side, I'm currently using NextJS for the app's frontend and simple API. It was good so far, but I am considering moving the API to a different technology, as I will need to run a server to host the Discord bot anyway. I could then have all backend stuff in one place and with more flexibility than NextJS APIs.
Thanks for reading and wish me luck in finding the test users :)