ABOUT

Built for shops that already know their trade

Edesy Commerce started because a jeweller could not find software that priced a ring the way they price a ring. Everything since has followed that: build for how the trade actually works, rather than asking the trade to work like the software.

Talk to us

HOW IT IS BUILT

Choices worth knowing about

Money is never a float

Every amount is an integer number of paise. Floating-point money is how a ₹1,50,799 ring ends up a paisa short on an invoice.

Isolation is the database's job

One store cannot read another's data because Postgres refuses, not because every query remembered to filter.

Server-rendered pages

A product page is one round trip. No framework boot, no spinner on a 3G connection in a shop.

Reversible migrations

Every schema change is numbered SQL that can be rolled back, applied before the server starts.