massCode is a great snippet manager, but it only runs as a desktop application. I often wanted to quickly browse my snippets remotely (e.g. when working on another machine), so I wrote a simple web viewer:
Read-only access to existing massCode snippet database files (no risk of corrupting them)
Self-hostable, intended to be run via Docker (docker-compose.yml included)
Provides a lightweight web UI to navigate your snippets
Demo available here: https://demo.take-code.dev/
This started as a private project for myself, but I thought it might be useful to others, so I’m sharing it now. It’s still early and not highly polished, but functional.
Feedback and ideas are very welcome!