Official documentation for Zoo Labs Foundation - Democratizing AI through decentralized training.
Built with @hanzo/docs - the documentation framework by Hanzo AI.
# Install dependencies
pnpm install
# Start development server
pnpm devOpen http://localhost:3000 to view the docs.
zoo-docs/
├── app/ # Next.js App Router
│ ├── docs/ # Documentation pages
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── content/ # MDX content
│ └── docs/ # Documentation content
├── lib/ # Utilities
│ ├── source.ts # @hanzo/docs source config
│ └── layout.shared.tsx # Shared layout options
└── public/ # Static assets
Zoo uses an emerald green color scheme:
- Primary:
#2ECC71(Emerald Green) - Secondary:
#27AE60(Forest Green) - Accent:
#F39C12(Amber) - Background:
#0F1419(Dark)
- Zoo Labs: https://zoo.ngo
- Zoo Network: https://zoo.network
- Gym: https://gym.zoo.ngo
- AI Chat: https://ai.zoo.ngo
- Zen Models: https://zenlm.ai
- GitHub: https://github.com/zooai
# Build for production
pnpm build
# Start production server
pnpm startThis documentation site shares core functionality with:
All three use the same @hanzo/docs foundation with brand-specific theming.