Show HN: Ollaya Web UI
Show HN: Ollaya Web UI samarkandiy / Ollaya-Web-UI Public Notifications You must be signed in to change notification settings Fork 0 Star 4 Branches Tags Open more actions menu Latest commit History 2 Commits 2 Commits Folders and files Name Name Last commit message Last commit date docs docs public public src src .gitignore .gitignore .oxlintrc.json .oxlintrc.json README.md README.md components.json components.json index.html index.html jsconfig.json jsconfig.json package-lock.json package-lock.json package.json package.json vite.config.js vite.config.js web_UI_demo.png web_UI_demo.png Repository files navigation Ollaya Web UI A browser client for the Ollaya decision server. Built with Vite + React + Tailwind v4 + shadcn (Nova preset), no backend.
This ProductUpdate is relevant to the technology intelligence record because it involves DeveloperTools activity. The source article should remain the factual reference for follow-up coverage.
- samarkandiy / Ollaya-Web-UI Public Notifications You must be signed in to change notification settings Fork 0 Star 4 Branches Tags Open more actions menu Latest commit History 2 Commits 2 Commits Folders and files Name Name Last commit message Last commit date docs docs public public src src .gitignore .gitignore .oxlintrc.json .oxlintrc.json README.md README.md components.json components.json index.html index.html jsconfig.json jsconfig.json package-lock.json package-lock.json package.json package.json vite.config.js vite.config.js web_UI_demo.png web_UI_demo.png Repository files navigation Ollaya Web UI A browser client for the Ollaya decision server.
- Built with Vite + React + Tailwind v4 + shadcn (Nova preset), no backend.
- Run it npm install npm run dev Open http://localhost:5173 .
- The UI expects an Ollaya server at http://127.0.0.1:11435 by default; change it from the Settings dialog in the header (values live in localStorage ).
- Point the UI at any Ollaya server, on this machine or elsewhere — cross-origin requests must be allowed by the server ( OLLAYA_ORIGINS ), and if the server has OLLAYA_API_KEY set, paste the key into Settings so it's sent as Authorization: Bearer <key> .
- What's inside Decide — build typed questions ( choice , score , noul ), send them to /api/decide with a state, and inspect answers with calibrated probability bars, confidence badges, routing info, and timings.