├── clients
│ ├── api
│ ├── cli
│ ├── gui
│ └── wui
│ ├── backend
│ ├── frontend
│ ├── fullstack
│ └── .static-files
│ ├── .well-known
│ │ ├── did.json
│ │ ├── jwks.json
│ │ └── security.txt
│ ├── sitemap.xml
│ ├── robots.txt
│ ├── humans.txt
│ ├── hackers.txt
│ └── red-cross.txt
├── competitors
│ ├── parsing
│ │ ├── accounts
│ │ │ ├── mobile
│ │ │ ├── pc
│ │ │ └── web
│ │ └── mail
│ │ ├── client
│ │ └── server
│ └── processing
│ ├── files
│ └── raw
│ ├── bytes
│ └── string
├── consumers
├── core
│ ├── confs
│ ├── funcs
│ ├── tools
│ └── utils
├── customers
│ └── tender
├── internal
│ └── backups
└── .static-files
├── LICENSE
├── README.md
├── CONTRIBUTORS.txt
├── UPDATES.txt
└── version.txt