Skip to content

Add DressOn and Wx3 technology detection#241

Merged
enthec-opensource merged 2 commits intoenthec:mainfrom
lwdudu:add-dresson-and-wx3
Mar 17, 2026
Merged

Add DressOn and Wx3 technology detection#241
enthec-opensource merged 2 commits intoenthec:mainfrom
lwdudu:add-dresson-and-wx3

Conversation

@lwdudu
Copy link
Contributor

@lwdudu lwdudu commented Mar 17, 2026

Summary

Adds detection for two Brazilian technology products:

DressOn — AI Virtual Fitting Room

  • Category: Augmented reality (105)
  • Detection: scriptSrc matching api.dresson.com.br/widget/
  • Website: https://dresson.com.br
  • Description: AI-powered virtual fitting room that lets online shoppers try on clothes digitally

Sites using DressOn:

  1. https://hardyn.com.br
  2. https://hipy.com.br
  3. https://dmfit.com.br
  4. https://deliriyou.com.br
  5. https://borju.com.br
  6. https://fisicofitness.com.br
  7. https://www.marchefitwear.com.br
  8. https://ouifitness.com.br
  9. https://www.vibsfitwear.com.br
  10. https://shophelena.com.br
  11. https://amandine.com.br
  12. https://avvi.com.br
  13. https://powerfitbr.com.br
  14. https://aguaeluz.com.br
  15. https://usemorenacarioca.com.br
  16. https://www.eliramid.com.br
  17. https://www.amorabridal.com
  18. https://www.donalolla.com
  19. https://anasbrand.com.br

Wx3 — E-commerce Platform

  • Category: Ecommerce (6)
  • Detection: meta author tag (Wx3) + html pattern (link to wx3.com.br)
  • Website: https://wx3.com.br
  • Description: Brazilian e-commerce platform for fashion and retail stores

Sites using Wx3:

  1. https://www.aguaeluz.com.br
  2. https://www.ahavastore.com.br
  3. https://www.useange.com.br
  4. https://www.avvi.com.br
  5. https://www.borju.com.br
  6. https://www.cactofitwear.com.br
  7. https://www.deliriyou.com.br
  8. https://www.dmfit.com.br
  9. https://www.soueletrika.com.br
  10. https://www.fisicofitness.com.br
  11. https://www.usefitone.com.br
  12. https://www.gallere.com.br
  13. https://www.useglowsfitness.com.br
  14. https://www.gomaxfitness.com.br
  15. https://www.hardyn.com.br
  16. https://hipy.com.br
  17. https://www.iluminelingerie.com.br
  18. https://www.informalinn.com.br
  19. https://www.jescri.com.br
  20. https://www.lettsports.com.br
  21. https://www.lifepulse.com.br
  22. https://www.lotfitness.com.br
  23. https://www.marchefitwear.com.br
  24. https://www.metamorfosebrasil.com
  25. https://www.movingfitness.com.br
  26. https://www.orbisfitness.com.br
  27. https://www.ouifitness.com.br
  28. https://www.rouperie.com.br
  29. https://www.sottilejalecos.com.br
  30. https://loja.stam.com.br
  31. https://www.suspirointimo.com.br
  32. https://www.trave.com.br
  33. https://www.vibsfitwear.com.br
  34. https://www.wermar.com.br

- DressOn: AI-powered virtual fitting room (category: Augmented reality)
  Detected via scriptSrc: api.dresson.com.br/widget/
- Wx3: Brazilian e-commerce platform (category: Ecommerce)
  Detected via meta author tag and HTML link to wx3.com.br
Copilot AI review requested due to automatic review settings March 17, 2026 14:45
@enthec-opensource
Copy link
Member

image "html" must be a `[]string`, not a `string`

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds detection entries for two Brazilian products (DressOn virtual fitting room and Wx3 e-commerce platform) to the technology catalog, along with their icons.

Changes:

  • Add DressOn technology definition using scriptSrc detection.
  • Add Wx3 technology definition using meta + HTML/DOM-based detection.
  • Add new SVG icons for both technologies.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/technologies/w.json Adds the Wx3 technology entry (e-commerce category) and detection patterns.
src/technologies/d.json Adds the DressOn technology entry (AR category) and scriptSrc detection.
src/images/icons/Wx3.svg Adds icon asset for Wx3.
src/images/icons/DressOn.svg Adds icon asset for DressOn.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +5153 to +5155
"author": "Wx3"
},
"html": "<a [^>]*href=\"https://wx3\\.com\\.br\"",
Schema requires html to be an array, not a string.
@enthec-opensource enthec-opensource merged commit cd2a64f into enthec:main Mar 17, 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.

3 participants