Developer and product hub for Connectorzzz systems.
The first product section is Genesis Mesh:
dev.connectorzzz.com/
dev.connectorzzz.com/genesismesh
dev.connectorzzz.com/genesismesh/sdks
dev.connectorzzz.com/genesismesh/videos
dev.connectorzzz.com/genesismesh/articles
This repository is intended to be public. Do not commit local environment files, generated screenshots, deployment credentials, or private campaign drafts.
- Next.js App Router
- TypeScript
- Tailwind CSS
lucide-reacticons
npm ci
npm.cmd run devDefault local URL:
http://localhost:3000/
Genesis Mesh links, fallback video IDs, fallback article links, SDK cards, pillars, and campaign cards live in:
src/content/genesismesh.ts
Public content indexes are fetched server-side:
- YouTube videos use the public GenesisMesh Labs channel feed.
- Patreon articles are discovered from public GenesisMesh Labs post links.
- Both pages fall back to curated local content if a public feed or page is unavailable.
Shared UI sections live in:
src/components/
Marketing and brand images are served from:
public/images/
npm.cmd run lint
npm.cmd run build