09. Unique Engineering Highlights
- Hand-rolled encoder–decoder + KV cache in-browser —
translator.js greedy loop with decoder_with_past.
externalData sidecars for WASM — commit fd46ff6; dual path registration for MountedFiles.
- Cache Storage with streaming progress — multi-hundred-MB downloads usable twice.
- Indic Unicode-block transliteration —
transliterate.js pre/post for non-Devanagari.
- BPE / FLORES tokenization workaround — separate lang-tag and text tokenization.
- Precision × provider UX — warn/auto-switch quant + WebGPU.
- Precision-suffixed HF repos — one config key, many weight variants.
- TTFT-aware tok/s — generation speed excludes first-token wait.
- Dual static hosting — HF Space metadata + Pages workflow.
- Zero-build footprint — five files, CDN deps, interview-friendly demo.
Ordinary
- Tailwind CDN styling
- Basic HTML form controls
- README deploy instructions