Serve dynamic JSON using Moralis object

Hello, Iโ€™d like to serve JSON that is dynamically generated from a Moralis object for my NFT metadata. Is this possible without using another server?

Can you provide more details?

Say I have a dynamic NFT that changes state based off data I have stored in a Moralis object. Iโ€™d rather not update the URI in my contract, but instead point to a JSON thatโ€™s dynamically generated from the data. Is there a way to render/serve that JSON from Moralis without using a node.js or similar server?