Work

Fourteen products shipped across fintech, aviation, healthcare, wellness and consumer AI. Mobile banking for a Kazakh and a Saudi bank, an investor relations app for a listed airline, AI photo and video used by millions, plus our own products.

iOS, Android, backend and cloud. Every screenshot below is from the real product, with store links where the app is public.

LOCA PrivéMembers-only social events platform, IstanbulAleonis product
LOCA Privé app screenshot LOCA Privé event feed screenshot

Curated, members-only events in Istanbul: application-based membership, an event calendar with limited capacity, guest list management and a feed showing who else is attending.

MilunaAI consultation for aesthetic clinicsAleonis product
Miluna aesthetic procedures platform

An AI consultation assistant for aesthetic clinics. Patients chat on the clinic's own site, upload a selfie for facial analysis and get personalised treatment suggestions, which turns anonymous traffic into qualified leads. Built on a RAG pipeline over a procedure knowledge base, with computer vision on a serverless backend.

ParelKVKK-compliant AI platformAleonis product
Parel AI platform playground

A KVKK-compliant AI platform for Turkish enterprises: 50+ open-source models behind a single OpenAI-compatible API, so existing code works by changing one base URL. Automatic PII masking, data localisation and per-request cost control are built in.

EvalyticPytest for AI outputsOur own product
Evalytic model comparison with quality scores

An evaluation platform for AI output. Score images, text, RAG pipelines and agents with LLM judges and local metrics, compare a baseline against a candidate, and gate releases in CI before quality drops reach users. Shipped as a Python package with a public leaderboard scoring 32 image models.

MLX StudioLocal AI chat for Apple devices, fully on-deviceOur own product
MLX Studio local AI chat screenshot MLX Studio model library screenshot

Local AI chat for Mac, iPhone and iPad. Pick from 15+ ready MLX models or import any compatible one; everything runs on Apple Silicon, on the device itself. No account, no cloud round trip, no token limits.

Open source

LocalCloudLocal AI development environmentOpen source · Go · 51 stars
localcloud
$ lc setup my-ai-app

   Ollama        qwen3:4b ready
   PostgreSQL    pgvector ready
   Redis         queue ready
   MinIO         storage ready

$ lc start
  running on http://localhost:3000
  monthly API bill $0.00

One command brings up local models, databases and supporting services on your own machine, so development no longer depends on paid API calls.

kvkk-piiTurkish PII detection for KVKK complianceOpen source · Python and TypeScript
kvkk-pii
$ pip install kvkk-pii
$ npm i kvkk-pii

  in  "Ahmet Yılmaz, 0532 111 22 33"
  out "[AD_SOYAD], [TELEFON]"

  detectors regex · NER · GLiNER
  version   0.2.0 on PyPI + npm

Finds and masks Turkish personal data in text: identity numbers, phone numbers, addresses and names. Available for both Python and TypeScript codebases.

More developer tools, privacy libraries and AI infrastructure on GitHub