From f7f297bd65c14e68fdeb713401ea1ddd9bbf59c0 Mon Sep 17 00:00:00 2001
From: popovskik
Date: Tue, 4 Aug 2026 01:29:22 +0200
Subject: [PATCH] feat: offline in-browser "Ask MSOS" assistant (no API, zero
cost)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
A privacy-friendly help widget that answers visitor questions from the
site's own content and links to the full page — runs 100% in the browser,
no API, no server, no per-token cost.
- tools/build_search_index.py: parses every EN/MK/SI page into ~720
heading-level chunks per language -> assistant/index-.json
(lazy-loaded only when the chat is opened; gzips to ~80 KB).
- assistant.js: dependency-free BM25 search + multilingual stopword
filtering + a curated short-answer layer for common questions, plus an
accessible chat widget (role=dialog, keyboard, aria). CSP-safe (self only).
- assistant.css: scoped .msa-* styles in the site's teal palette;
responsive (full-screen panel on mobile).
- Injected on 208 pages (blog WIP excluded; picks it up when that lands).
Verified in a headless browser across EN/MK/SI: curated answers, search
fallback with correct ranking (rare terms win), correct deep links,
Cyrillic + Slovene diacritics, and zero console errors. Curated MK/SI
answers are machine-drafted — proofread before launch.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
404.html | 2 +
assistant.css | 94 ++++++
assistant.js | 284 ++++++++++++++++++
assistant/index-en.json | 1 +
assistant/index-mk.json | 1 +
assistant/index-si.json | 1 +
en/about-us/index.html | 2 +
en/become-a-member/index.html | 2 +
en/cookie-policy/index.html | 2 +
en/faq/index.html | 2 +
en/gallery/index.html | 2 +
.../a-table-full-of-macedonia/index.html | 2 +
.../index.html | 2 +
en/get-to-know-macedonia/index.html | 2 +
.../index.html | 2 +
.../ohrid-more-than-a-postcard/index.html | 2 +
.../skopje-a-city-of-many-layers/index.html | 2 +
.../welcome-to-macedonia/index.html | 2 +
.../index.html | 2 +
en/get-to-know-slovenia/index.html | 2 +
.../index.html | 2 +
.../ljubljana-through-our-eyes/index.html | 2 +
.../index.html | 2 +
.../index.html | 2 +
.../welcome-to-slovenia/index.html | 2 +
en/index.html | 2 +
en/legal/index.html | 2 +
en/msos-hub/index.html | 2 +
en/news/index.html | 2 +
.../proof-of-means-updated-2026/index.html | 2 +
en/privacy-policy/index.html | 2 +
.../index.html | 2 +
.../in-memory-of-frosina-kulakova/index.html | 2 +
.../index.html | 2 +
en/projects/index.html | 2 +
.../index.html | 2 +
.../meet-student-slovenia-2023/index.html | 2 +
.../meet-student-slovenia-2024/index.html | 2 +
.../morning-coffee-in-front-of-ctk/index.html | 2 +
.../paint-and-wine-at-sunset/index.html | 2 +
.../index.html | 2 +
.../academic-life/index.html | 2 +
.../administrative-basics/index.html | 2 +
.../admission-and-enrolment/index.html | 2 +
.../application-deadlines/index.html | 2 +
.../arrival-checklist/index.html | 2 +
.../bachelor-application/index.html | 2 +
.../choose-a-programme/index.html | 2 +
.../complete-student-journey/index.html | 2 +
.../document-preparation/index.html | 2 +
.../evs-application-guide/index.html | 2 +
.../healthcare-in-slovenia/index.html | 2 +
en/student-welcome-guide/index.html | 2 +
.../master-application/index.html | 2 +
.../means-accommodation-address/index.html | 2 +
en/student-welcome-guide/my-route/index.html | 2 +
.../index.html | 2 +
.../prepare-to-move/index.html | 2 +
.../recognition-of-education/index.html | 2 +
.../renew-change-graduate/index.html | 2 +
.../rm-si-3-health-insurance/index.html | 2 +
.../student-accommodation/index.html | 2 +
.../student-budget/index.html | 2 +
.../student-meals/index.html | 2 +
.../index.html | 2 +
.../student-residence-permit/index.html | 2 +
.../student-transport/index.html | 2 +
.../student-work/index.html | 2 +
.../study-cities/index.html | 2 +
.../tuition-and-scholarships/index.html | 2 +
.../visa-and-residence-explained/index.html | 2 +
.../wellbeing-and-community/index.html | 2 +
.../where-to-apply-for-residence/index.html | 2 +
en/support/index.html | 2 +
en/timeline-and-milestones/index.html | 2 +
mk/about-us/index.html | 2 +
mk/become-a-member/index.html | 2 +
mk/cookie-policy/index.html | 2 +
mk/faq/index.html | 2 +
mk/gallery/index.html | 2 +
.../a-table-full-of-macedonia/index.html | 2 +
.../index.html | 2 +
mk/get-to-know-macedonia/index.html | 2 +
.../index.html | 2 +
.../ohrid-more-than-a-postcard/index.html | 2 +
.../skopje-a-city-of-many-layers/index.html | 2 +
.../welcome-to-macedonia/index.html | 2 +
.../index.html | 2 +
mk/get-to-know-slovenia/index.html | 2 +
.../index.html | 2 +
.../ljubljana-through-our-eyes/index.html | 2 +
.../index.html | 2 +
.../index.html | 2 +
.../welcome-to-slovenia/index.html | 2 +
mk/index.html | 2 +
mk/legal/index.html | 2 +
mk/msos-hub/index.html | 2 +
mk/news/index.html | 2 +
.../proof-of-means-updated-2026/index.html | 2 +
mk/privacy-policy/index.html | 2 +
.../index.html | 2 +
.../in-memory-of-frosina-kulakova/index.html | 2 +
.../index.html | 2 +
mk/projects/index.html | 2 +
.../index.html | 2 +
.../meet-student-slovenia-2023/index.html | 2 +
.../meet-student-slovenia-2024/index.html | 2 +
.../morning-coffee-in-front-of-ctk/index.html | 2 +
.../paint-and-wine-at-sunset/index.html | 2 +
.../index.html | 2 +
.../academic-life/index.html | 2 +
.../administrative-basics/index.html | 2 +
.../admission-and-enrolment/index.html | 2 +
.../application-deadlines/index.html | 2 +
.../arrival-checklist/index.html | 2 +
.../bachelor-application/index.html | 2 +
.../choose-a-programme/index.html | 2 +
.../complete-student-journey/index.html | 2 +
.../document-preparation/index.html | 2 +
.../evs-application-guide/index.html | 2 +
.../healthcare-in-slovenia/index.html | 2 +
mk/student-welcome-guide/index.html | 2 +
.../master-application/index.html | 2 +
.../means-accommodation-address/index.html | 2 +
mk/student-welcome-guide/my-route/index.html | 2 +
.../index.html | 2 +
.../prepare-to-move/index.html | 2 +
.../recognition-of-education/index.html | 2 +
.../renew-change-graduate/index.html | 2 +
.../rm-si-3-health-insurance/index.html | 2 +
.../student-accommodation/index.html | 2 +
.../student-budget/index.html | 2 +
.../student-meals/index.html | 2 +
.../index.html | 2 +
.../student-residence-permit/index.html | 2 +
.../student-transport/index.html | 2 +
.../student-work/index.html | 2 +
.../study-cities/index.html | 2 +
.../tuition-and-scholarships/index.html | 2 +
.../visa-and-residence-explained/index.html | 2 +
.../wellbeing-and-community/index.html | 2 +
.../where-to-apply-for-residence/index.html | 2 +
mk/support/index.html | 2 +
mk/timeline-and-milestones/index.html | 2 +
si/about-us/index.html | 2 +
si/become-a-member/index.html | 2 +
si/cookie-policy/index.html | 2 +
si/faq/index.html | 2 +
si/gallery/index.html | 2 +
.../a-table-full-of-macedonia/index.html | 2 +
.../index.html | 2 +
si/get-to-know-macedonia/index.html | 2 +
.../index.html | 2 +
.../ohrid-more-than-a-postcard/index.html | 2 +
.../skopje-a-city-of-many-layers/index.html | 2 +
.../welcome-to-macedonia/index.html | 2 +
.../index.html | 2 +
si/get-to-know-slovenia/index.html | 2 +
.../index.html | 2 +
.../ljubljana-through-our-eyes/index.html | 2 +
.../index.html | 2 +
.../index.html | 2 +
.../welcome-to-slovenia/index.html | 2 +
si/index.html | 2 +
si/legal/index.html | 2 +
si/msos-hub/index.html | 2 +
si/news/index.html | 2 +
.../proof-of-means-updated-2026/index.html | 2 +
si/privacy-policy/index.html | 2 +
.../index.html | 2 +
.../in-memory-of-frosina-kulakova/index.html | 2 +
.../index.html | 2 +
si/projects/index.html | 2 +
.../index.html | 2 +
.../meet-student-slovenia-2023/index.html | 2 +
.../meet-student-slovenia-2024/index.html | 2 +
.../morning-coffee-in-front-of-ctk/index.html | 2 +
.../paint-and-wine-at-sunset/index.html | 2 +
.../index.html | 2 +
.../academic-life/index.html | 2 +
.../administrative-basics/index.html | 2 +
.../admission-and-enrolment/index.html | 2 +
.../application-deadlines/index.html | 2 +
.../arrival-checklist/index.html | 2 +
.../bachelor-application/index.html | 2 +
.../choose-a-programme/index.html | 2 +
.../complete-student-journey/index.html | 2 +
.../document-preparation/index.html | 2 +
.../evs-application-guide/index.html | 2 +
.../healthcare-in-slovenia/index.html | 2 +
si/student-welcome-guide/index.html | 2 +
.../master-application/index.html | 2 +
.../means-accommodation-address/index.html | 2 +
si/student-welcome-guide/my-route/index.html | 2 +
.../index.html | 2 +
.../prepare-to-move/index.html | 2 +
.../recognition-of-education/index.html | 2 +
.../renew-change-graduate/index.html | 2 +
.../rm-si-3-health-insurance/index.html | 2 +
.../student-accommodation/index.html | 2 +
.../student-budget/index.html | 2 +
.../student-meals/index.html | 2 +
.../index.html | 2 +
.../student-residence-permit/index.html | 2 +
.../student-transport/index.html | 2 +
.../student-work/index.html | 2 +
.../study-cities/index.html | 2 +
.../tuition-and-scholarships/index.html | 2 +
.../visa-and-residence-explained/index.html | 2 +
.../wellbeing-and-community/index.html | 2 +
.../where-to-apply-for-residence/index.html | 2 +
si/support/index.html | 2 +
si/timeline-and-milestones/index.html | 2 +
tools/build_search_index.py | 79 +++++
214 files changed, 876 insertions(+)
create mode 100644 assistant.css
create mode 100644 assistant.js
create mode 100644 assistant/index-en.json
create mode 100644 assistant/index-mk.json
create mode 100644 assistant/index-si.json
create mode 100644 tools/build_search_index.py
diff --git a/404.html b/404.html
index d27bd12b..fcb147da 100644
--- a/404.html
+++ b/404.html
@@ -70,5 +70,7 @@
+
+