Documentation site and developer portal for the Agentra ecosystem.
Dev · Docs Sync · Pages · Repos
- Next.js App Router + TypeScript
- Tailwind CSS + Framer Motion
- Fumadocs MDX documentation engine
- Vercel deployment
pnpm install
pnpm dev # http://localhost:3000Build and verify:
pnpm docs:sync # sync ecosystem docs from canonical sources
pnpm lint # tsc --noEmit
pnpm build # production buildEcosystem documentation is generated from canonical sources in the sister repos and the monorepo. The sync pipeline ensures the web site always matches the source of truth.
pnpm docs:sync # regenerate docs from canonical sources
pnpm docs:sync:check # strict mode — fails if docs are out of syncCanonical sources: sister docs/public/ directories + monorepo docs/.
Blog entries are generated from GitHub release/commit signals and published automatically every 4-5 days.
pnpm lablog:generate # generate from signals
pnpm lablog:release # sync from GitHub releasesWorkflow: .github/workflows/lab-log-autopublish.yml
| Route | Content |
|---|---|
/ |
Home |
/projects |
Projects overview |
/publications |
Research papers |
/docs |
Documentation hub (all six sisters) |
/integrations |
MCP client integration guides |
/showcase |
Community showcase |
/blog |
Lab log / blog |
/feedback |
Feedback |
/channels |
Community channels |
/partners |
Partners |
/install/[target]/[profile] |
Install route (desktop/terminal/server) |
| Sister | Repository | Artifact |
|---|---|---|
| AgenticMemory | agentralabs/agentic-memory | .amem |
| AgenticVision | agentralabs/agentic-vision | .avis |
| AgenticCodebase | agentralabs/agentic-codebase | .acb |
| AgenticIdentity | agentralabs/agentic-identity | .aid |
| AgenticTime | agentralabs/agentic-time | .atime |
Built by Agentra Labs