SUDIGITAL Ecosystem
SUDIGITAL is a unified Web3 platform that powers three distinct products through a single backend, a single database, and a single authentication system. Users log in once and access everything.
The Vision
Instead of building three separate backends with three databases and three auth systems, SUDIGITAL consolidates everything into one engine — sudi.engine. This eliminates duplication, ensures data consistency, and lets users move between products seamlessly.
Three Products, One Platform
| Product | Domain | Description |
|---|---|---|
| Hub | hub.sudigital.com | Gamified Web3 hub — missions, NFTs, XP, staking |
| Neptu | neptu.sudigital.com (neptu.day) | AI-powered Balinese astrology — readings, oracle, calendar |
| ThePasar | pasar.sudigital.com (thepasar.com) | Trading platform — strategies, bots, market automation |
How It Connects
hub.sudigital.com ──┐
│
neptu.sudigital.com ┼──> sudi.engine API ──> PostgreSQL
│ │
pasar.sudigital.com ┘ ├── Privy (unified auth)
├── Worker (background jobs)
└── Telegram bot- Frontends are separate repos — each calls the sudi.engine API
- 1 user = 1 Privy account — login once, access all products
- API routes organized by domain —
/neptu/*,/hub/*,/pasar/* - All business logic lives in sudi.engine — frontends are presentation only
The $SUDIGITAL Token
The $SUDIGITAL token powers the ecosystem:
- 1 billion total supply
- Dual-chain — Solana (SPL) + Base (ERC-20)
- Deflationary — 5 burn mechanisms, deflationary by Year 3
- 5-15% APY staking rewards
- Mission rewards — 80% winners / 15% NFT holders / 5% ecosystem
Tech Stack
| Layer | Tool |
|---|---|
| Runtime | Bun |
| Monorepo | Turborepo |
| API | Elysia |
| ORM | Drizzle (PostgreSQL) |
| Auth | Privy (ES256/EdDSA JWT) |
| LLM | Azure OpenAI |
| Blockchain | Solana + Base (EVM) |
| Exchange | ccxt (CEX), Jupiter API (DEX) |
Next Steps
- Architecture — how the unified backend works
- Products — what each product does
- $SUDIGITAL Token — token economics and distribution