--- title: Domain Portfolio created: 2026-05-29
The Domain Portfolio is the complete registry of network coordinates and web domains owned, managed, and routed by the-conglomerate-group|The Conglomerate Group. These domains point to our high-utility Progressive Web Applications (PWAs), interactive games, and Web3 asset portals.
Most of our consumer domains are managed via GoDaddy, while our specialized web-gated portal domain is managed via AWS Route 53.
| Brand / Project | Domain Name | Registrar | Target Root / Directory | Nginx Config |
| :--- | :--- | :--- | :--- | :--- |
| makeufamous|MakeUFamo.us | makeufamo.us | GoDaddy | /var/www/makeufamous/html | makeufamous.conf |
| ballademix|Ballademix NFT | bzzrrr.link | AWS | /var/www/bzzrrr.link/html | bzzrrr.link.conf |
| ballademix|Ballademikz Catalog | ballademicz.com
ballademicz.net
ballademicz.store
ballademicz.shop
ballademicz.us | GoDaddy | /var/www/ballademicz/html | ballademicz.conf |
| czarui|czarui Sales Engine | czarui.game4real.us | GoDaddy | /var/www/czarui/html (Frontend)
Port 3001 (Backend) | czarui.conf |
| roachcoach|RoachCoach PWA | roachcoach.store
roachcoach.shop | GoDaddy | /var/www/roachcoach/html | roachcoach.conf |
| lawnczar|LawnCzar PWA | lawnczar.com
lawnczar.shop
lawnczar.store | GoDaddy | /var/www/lawnczar-react (React)
Port 3000 (Native) | lawnczar.conf |
| the-science-of-getting-rich|Savage Dad / svgdad | svgdad.store
svgdad.shop | GoDaddy | /var/www/svgdad/html | svgdad.conf |
| LateNiteSnaps | latenitesnaps.com
latenitesnaps.store
latenitesnaps.shop
latenitesnaps.us | GoDaddy | /var/www/latenitesnaps/html | latenitesnaps.conf |
| Game4Real | game4real.us
game4real.store
game4real.shop | GoDaddy | /var/www/game4real/html | game4real.conf |
All domain groups are routed through the central Nginx reverse proxy on the master deployment host:
bzzrrr.link)/etc/nginx/sites-available/bzzrrr.link.conf/var/www/bzzrrr.link/html.roachcoach.store / roachcoach.shop)/etc/nginx/sites-available/roachcoach.conf/var/www/roachcoach/html.ballademicz.*)/etc/nginx/sites-available/ballademicz.conf/var/www/ballademicz/html.lawnczar.*)/etc/nginx/sites-available/lawnczar.conf/var/www/lawnczar-react and our Native Node/Express backend reverse-proxied from port 3000. It redirect standard HTTP to HTTPS (TLS certificates managed via Let's Encrypt).svgdad.*)/etc/nginx/sites-available/svgdad.conf/var/www/svgdad/html where the main retail storefront asset index lives.czarui.game4real.us)/etc/nginx/sites-available/czarui.conf/var/www/czarui/html. Reverse-proxies /api/, /webhook, and /download/ paths to the Node.js backend running on port 3001 (managed via czarui.service systemd unit).latenitesnaps.*)/etc/nginx/sites-available/latenitesnaps.conf/var/www/latenitesnaps/html.game4real.*)/etc/nginx/sites-available/game4real.conf/var/www/game4real/html for indie gameplay showcases and simulator widgets. code-server.conf to isolate code.game4real.us to our IDE service while returning full site resolution for the apex domains.