This is the Daily Development Pulse on the https://hivepulse.app with the goal to track the current progress, completed work or ongoing tasks. While I have succeeded to launch the app previously I worked locally on multiple fixes and improvements. At the moment I kept mostly the same functionalities but fixed and improved them in the sense that in some cases I needed even to change the API calls that I was using on the Hive blockchain. I believe that I reached some stability in this regards and next I am thinking of adding some new functionalities and extending current ones. The project is still in the beginning and I am working on it iteratively. It will not have my full vision on it from this phase, but in time it will shape into it.
So here it is what I have changed from the last version and pushed to the live app.
- Tighten spacing between search bar and example accounts on homepage for better presentation.
- Add desktop disclaimer on homepage related to the fact that the app is not yet optimized for Mobile.
- Add copyright footer so it appears on every page: "© 2026 · hivepulse.app · All rights reserved.".
- Remove ReactQueryDevtools button from the UI as this technical tooling not intended for end users.
- Improve search history: clicking the search input shows a dropdown of recently searched accounts. Filtered live as you type. Each entry has an × to remove it individually. Selecting an entry navigates immediately. History is also saved when clicking example account tiles.
- Even if not optimized, perform some changes towards mobile responsiveness. More work to be done here.
- Speed up Posts refresh from 10-20s to ~2s.
- Removed duplicate filters from Posts section.
- Comments/replies in Posts section now show a plain-text body instead of the permlink slug as title. No extra API calls — body is already included in response.
- Benefactor Reward in History: replaced generic rendering with a dedicated Comment Benefactor Reward component matching the style of other cards.
- Fix HBD price display: HBD is a stablecoin pegged to $1 USD by definition; replaced the derived DEX-based calculation (hivePriceInHbd / tickerHivePrice ≈ $0.93) with a fixed value of $1.00.
- Fix Transaction Info in all History row components.

At the moment I am glad that I reached a stable point for what I have developed so far. This allows me to think to new features and plan for other things to add to the app. There isn't much that I can say more, but that I will continue to work on it while trying to balance my life as well. If you tried out the app, I only hope it helps you a bit as well. If you have feedback or things you want to add, you're welcomed to add them and I will add them in the future.