Case studies — AI APP

baba

Context-aware Hebrew translator, not a dictionary lookup, but a system that understands register, gender, and formality.

ZipLyne designed and shipped a full cross-platform product: web app, iOS and Android apps, and a Chrome extension that injects into any webpage. Under the hood, 11 gender/formality prompt variants handle Hebrew's grammatical complexity through an OpenRouter multi-model backend on Cloudflare Workers, with ElevenLabs TTS for native-speaker pronunciation on every result.

Four platforms. One system.

Cross-Platform Product Web · iOS · Android · Chrome

One codebase on Expo spanning iOS (App Store) and Android (Google Play). Separate React web app. Chrome extension that translates selected text in-place without leaving the page.

Hebrew Grammar Engine 11 Variant Prompt System

Masculine/feminine × formal/informal combinations, each with tailored system prompts. Context detection routes every query to the correct variant before hitting the LLM, no post-hoc correction.

Backend Architecture Cloudflare Workers + OpenRouter

Worker handles routing, rate-limiting, and model selection. OpenRouter provides multi-model fallback, if the primary model rate-limits, traffic fails over automatically. Zero cold starts.

Voice Pronunciation ElevenLabs TTS

Every translation surfaces a playback button. ElevenLabs streams native-quality Hebrew audio on demand, no pre-recorded files, no static dictionary clips.

The AI chain.

STEP 01 CONTEXT DETECTION

User input parsed for gender cues, register signals, and explicit formal/informal preference.

STEP 02 VARIANT SELECTION

One of 11 gender/formality prompt templates selected and injected with the query.

STEP 03 OPENROUTER → LLM

OpenRouter routes to primary model with automatic fallback. Returns Hebrew + transliteration + usage notes.

STEP 04 ELEVENLABS TTS

Hebrew output piped to ElevenLabs for native pronunciation audio, streamed to client on demand.

What it runs on.

Backend / routing Cloudflare Workers

Multi-model fallback OpenRouter

TTS / voice ElevenLabs

Web app React

iOS + Android Expo

In-page injection Chrome Extension APIs

On the bench.

  • Cloudflare Workers
  • OpenRouter
  • ElevenLabs
  • React
  • Expo
  • Chrome Extension APIs