Skip to content

Add Commercy - #271

Merged
enthec-opensource merged 1 commit into
enthec:mainfrom
KonixDev:add-commercy
Jul 27, 2026
Merged

Add Commercy#271
enthec-opensource merged 1 commit into
enthec:mainfrom
KonixDev:add-commercy

Conversation

@KonixDev

Copy link
Copy Markdown

Adds Commercy, an Argentine commerce platform that combines an online store, point of sale, inventory and ARCA/AFIP electronic invoicing in a single system.

Detection

Storefronts emit a generator meta tag:

<meta name="generator" content="Commercy"/>
"meta": { "generator": "^Commercy$" }

Anchored on both ends so it can't collide with other technologies.

Live sites using it

All 17 are in production and currently serve the generator tag — verified at the time of this PR:

  1. https://seryal.com.ar
  2. https://viverolafloresta.commercy.com.ar
  3. https://imprimi3d.commercy.com.ar
  4. https://imprimi3d-quilmes.commercy.com.ar
  5. https://imprimi3d-villaadelina.commercy.com.ar
  6. https://imprimi3d-ramalpilar.commercy.com.ar
  7. https://todo-limpio.commercy.com.ar
  8. https://karimeboutique.commercy.com.ar
  9. https://suplementos.commercy.com.ar
  10. https://clubnaturalfit.commercy.com.ar
  11. https://overtech.commercy.com.ar
  12. https://thehood.commercy.com.ar
  13. https://allimport.commercy.com.ar
  14. https://lyra.commercy.com.ar
  15. https://corral.commercy.com.ar
  16. https://mdvind.commercy.com.ar
  17. https://asda.commercy.com.ar

Quick check:

curl -s https://seryal.com.ar/ | grep -o '<meta name="generator"[^>]*>'

The platform runs 98 storefronts in production; the list above is limited to live merchant stores, excluding demo/template sites so the evidence reflects real usage.

Notes

  • cats: [6] (Ecommerce), matching how other regional platforms in this repo are categorised.
  • implies: ["Next.js"] — the storefronts are server-rendered with Next.js.
  • Icon added as a 32×32 square SVG at src/images/icons/Commercy.svg.
  • Entry inserted in case-insensitive alphabetical order between Commercio and Common Ground; diff is 19 insertions and no deletions.
  • All repo validators pass locally: structure, schema, order, category, group and icon_path.

Argentine commerce platform combining an online store, point of sale,
inventory and ARCA/AFIP electronic invoicing in a single system.

Detected via the generator meta tag its storefronts emit.
Currently in use by 98 storefronts in production.
@enthec-opensource
enthec-opensource merged commit 5250f1f into enthec:main Jul 27, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants