It seems nice, but I'd like to know more about where the UI is hosted and whether I can easily host it myself. Is there an architecture diagram somewhere?
The UI is hosted on Github pages: there's no server-side code. The only required server-side component is https://github.com/prose/gatekeeper - an app that makes OAuth possible with CORS.
Comments
It seems nice, but I'd like to know more about where the UI is hosted and whether I can easily host it myself. Is there an architecture diagram somewhere?
(Ideally I'd run it on App Engine.)
The UI is hosted on Github pages: there's no server-side code. The only required server-side component is https://github.com/prose/gatekeeper - an app that makes OAuth possible with CORS.