Fisheye360

A 360° semantic compass for any content. Like ThoughtWorks Tech Radar — but with 36 categories instead of 4 quadrants, and auto-classification via AI.

MIND
Math, Science, AI
ORG
90°
Law, Politics, Finance
BODY
180°
Sport, Food, Physical
EMO
270°
Art, Music, Psychology

Tools

Public API

No API key needed. Free to use.

POST https://fisheye-360.vercel.app/api/classify
Content-Type: application/json

{ "text": "your text here" }

→ { "article": { "dominant_angle": 310, "category": "Psychology", ... },
    "segments": [...] }
GitHub → lit-u/fisheye-360