Make them. It's very easy to write these things 😉
Here is an example of one that doesn't implement it's own algo, it just gets Nostr.wine's algorithm and packages it: https://github.com/pablof7z/dvm-references/blob/master/apps/dvms/src/dvms/nostr-wine-trends.ts
But replace the `fetch` with whatever algorithm you want (e.g. https://github.com/pablof7z/dvm-references/blob/master/apps/dvms/src/dvms/you-might-have-missed.ts) and make it your own! 😉