Applications Overview
The mood-mnky-command monorepo contains a single Next.js application that serves three experiences: MNKY VERSE (storefront), The Dojo (private hub), and MNKY LABZ (admin dashboard). The Shopify theme and app extension complement the app.See Monorepo Structure for the full directory layout. All three experiences share
apps/web/ and deploy as one Vercel project.Application Architecture
MNKY VERSE
Web experiential portal: storefront, blog, agents, gamification
The Dojo
Members’ private hub: XP, quests, Blending Lab, MNKY CHAT
MNKY LABZ
Admin dashboard: formulas, oils, Shopify, Notion, CODE MNKY
Shopify Theme
Liquid theme and app extension
Application Comparison
| Experience | Purpose | Routes | Primary Users |
|---|---|---|---|
| MNKY VERSE | Web portal | /verse/* | End users, customers |
| The Dojo | Private hub | /dojo/* | Authenticated members |
| MNKY LABZ | Admin dashboard | /, /formulas, /store/*, etc. | Operations, product, dev |
Single App, Multiple Experiences
All three experiences live inapps/web/:
- MNKY VERSE: Public storefront, blog, agents, gamification
- The Dojo: Auth-required; XP, quests, Blending Lab, chat
- MNKY LABZ: Auth-required; formulas, fragrance oils, Shopify Admin, Notion sync, CODE MNKY
Other Applications (Reference)
The following applications may exist in separate repositories or as future additions:| Application | Status | Purpose |
|---|---|---|
| TRVLR Sync | Optional/deprecated | Bungie.net/Destiny 2 sync |
| Shopify App | Integrated | Shopify Admin API usage is in LABZ |
| MNKY Agents Demo | Optional | Python FastAPI agent demo |
Getting Started
For New Developers
- Understand the Ecosystem: Start with the Introduction (Three Pillars)
- Set Up Environment: Follow Environment Setup
- Run the app:
pnpm devfrom repo root - Explore: MNKY VERSE at
/verse, Dojo at/dojo, LABZ at/
Local Development
http://localhost:3000. MNKY VERSE: /verse; Dojo: /dojo; LABZ: /.
Deployment
- Vercel: Root directory set to
apps/web; Turborepo build from repo root - Environment variables: Supabase, Shopify, optional Notion/OpenAI
Related Resources
- MNKY VERSE Application - Technical details
- Monorepo Structure - Directory layout
- Technology Foundation - Stack overview
- Development Guides - Setup and workflows