Moralis server replacement

Until now, my nft minter and staking programs worked using the moralis server. The v1 sdk is very good to use, I want to use this later. I donโ€™t need a database. What is the simplest solution?
I wrote the code in javascript.

Several minters and staking dapp will stop, I need to find a solution as soon as possible :frowning:
THX!

you can self host a parse server
this is the tutorial:

or you could try to use the sdk without a server if you donโ€™t need a server, if all you need is to send some transactions on chain, maybe you can do that directly without a server