50 tools tagged
Showing 24 of 50 tools
Open-source TypeScript headless CMS and app framework
Payload is an open-source TypeScript-first headless CMS and app framework with 32K+ GitHub stars. Built on Next.js with PostgreSQL or MongoDB, it provides auto-generated REST and GraphQL APIs, a customizable admin panel, access control, localization, versioning, and file uploads. Config-as-code defines collections in TypeScript for full type safety. Features live preview, draft system, block-based editor, and extensible plugins. Self-hostable with no vendor lock-in.
Anthropic's agentic coding CLI
Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.
Minimal terminal coding harness
Prompt engineering and LLM management platform for teams building AI applications. Version control your prompts, run A/B tests across models, and track performance metrics. Provides a collaborative workspace where developers and product managers can iterate on prompts together, reducing the feedback loop between prompt changes and production quality metrics.
Instant serverless TypeScript platform for APIs, crons, and bots
Val Town is a collaborative platform for writing and deploying serverless TypeScript functions instantly from the browser. Create APIs, cron jobs, email handlers, and bots with a single Cmd+S. Features version control, collaboration, and a social coding model where functions can import from other users. YC-backed with 450K+ monthly active users.
Build and deploy AI agents on Cloudflare's edge network
Cloudflare Agents is an open-source SDK for building and deploying AI agents that run on Cloudflare's global edge network. It provides durable state, scheduled tasks, WebSocket communication, and browser rendering capabilities within Workers. Agents persist across requests using Durable Objects and can orchestrate multi-step workflows with built-in MCP server support. Over 7,000 GitHub stars.
TypeScript-first AI agent framework with built-in observability
VoltAgent is an open-source TypeScript AI agent framework with built-in observability, RAG support, memory management, and MCP integration. It provides a structured approach to building production AI agents in the Node.js ecosystem with agent debugging tools, sub-agent orchestration, and tool management. Over 7,000 GitHub stars and 150K+ weekly npm downloads.
React components for building AI chat interfaces
assistant-ui is a TypeScript/React component library for building AI chat interfaces with streaming responses, tool rendering, branching conversations, and LLM provider integrations. It supports Vercel AI SDK, LangGraph, and custom backends out of the box. Used by LangChain, Browser Use, and Stack AI. YC W25-backed with 9,000+ GitHub stars and 450K+ monthly npm downloads.
Rust-powered JavaScript linter that is 50-100x faster than ESLint
Oxlint is an extremely fast JavaScript and TypeScript linter built as part of the OXC (Oxidation Compiler) toolchain written in Rust. It runs 50-100x faster than ESLint by parsing and analyzing code in a single optimized pass without requiring any plugins or configurations. Oxlint ships with 520+ built-in rules covering correctness, performance, and style checks, and is designed to run alongside ESLint during migration. Part of Evan You's VoidZero initiative, OXC has over 20,000 GitHub stars.
Polyglot dev tool version manager replacing asdf, nvm, pyenv
mise is a Rust-based polyglot development tool version manager that replaces asdf, nvm, pyenv, rbenv, and similar single-language version managers with one fast CLI. It manages runtime versions for Node.js, Python, Go, Rust, Terraform, and 900+ other tools from a single .mise.toml config file. mise also serves as a task runner with file watching, environment variable management, and monorepo support, making it a complete developer environment orchestrator with over 26,000 GitHub stars.
CLI that writes your git commit messages with AI
aicommits is a lightweight CLI tool that generates git commit messages using AI by analyzing your staged changes. Supports OpenAI, Anthropic, and local models via multiple providers. Configure message style, language, and conventional commit format. 8,800+ GitHub stars, MIT licensed. Built by Nutlope (Hassan El Mghari), known for popular open-source AI projects. Install via npm and run 'aicommits' to generate a message from your current diff.
AI-generated git commit messages in 1 second
OpenCommit is a CLI tool that generates meaningful git commit messages using LLMs in about one second. It analyzes staged changes and produces conventional commit-style messages following your team's conventions. Supports OpenAI, Anthropic Claude, Ollama local models, and other providers. 7,200+ GitHub stars, MIT licensed, winner of GitHub 2023 Hackathon. Works as a CLI command, git hook, or GitHub Action for automated commit message generation.
Pack your entire codebase into a single AI-friendly file
Repomix packages entire repositories into single AI-optimized files for feeding to LLMs like Claude, ChatGPT, and Gemini. It outputs XML, Markdown, JSON, or plain text with token counting, security scanning via Secretlint, and Tree-sitter-based code compression. Works as CLI, MCP server, or Chrome extension for GitHub. Supports Claude Agent Skills generation. 37,500+ uses on AIBase, MIT licensed, with a web interface at repomix.com for zero-install usage.
Multi-agent orchestration platform for Claude Code
Claude-Flow is an open-source multi-agent orchestration platform that deploys dozens of concurrent Claude Code agents with shared memory and coordinated workflows. It enables parallel task execution, hierarchical agent coordination, and persistent context across sessions. Run via npx with zero setup. Described as the leading agent orchestration platform for Claude by industry analysts, it has 9,100+ GitHub stars and is used for complex codebase-wide refactoring and multi-file development tasks.
Durable workflow orchestration for serverless and edge
Inngest is a workflow orchestration platform that replaces queues, state management, and scheduling with durable step functions. Write functions in TypeScript, Python, or Go that survive failures, sleep for days between steps, and retry only failed steps. SDKs integrate natively with Next.js, Vercel, and serverless platforms. Free tier includes 50,000 runs/month. Used by Resend, Mintlify, and Ocoya for background jobs, AI orchestration, and event-driven workflows.
Open-source background jobs and AI workflows for TypeScript
Trigger.dev is an open-source platform for building and deploying background jobs, AI agents, and long-running workflows in TypeScript. It eliminates serverless timeouts with durable task execution, automatic retries, queue-based concurrency control, and elastic scaling. Used by 30,000+ developers at companies like MagicSchool and Icon.com, it processes hundreds of millions of agent runs monthly. Backed by a $16M Series A led by Dalton Caldwell's Standard Capital fund.
Mutation testing framework to validate test quality
Stryker Mutator is an open-source mutation testing framework for JavaScript, TypeScript, C#, and Scala that measures the real effectiveness of your test suite. It introduces small code mutations and checks whether tests catch them, revealing gaps that line coverage metrics miss. Supports incremental mode for CI/CD integration.
MCP integration for Cloudflare Workers and edge services
Cloudflare MCP Server connects AI coding agents to Cloudflare's edge platform through the Model Context Protocol. It enables agents to manage Workers, KV stores, R2 storage, D1 databases, and other Cloudflare services directly from AI assistants, streamlining edge application development and deployment workflows.
Official TypeScript SDK for building MCP servers
The official TypeScript SDK for the Model Context Protocol, providing everything needed to build MCP servers and clients. Supports stdio, SSE, and Streamable HTTP transports with built-in auth helpers. Works across Node.js, Bun, and Deno runtimes for maximum deployment flexibility.
Official debugger for MCP server development
MCP Inspector is the official interactive developer tool from the Model Context Protocol team for testing, debugging, and validating MCP servers. It provides a visual interface to inspect available tools, test transport configurations, export configs for different clients, and verify protocol compliance during MCP server development.
Package manager for MCP servers and agent skills
Smithery is a CLI tool and registry for discovering, installing, and managing MCP servers and agent skills. It lets developers search thousands of available servers, install them with one command, inspect available tools, and connect their AI coding agents to external capabilities through the Model Context Protocol standard.
Web scraping and crawling via MCP for AI agents
Firecrawl MCP Server is the official MCP integration for Firecrawl that gives AI coding agents web scraping, crawling, search, and structured data extraction capabilities. It supports batch operations, deep research mode, and agent-friendly extraction with configurable output formats across multiple AI client environments.
AI-driven task management for agentic coding
Taskmaster AI is an open-source task management system for AI-driven development that turns PRDs into structured, dependency-aware coding tasks. It runs as an MCP server inside Cursor, Claude Code, Windsurf, Lovable, and Roo, giving AI agents a disciplined workflow instead of ad-hoc code generation. Supports multiple AI providers with configurable main, research, and fallback models.
Architect agent that builds with reusable components
Hope AI by Bit Cloud is an architect agent with 18,000+ GitHub stars on the Bit platform that builds professional software using reusable components. It proposes entire software architectures, generates code with documentation and test coverage, and ensures clean component patterns, addressing the architectural integrity gap that most vibe-coding tools ignore when generating code.
Auto-generate SDKs and docs from backend routes
Speakeasy uses AI to parse backend API routes and auto-generate production-ready SDKs in multiple languages alongside OpenAPI documentation. It ensures that client libraries and documentation always match the current backend implementation, eliminating the drift between API code, SDK behavior, and documentation that plagues most API-first teams as their services evolve.