This is the monorepo powering my personal web presence, managed with turborepo for high-performance development. It's being hosted on kingzai.com and its subdomains.
apps/
├── www → Main website
├── about → About site
├── resume → Resume site
└── api → REST API backend
packages/
├── data → Shared personal data (bio, projects, links, etc.)
├── ui → Shared UI components
├── tsconfigs → Shared TypeScript configurations
└── eslint → Shared ESLint configuration
- URL: https://kingzai.com
- Stack: Next.js
- URL: https://about.kingzai.com
- Stack: Next.js
- URL: https://resume.kingzai.com
- Stack: Next.js
- URL: https://api.kingzai.com
- Stack: Express.js
- Centralized source of truth for:
- Personal information
- Social links
- Project data
Updating anything in this package automatically propagates to all apps that consume it.
- Node.js ≥ 20
- pnpm (recommended)
pnpm installpnpm devpnpm buildMIT © Zai