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
- Next.js 15 (App Router)
- Tailwind CSS v4
- TypeScript
- pnpm
- Deployed on Vercel
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.
License
MIT