@andrewjs18
So far, I’ve spent $45 on AI tools to help develop extensions for my Flarum forum and $43.44 on VPS hosting (24 GB RAM, 20 cores, 280 GB NVMe SSD, and 7 TB bandwidth).
I also spent $7.11 on the email domain and $9.23 on the main .com domain, both valid for one year.
These expenses cover the first month of operation, during which the forum has reached the following metrics:
Users: 2.5K
Discussions: 18.2K
Posts: 295.1K
Despite the progress, there are still some challenges. One of them is the pagination implementation, which has proven more complex than expected. Another issue comes from Flarum’s native behavior — when replying to a topic, the page automatically scrolls to the bottom. This becomes frustrating in long threads, as finding your previous position can be tricky even with the navigation bar.
Ideally, after submitting a reply, the view should remain where the user left off instead of jumping to the end of the page.
Another major challenge is realtime functionality, which caused several issues. Fortunately, I managed to work around it by developing a custom websocket from scratch.
Still, I believe that with time, these aspects will naturally improve as the platform evolves.