Welcome to the 13th Wisdom monorepo!
This kit provides a ready-to-deploy foundation for a viral, spiritual astrology platform—featuring mobile (Expo/React Native), web (Next.js), a Node/Express backend with Stripe, and a Figma cosmic design system.
13th-wisdom/
│
├── apps/
│ ├── mobile/ # Expo React Native app (iOS/Android)
│ └── web/ # Next.js web app
│
├── backend/ # Node.js/Express API & Stripe integration
│
├── packages/
│ ├── ui/ # Shared UI components (optional)
│ └── utils/ # Shared utilities/hooks
│
├── design/
│ └── figma/ # Figma export, link, and design tokens
│
└── README.md # This file
Prerequisites:
- Node.js 18+
- Yarn or npm
- Expo CLI (
npm install -g expo-cli)
git clone https://github.com/YOUR_USERNAME/13th-wisdom.git
cd 13th-wisdom
# Install all dependencies
yarn install # or: npm installcd apps/mobile
yarn install
expo start- Scan QR in Expo Go app (iOS/Android) or run on simulator.
cd apps/web
yarn install
yarn dev- App runs at
http://localhost:3000
cd backend
yarn install
cp .env.example .env # Fill in API keys & Stripe secrets
yarn dev- API runs at
http://localhost:5000
- Figma project link: Figma Cosmic UI Kit
- Includes:
- Color palette: deep blue, purple, gold, ethereal gradients
- Typography: spiritual serif + sans, Hebrew/astrology fonts
- Components: Card, Button, Zodiac Wheel, Tree of Life, Modal, Onboarding, Iconography
- Example screens: onboarding, dashboard, chart, shop
Shared between web/mobile (see /packages/ui):
ZodiacWheel: Animated SVG/Canvas zodiac wheel, astrological glyphsTreeOfLifeOverlay: Kabbalistic Sefirot with glowing lines/nodesOnboardingScreen: Magical name/birth input, cosmic intro
- Node.js/Express API with modular routes
- Stripe endpoints:
/api/payments/create-checkout-session/api/payments/webhook
- User authentication: Firebase/Supabase ready (optional)
- MongoDB/Postgres connection (ORM-ready)
-
iOS/Android:
- Expo config ready for
eas build - Add icons, splash, and privacy policy in
/apps/mobile/app.json - Follow Expo docs for publishing
- Expo config ready for
-
Web:
- Deploy to Vercel (Next.js optimized)
-
Backend:
- Customize Figma design & export assets to
/design/figma - Configure Stripe keys, Firebase/Supabase, and DB in
/backend/.env - Update onboarding copy and cosmic art
- Test payments, push notifications, and chart sharing
- Build and submit to App Store/Google Play
- Figma design, dev workflow, or publishing help?
DM @yourusername or open an issue!
Ready to build something legendary?