Yes, you are correct that the computational of running the smart contracts is very small in relation to the proof of work.
But actually, the main cost is not computation, but storage. Storage (any variable that is holding data inside the contracts) is extremely expensive because there is very little of it, and has to be persisted on the blockchain forever.
In fact, view functions that don't change the state of the blockchain can be executed for free at any time.
Seems really promising, but how does it work with browser extensions? For instance, I'm looking for something like this that will help me test my crypto app that uses metamask at various points through the app.
Also, no public pricing page is a bit of a turn off, especially when I created an account and still couldn't find any pricing info.