Launching today

Zentrova Tools
Your Daily Intelligence Hub — 50+ free tools in one place
14 followers
Your Daily Intelligence Hub — 50+ free tools in one place
14 followers
Live currency & gold rates, prayer timings for any city, CNIC/tax/loan calculators, and 40+ everyday utilities — all free, fast, and ad-free. Built for Pakistan, useful anywhere.










How does it keep the currency and gold rates updated in real time without ads or a paid tier backing it?
@mertaaz4of Great question! The secret to keeping it free and ad-less lies in the architecture—specifically Next.js ISR (Incremental Static Regeneration).
Instead of hitting the external APIs on every single user request, the server fetches the live rates in the background at specific intervals (e.g., every 30-60 mins) and caches the static page globally. This drastically reduces the number of direct API calls, allowing me to stay comfortably within the free tiers of financial data providers. Since this is a community-first passion project, keeping it fast and ad-free was my top priority!
How does Zentrova keep the currency and gold rates updating in real time without any ads or fees to cover the data costs?
@sametgnelwoiv Great question! The secret to keeping it free and ad-less lies in the architecture—specifically Next.js ISR (Incremental Static Regeneration).
Instead of hitting the external APIs on every single user request, the server fetches the live rates in the background at specific intervals (e.g., every 30-60 mins) and caches the static page globally. This drastically reduces the number of direct API calls, allowing me to stay comfortably within the free tiers of financial data providers. Since this is a community-first passion project, keeping it fast and ad-free was my top priority!
A nice all in one toolkit. One feature that would make it even more useful is offline access for prayer timings and currency rates, maybe with a small downloadable data cache so people can check them without internet during travel or load shedding.
@civitoglu6428 Hi Nihat, thank you for the fantastic feedback! You hit the nail on the head. Given the local context of load shedding and connectivity issues during travel, offline support is a huge priority.
My next major milestone for Zentrova Tools is implementing full PWA (Progressive Web App) capabilities. I'll be using Service Workers to cache the daily fetched prayer timings, basic calculator logic, and the latest currency rates locally on the user's device so they are always accessible offline. Really appreciate you highlighting this!