ITADN
elasticclaw/elasticclaw.ai
README.md

elasticclaw.ai

The marketing and documentation site for ElasticClaw — an open source workflow system for issue-triggered coding agents, workflow pipelines, scoped GitHub credentials, and self-hosted execution.

Stack

Development

pnpm install
pnpm dev

Open http://localhost:3000.

Structure

src/
  app/
    page.tsx              # Landing page
    layout.tsx            # Root layout
    globals.css           # Global styles
    docs/
      layout.tsx          # Docs sidebar layout
      page.tsx            # Overview
      installation/       # Install docs
      hub/                # hub.yaml config docs
      workspaces/          # Workspace docs
      github-integration/ # GitHub App setup
      linear-integration/ # Linear token setup
      web-ui/             # elasticclaw-web docs
      providers/          # Replicated CMX docs
  components/
    docs-page.tsx         # Shared docs components

Deployment

Deploys automatically to Vercel on push to main.

Deploy with Vercel

License

MIT