Share your thoughts anonymously. See if anyone else thinks the same thing.
0 / 256
How does it work?
Your text is not stored, but rather a salted SHA256 hash of it is.
An unsalted MD5 hash is also stored, but not displayed here.
It (the MD5 hash) might be published in the future when a thought's count passes a certain threshold (TBD). This might
make it possible to recover certain short thoughts that were popular.
CLI Access
echo "hello world" | curl -d @- https://subth.ink
Top Thoughts
Loading...
API Schema
POST /api/thoughts
Request: {"contents": "hello world"}
Response: {"contents": "hello world", "count": 3, "hashed": "a591a6d4...", "createdAt": 1737000000, "updatedAt": 1737000000}
GET /api/thoughts/top
Response: {"top": [{"hashed": "a591a6d4...", "count": 3}, ...]}