From 3ebf76d312909bd5b5747501f66c83c8c1a95133 Mon Sep 17 00:00:00 2001 From: AppCreator Date: Fri, 10 Apr 2026 07:06:35 +0000 Subject: [PATCH 1/5] Add Forge to App Builders section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3fcb4..f0bb487 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Platforms that scaffold and deploy full-stack applications from natural language - [Pico](https://picoapps.xyz) — End-to-end micro app generator with instant deployment. - [SoftGen](https://softgen.ai/) — AI-powered software generation platform for building Web Apps. - [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model for building applications using open source LLMs. +- [Forge](https://forge-web.rebaselabs.online) [(Source)](https://github.com/sudo-rebase/forge) — AI-powered full-stack app creator that generates Next.js apps from natural language. BYOK model — use your own Anthropic, OpenAI, or Google AI key with no markup. Multi-stage pipeline with auto-fix and TypeScript strict mode. - [e2b_Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI-powered applications with sandboxed environments. - [Mocha](https://getmocha.com/) — AI-powered no-code application builder for creating web apps without writing code. - [Pythagora](https://www.pythagora.ai/) — AI development platform with 14 specialized agents that builds React/Node.js apps from natural language. Integrates with VS Code and Cursor with one-click deployment. From b0541ec313fd24875eff97a41ce49f09fbf79406 Mon Sep 17 00:00:00 2001 From: Gk Date: Tue, 14 Apr 2026 22:15:19 -0700 Subject: [PATCH 2/5] Add CueAPI to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72cf2b0..858042e 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [CueAPI](https://github.com/cueapi/cueapi-core) — Open-source scheduler and verification gate for AI coding agents. Cues trigger agent runs on a schedule, and each execution must return evidence (external ID, result URL, or artifact) before the cycle closes. Works with Claude Code, Codex, and Gemini CLI via SDK. Self-hosted, Apache-2.0. ### Sandboxing & Isolation From 633c1f1fc2bb23a3ab73f24170edd13a54fb8a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=87=91=E5=8D=9A?= <257514572@qq.com> Date: Thu, 16 Apr 2026 15:54:55 +0800 Subject: [PATCH 3/5] Add aicost --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..1c7d9c1 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. --- From 48dbdb3aeca88ccfe35bd5b803e3b336eabb90a7 Mon Sep 17 00:00:00 2001 From: Alexander Clapp Date: Fri, 17 Apr 2026 09:10:32 +0200 Subject: [PATCH 4/5] Add CLIRank to CLI Utilities Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..9f169f8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. +- [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. --- From 3c08a39ceef237b395a170b0cfc07cad29dc8757 Mon Sep 17 00:00:00 2001 From: yishuiliunian Date: Fri, 17 Apr 2026 18:50:42 +0800 Subject: [PATCH 5/5] Add AgentsMesh to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..9332467 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. - [pi-ralph](https://github.com/samfoy/pi-ralph) — Multi-agent orchestration loops for the pi coding agent. Runs autonomous implementation, review, and debugging cycles with configurable roles and loop chaining. +- [AgentsMesh](https://agentsmesh.ai) — Self-hostable AI Agent Workforce Platform. Remote AI workstations (AgentPods) with PTY sandbox + git worktree isolation, multi-agent collaboration via channels and pod bindings, built-in Kanban with ticket-pod binding and MR/PR integration, per-pod MCP server. Supports Claude Code, Codex CLI, Gemini CLI, Aider, OpenCode. Multi-Git (GitHub/GitLab/Gitee), multi-tenant (Org > Team > User), SSO/RBAC/audit, air-gapped, BYOK. ### Sandboxing & Isolation