GlemorDocs

Documentation

The Glemor handbook — one guide for the team, one for developers, and both changelogs.

Everything here is written from what is actually in the Glemor repository. If a fact is not in the code, it is not on this site.

Three sections, three readers

The two live services

WhatWhereUsed for
Web appwww.glemor.cenvora.devThe public shop, on Vercel
Platformplatform.glemor.cenvora.devAccount and access administration, on Vercel
Commerceplatform.glemor.cenvora.dev/commerceNative product and order console
APIapi.glemor.cenvora.devTyped API and authentication boundary

The storefront reads the catalogue from Medusa. A price changed in the admin changes what the site shows and what a customer is charged, because the checkout looks the price up from that same catalogue rather than trusting the browser.

On this page