Web app · Supabase + Claude · Live demo

Claimo

After a crash you suddenly deal with five parties at once. Claimo gives the driver one email address — insurer, garage, police and leasing all write to it, and Claude sorts every message into the right case.

The demo runs in English, German and Croatian.

Demo je dostupan na hrvatskom, engleskom i njemačkom.

Screenshots

Claimo — AI reads incoming emails and builds the case timeline
Four emails from four different parties — Claude classifies each one, pulls out the plate, claim number and amount, and builds a single case.
Claimo dashboard with active claims
Every claim, its progress and total reported damage in one view.
Claimo case detail with per-party timeline
Case detail — a timeline per party, documents, rights and outcome.

What it does

A car accident turns into five conversations at once — the insurer, the garage, the police, the leasing company, sometimes a lawyer. Each one writes separately, nobody holds the whole picture, and the driver ends up as the switchboard. Claimo takes that job.

  • One dedicated Claimo email address per driver — you hand it to every party
  • Claude reads each incoming message and files it under the right case and the right party
  • Pulls out the plate, claim number, amount and dates — no manual entry
  • Several claims tracked in parallel, each with its own timeline
  • Plain-Croatian summary and a clear "what you do next" for every update
  • All documents in one place: accident report, photos, police record, invoices
  • Built-in guides — total loss, GAP, replacement vehicle, diminished value

Prometna nezgoda se pretvori u pet paralelnih razgovora — osiguranje, servis, policija, leasing, ponekad odvjetnik. Svatko piše zasebno, nitko ne drži cjelinu, a vozač završi kao centrala. Claimo preuzima taj posao.

  • Jedna dedicirana Claimo e-mail adresa po vozaču — daš je svim stranama
  • Claude čita svaku pristiglu poruku i slaže je pod pravi slučaj i pravu stranu
  • Izvlači registraciju, broj štete, iznos i datume — bez ijednog ručnog unosa
  • Više slučajeva paralelno, svaki sa svojim tijekom
  • Sažetak na ljudskom hrvatskom i jasno "što ti je sljedeći korak"
  • Svi dokumenti na jednom mjestu: europsko izvješće, fotografije, zapisnik, računi
  • Ugrađeni vodiči — totalna šteta, GAP, zamjensko vozilo, umanjena vrijednost

How it works

The front end is a single static bundle on Netlify. Incoming mail hits a Supabase edge function, which sends the message to Claude with a strict Croatian-language prompt and gets back structured JSON: which party sent it, the plate, the claim reference, the amount, a one-sentence summary and the next step.

The function then decides whether this belongs to an existing case — matching on claim reference first, then registration plate — or opens a new one, and appends an event to that case's timeline. Two emails about the same car land in the same case; a third about a different vehicle opens its own.

The public demo on the site runs the same pipeline against a fixed set of sample emails, with results cached so a visitor gets an instant answer and the model isn't re-billed on every click. The heuristic fallback keeps classification working even if the model is unavailable.

Front end je jedan statički paket na Netlifyju. Dolazna pošta pogađa Supabase edge funkciju, koja poruku šalje Claudeu sa strogim promptom na hrvatskom i dobiva natrag strukturirani JSON: koja je strana poslala, registracija, broj štete, iznos, sažetak u jednoj rečenici i sljedeći korak.

Funkcija zatim odlučuje pripada li poruka postojećem slučaju — prvo po broju štete, pa po registraciji — ili otvara novi, i dodaje događaj u tijek tog slučaja. Dva maila o istom autu završe u istom slučaju; treći o drugom vozilu otvori svoj.

Javni demo na stranici vrti isti pipeline na fiksnom skupu primjera, uz keširane rezultate — posjetitelj dobije odgovor odmah, a model se ne naplaćuje na svaki klik. Heuristički fallback drži klasifikaciju živom i kad model nije dostupan.

Build story

Claimo started as a tracker for leasing drivers, with the plan to charge insurers and leasing companies. Then a senior claims assessor at a Croatian insurer said plainly that they would never pay for it — and garages, already fully booked, have no reason to pay for referrals either. That feedback killed the original business model and made the product better: the only party with real pain and no substitute is the driver, so the driver became the customer. The dedicated inbox plus AI came out of that reframing. It ships with a live demo, eight SEO guides, and the full legal set. This is the kind of product work I do for founders at Codigit.

Claimo je krenuo kao alat za vozače na leasingu, s planom da plaćaju osiguranja i leasing kuće. Onda je glavni vještak jednog hrvatskog osiguratelja otvoreno rekao da oni to nikad neće platiti — a serviseri, ionako prebukirani, nemaju razloga plaćati za preporuke. Taj feedback je ubio prvotni poslovni model i učinio proizvod boljim: jedini tko ima stvarnu bol i nema zamjenu je vozač, pa je vozač postao kupac. Dedicirani inbox i AI su izašli iz tog zaokreta. Dolazi s demom uživo, osam SEO vodiča i kompletnim pravnim setom. Ovo je tip proizvodnog rada koji radim za founderse kroz Codigit.

Found this useful? Share it.

← Back to all apps