a tool for taking text responses and classifying them by hand. I just made it for myself and it has a lot of problems (very messy CSS, lots of UI issues) but open sourcing it anyway.
It stores everything in a SQLite database.
these instructions should work:
$ sqlite3 comments.db < schema.sql
$ go run .
Then open http://localhost:8080
Here's a screenshot of what the main interface looks like: