Privacy — everything in your browser

Ricuci has no backend. No servers. No analytics. The files you drop into the tool never leave your computer. Everything happens inside the browser tab you opened. When you close the page, the files are nowhere anymore.

What it does

What it does NOT do

How to verify it yourself

  1. Open DevTools → Network.
  2. Drop in an embroidery file.
  3. Convert.
  4. See for yourself: zero outbound requests after the initial page load.

Why this is possible

All the logic — readers, writers, EmbCompress, IR — lives in packages/core, written in strict TypeScript with zero DOM or Node dependencies. The bundle takes up a few tens of kilobytes in memory and runs in a few milliseconds even for designs with thousands of stitches. There is no reason to send your files anywhere: the browser is enough.

Sponsorship

There is no commercial entity or direct advertising in the tool. There is a small "Sponsored by Calicchia.Design" badge in the footer pointing to the maintainer's site (Federico). No tracking, no third-party cookies. You click, you see the site, you decide.

← Tests Convert now →