Skip to content

Documentation site and developer portal for the Agentra ecosystem — five AI agent sisters, one platform.

Notifications You must be signed in to change notification settings

agentralabs/agentralab-tech-web

Repository files navigation

Agentra Labs Web hero pane

Live Site Next.js TypeScript MIT License

Documentation site and developer portal for the Agentra ecosystem.

Dev · Docs Sync · Pages · Repos


Stack

  • Next.js App Router + TypeScript
  • Tailwind CSS + Framer Motion
  • Fumadocs MDX documentation engine
  • Vercel deployment

Local Development

pnpm install
pnpm dev             # http://localhost:3000

Build and verify:

pnpm docs:sync       # sync ecosystem docs from canonical sources
pnpm lint            # tsc --noEmit
pnpm build           # production build

Docs Sync

Ecosystem 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 sync

Canonical sources: sister docs/public/ directories + monorepo docs/.

Automated Blog Publishing

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 releases

Workflow: .github/workflows/lab-log-autopublish.yml

Pages

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)

Linked Repositories

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