This repo contains an open and neutral API specification for preconfirmations on Ethereum.
To render spec in browser, you will simply need an HTTP server to load the index.html file in root of the repo.
For example:
git submodule update --init --recursive # don't forge the submodules!
python3 -m http.server 8080
The spec will render at http://localhost:8080.