Show HN: A Browser-Only Dream Interpreter Using Symbol Logic and JavaScript
(github.com)12 points by DinoNuggies456 3 days ago
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!
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?