Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Next-boost is a caching layer for server-side rendered pages that implements stale-while-revalidate, similar to Next.js's Incremental Static Regeneration but for getServerSideProps. It uses worker_threads to render pages while serving cached content from the main thread, significantly improving performance by reducing server TTFB and handling concurrent requests more efficiently. This tool is ideal for developers running Next.js applications on traditional servers or VPSs who want to dramatically improve SSR performance without complex caching infrastructure.