{"id":47994842,"url":"https://github.com/stxkxs/cadre","last_synced_at":"2026-04-04T11:53:25.169Z","repository":{"id":345835434,"uuid":"1173006292","full_name":"stxkxs/cadre","owner":"stxkxs","description":"Visual workflow builder for orchestrating AI agents with external service integrations","archived":false,"fork":false,"pushed_at":"2026-03-21T01:52:24.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T13:54:17.543Z","etag":null,"topics":["agents","ai","bedrock","claude","graph-editor","groq","integrations","llm","nextjs","openai","orchestration","react-flow","typescript","workflow"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stxkxs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T23:10:12.000Z","updated_at":"2026-03-21T01:52:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stxkxs/cadre","commit_stats":null,"previous_names":["stxkxs/cadre"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/stxkxs/cadre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stxkxs%2Fcadre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stxkxs%2Fcadre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stxkxs%2Fcadre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stxkxs%2Fcadre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stxkxs","download_url":"https://codeload.github.com/stxkxs/cadre/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stxkxs%2Fcadre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","bedrock","claude","graph-editor","groq","integrations","llm","nextjs","openai","orchestration","react-flow","typescript","workflow"],"created_at":"2026-04-04T11:53:25.105Z","updated_at":"2026-04-04T11:53:25.161Z","avatar_url":"https://github.com/stxkxs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cadre\n\nVisual workflow builder for orchestrating Claude Code tasks.\n\nBuild graph-based pipelines where each node is a Claude Code session. Connect nodes to pass context between steps. Branch, loop, transform, and gate your workflows — all powered by your local Claude Code CLI.\n\n## Node Types\n\n| Node | Purpose |\n|------|---------|\n| **Claude Code** | Execute a Claude Code session with a system prompt |\n| **Condition** | True/false branching via JavaScript expressions |\n| **Router** | Multi-way branching with N labeled routes |\n| **Transform** | Data shaping with `{{variable}}` interpolation (no LLM) |\n| **Gate** | Pause for manual approval before continuing |\n| **Loop** | Repeat until a condition is met |\n| **Input** | Workflow entry point |\n| **Output** | Workflow exit point |\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) 20+\n- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI installed and authenticated\n- PostgreSQL 16+\n\n## Setup\n\n```bash\n# Install dependencies\npnpm install\n\n# Start PostgreSQL\ndocker compose up -d\n\n# Configure environment\ncp .env.example .env\n# Edit .env — set AUTH_SECRET and AUTH_PASSWORD\n\n# Initialize database\npnpm db:push\n\n# Start dev server\npnpm dev\n```\n\n## Stack\n\n- Next.js 16 (App Router) + TypeScript\n- React Flow for the graph editor\n- Zustand for state management\n- Drizzle ORM + PostgreSQL\n- Tailwind CSS v4 + shadcn/ui\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstxkxs%2Fcadre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstxkxs%2Fcadre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstxkxs%2Fcadre/lists"}