▲ | Show HN: A Browser-Only Dream Interpreter Using Symbol Logic and JavaScript(github.com) | |||||||
12 points by DinoNuggies456 a day ago | 4 comments | ||||||||
I built a symbolic dream interpretation engine that runs fully in the browser no AI, no backend, no cloud. Just vanilla JavaScript and a hand-mapped keyword system. It scans dream text, matches symbolic keywords to over 300 custom meanings, using deterministic logic. All data stays in localStorage no tracking, no server. Try it here: https://dino-nuggies45.github.io/Dream-Interpreter/ Built to explore subconscious patterns and emotional systems without machine learning. Feedback welcome! | ||||||||
▲ | codingWithJess a day ago | parent | next [-] | |||||||
I wasn’t sure what to expect, but this feels less like software and more like an artifact. I typed in a half-remembered dream about a broken clock in an empty hallway, and the interpretation hit something oddly personal it framed it around time lost and internal silence. I get that it’s just symbol matching, but the presentation and restraint (no AI, no server) make it feel intentional, almost ritualistic. I’d love to peek into the actual logic engine, is it weighted strictly by keyword presence, or is there deeper tone handling involved? | ||||||||
| ||||||||
▲ | frenchGuy1 a day ago | parent | prev [-] | |||||||
I’m new to coding and just made an HN account to explore projects hoping to make my own soon. This was actually the first one I clicked on! I typed something I had on my mind and it gave me an interpretation! I don’t totally understand how it works technically, but the idea that this was built without AI, just with logic and words, makes me want to learn how to code stuff like this. Thanks for making it! | ||||||||
|