Tag
Explore by tags
Chat-driven tool that clones any website and converts it into a working modern React app. Uses a Firecrawl backend to orchestrate multiple LLM providers and offers a fast sandbox preview workflow (Vercel or E2B) for rapid prototyping and iterative edits.
A TypeScript agent harness split into composable npm packages: a unified LLM API across OpenAI, Anthropic and Google, an agent runtime with tool calling and state, a self-extensible coding-agent CLI, and a differential-rendering terminal UI library.
Generate parametric 3D CAD models from natural language and images in the browser, with real-time preview and exports to STL/SCAD. Runs client-side via OpenSCAD WebAssembly, extracts adjustable parameters, and integrates Anthropic for shape generation—suited for rapid prototyping and 3D-printing workflows.
Gives coding agents controlled access to a live Chrome browser through MCP, exposing DevTools-backed automation, debugging, screenshots, console inspection, network analysis, and tracing.
Embeds a GUI agent in your web page as client-side JavaScript, letting users drive the interface with natural language — it reads the DOM as text (no screenshots) and performs clicks and form fills. Bring your own LLM; no extension or backend required.
Lets AI agents describe interactive UIs as declarative JSON instead of executable code; client apps render the components with native widgets from a pre-approved catalog, keeping agent-generated UI safe across trust boundaries.
Terminal-based coding agent that reads and edits code, runs shell commands, and fetches web pages while planning multi-step tasks autonomously. A Ctrl-X toggle drops into a raw shell, and ACP support plugs it into Zed and JetBrains IDEs.
Capture file/component/HTML context from any React UI element with a keystroke so coding assistants get precise, paste-ready snippets. Works in development mode, offers plugin hooks and MCP integration, and targets faster/more accurate LLM-assisted coding workflows.
A stateful agent harness, shipped as a CLI, whose agents keep memory, skills, and prompts across sessions instead of resetting each run. Context is git-versioned via MemFS, and agents can rewrite their own prompts and skills over time.
Turns content briefs into SEO-optimized long-form articles via chained Claude Code commands and specialized subagents. Pulls live GA4, Search Console, and DataForSEO data to ground keyword research, drafting, and on-page optimization in real rankings.
Visual workspace for managing multiple LLM-powered coding agent sessions and iterating on code, docs, and mockups. Combines WYSIWYG editors, session kanban, task tracking, and git tooling so developers can review, approve, and integrate agent-generated changes.
Discovers MCP servers already configured in Cursor, Claude, Codex and other editors, then calls their tools from TypeScript or the CLI. Can also turn any server into a standalone command-line tool or a typed TypeScript client.