Web3 and Webflow

My team is building a new content hub in Webflow, and we want to tokengate content using NFTs, for instance from Unlock Protocol. Our goal is to build a community across web, newsletters, social, live events, using web3 technologies. Anyone know how to do it in Webflow?

Basically, dig into the Unlock Protocol docs and libraries. From what I’ve seen there is an insecure javascript-only integration that you can do that can work for tokengating content but it will be limited, and of course if you turn off JS in your browser all of the gates are effectively open.

Anything more secure will require a server-side solution, which you may be able to implement against a Webflow hosted site using a reverse proxy. Otherwise you’d build, export, and then construct your own hosted solution somewhere else.