Apps Overview
The TribeWarez ecosystem includes web apps, games, and infrastructure services -- all connected through Solana wallet integration, shared tokens (PTtC / NMTC), and the X Connect OAuth flow.
Public Apps
| App | URL | Stack | Description |
|---|---|---|---|
| Terminal | terminal.tribewarez.com | React, Vite, Express | Web3 hub with DeFi panels, wallet, faucet, game directory |
| DeFi Portal | defi.tribewarez.com | React, Vite | Token info, live prices, whitepaper, ecosystem landing |
| Mystic Numbers | mystic.tribewarez.com | Next.js, Symfony | Match puzzle game with numerology themes and crypto shop |
| Numerology Wars | wars.tribewarez.com | Next.js, Express, Socket.IO | MMO real-time strategy with numerology-powered fleets |
| Serverz | serverz.tribewarez.com | Next.js | Server hub with X Connect, wallet connect, and reward claims |
| Hub | hub.tribewarez.com | Express | Game launcher directory with status checks and ad system |
| Web4 Portal | portal.web4.tribewarez.com | Next.js | Invite auth, NPBC list, AI/web3 APIs |
All listed apps and core chain components are part of the open alpha/beta ecosystem; main chain components are open source (MIT).
Architecture
All apps share common patterns:
- Solana Wallet Adapter for Phantom / Solflare connections
- X Connect Wall gating (connect X + wallet → claim 1000 NMTC + 1000 PTtC)
- Docker + Nginx deployment via the main
docker-compose.yml - Reverse proxy routing through
nginx-proxywith automatic SSL - Profile-based compose — each stack is isolated via Docker Compose profiles (
tw-web3-stack,mystic-app-stack,web4-portal-stack, etc.)
Token Integration
Every app that handles tokens uses the same mint addresses:
| Token | Purpose |
|---|---|
| PTtC | Mining rewards, staking, DeFi operations |
| NMTC | Game currency, AI operations, premium purchases |
See Token Economics for details.