im working on a decentralized software issues/pull requests thing that lives directly in git and works with all existing git hosts. it will work by running a command in your repo like
git todo web
which will open a local web server that serves a github/gitlab issues-like interface for you to use. you can take out new issues, comments on existing issues, etc.
theres a way to do this that runs in the browser without javascript. i know this is important to a lot of people. this whole thing becomes *a lot easier* to make and make extensible if i can use javascript though. so, a poll:
assuming such a thing is interesting to you in the first place, would you use it if it depended on javascript in the browser?