Helicone
Helicone documents an AI Gateway at ai-gateway.helicone.ai that lets teams call 100+ models from OpenAI, Anthropic, Google, Groq, and other vendors through an OpenAI-compatible base URL while logging every request to the Helicone dashboard. Official quickstart guides show signing up at helicone.ai, creating API keys in the US control plane, and pointing standard OpenAI SDK clients at the gateway with automatic observability. Helicone states credits carry 0% markup versus provider list prices, support automatic fallbacks when a provider is down, and allow bringing your own provider keys instead of using Helicone-managed credentials.
LiteLLM
LiteLLM is an open-source Python library and proxy stack documented at docs.litellm.ai that exposes a single `completion()` interface across providers such as OpenAI, Anthropic, Vertex AI, Bedrock, and Ollama using OpenAI-compatible request and response shapes. The project documents a Router with retry, fallback, and load-balancing across deployments, optional observability callbacks (Langfuse, MLflow, Helicone, and others listed in observability guides), and a self-hosted LiteLLM Proxy (LLM Gateway) with virtual keys, spend tracking, guardrails, and an admin UI. Recent documentation also describes an MCP Gateway that centralizes MCP tool access with per-key, per-team, and per-organization permissions.
LangSmith
LangSmith is LangChain's hosted and self-hostable platform for tracing, monitoring, and improving LLM applications. Official documentation at docs.langchain.com describes instrumenting apps via environment variables, framework integrations (OpenAI, Anthropic, CrewAI, Vercel AI SDK, Pydantic AI, and others listed on the integrations page), or the LangSmith SDK so teams can inspect multi-step runs, compare prompt versions, build datasets, run offline and online evaluations, configure automations, and collect feedback queues—without assembling bespoke analytics for agent loops.
Hugging Face Hub
Hugging Face operates the Hugging Face Hub—a central place to browse and host machine-learning artifacts—alongside Spaces for demo apps and documentation for calling models through HTTP APIs using Hugging Face access tokens. Official docs outline creating accounts and tokens (`Settings → Access Tokens`), downloading files with Git LFS-compatible clients, versioning repositories, and invoking models through Inference Providers / serverless patterns published in huggingface.co documentation rather than stitching together bespoke hosting.
Replicate
Replicate is a hosted platform for executing third-party and custom machine-learning models over HTTP without provisioning GPUs yourself. Official documentation explains how to authenticate with API tokens, create asynchronous predictions, stream outputs, retrieve model metadata, wire webhooks for completion events, and optionally deploy or fine-tune checkpoints (for example FLUX image workflows) published to the Replicate catalog.
Together AI
Together AI operates a developer platform for running prominent open-source and vendor-weight models from Together-hosted GPUs. Documentation centers on issuing API keys, installing the Together Python (`together`) or npm (`together-ai`) SDKs, or calling HTTPS endpoints such as `https://api.together.ai/v1/chat/completions` with Bearer authentication. Guides cover streaming chat completions, function calling, structured outputs, model catalog browsing, GPU reservations for steady traffic, and fine-tuning or dedicated cluster offerings published in the broader docs hierarchy.
Groq Cloud API
GroqCloud exposes hosted language, speech, and compound workloads through Groq’s HTTP APIs. Documentation highlights compatibility with OpenAI client libraries when you point `base_url` at Groq’s OpenAI-compatible endpoint and supply a Groq API key, alongside first-party Groq SDKs for Python and JavaScript. Pricing pages publish per-model token rates (USD) for on-demand inference.
Weights & Biases (W&B)
Weights & Biases sells W&B, a cloud-hosted developer platform outlined at docs.wandb.ai where machine-learning practitioners instrument training jobs with first-party SDKs (`wandb`), stream scalars/media/system telemetry into hosted dashboards, collaborate through shared projects/workspaces, and manage hyperparameter Sweeps orchestrated according to Sweeps YAML plus controller policies described in vendor documentation rather than improvised spreadsheets. Companion guides publish patterns for versioning datasets/models through Artifacts, linking reproducible checkpoints plus evaluation payloads, emitting reports, tying runs to notebooks, integrating with prevalent PyTorch/Keras/JAX/Hugging Face/higher-level trainers, monitoring production inference where product SKUs advertise it, and upgrading team security controls—all scoped to whichever features your organization enables on wandb.ai.
OpenRouter
OpenRouter is a model gateway that exposes many third-party AI models through one OpenAI-compatible API. Teams can compare providers, set routing preferences, and switch models without rewriting core client logic for each vendor SDK. The service publishes per-model pricing and supports pay-as-you-go usage.
Langfuse
Langfuse is an open-source product for LLM application observability: it ingests traces and spans from your stack, supports datasets and prompt/version workflows, and offers optional Langfuse Cloud or self-hosted deployment. It integrates with popular Python/JS SDKs and frameworks that emit OpenTelemetry-compatible telemetry, so teams can debug agent loops, compare prompt iterations, and monitor production quality metrics without building a custom analytics pipeline from scratch.
Google Antigravity
Google Antigravity is an agentic development platform announced on the Google Developers Blog (November 2025). It pairs a familiar AI-assisted editor with a Manager Surface where developers spawn and observe agents working asynchronously across editor, terminal, and browser. Agents produce Artifacts—such as task lists, implementation plans, screenshots, and browser recordings—for review instead of relying only on raw tool logs. Public preview is offered at no cost for individuals on macOS, Windows, and Linux, with model choice including Gemini 3 Pro plus third-party models such as Claude Sonnet 4.5 and OpenAI GPT-OSS as described by Google.
piLoci
piLoci is a self-hosted, multi-user LLM memory service that runs on Raspberry Pi 5, designed for teams to share project context across AI agents. It combines an MCP-based interface with LanceDB vector storage and an Obsidian-style workspace, enabling project-scoped memory isolation while keeping data on-premise. Teams use piLoci to maintain persistent context across sessions without relying on cloud-based memory services.
ChatGPT
ChatGPT is a large language model-based chatbot developed by OpenAI, launched in November 2022. It uses the GPT-4 architecture to generate human-like text responses across conversation formats. The model supports multi-modal inputs including text, images, and voice interactions. A free tier is available with GPT-3.5, while ChatGPT Plus provides access to GPT-4 with faster response times and plugin capabilities. It serves as a versatile tool for writing, analysis, coding assistance, and creative tasks.
Gemini
Gemini is Google's family of multimodal AI models designed to compete with OpenAI's GPT series. Formerly known as Bard, it rebranded to Gemini in 2024 and directly integrates with Google services. The Ultra 1.0 model achieved state-of-the-art performance on multiple benchmarks. Gemini is available through the Google AI app, web interface, and integrates with Gmail, Docs, and other Google Workspace applications.
Claude
Claude is Anthropic's AI assistant based on the Constitutional AI and RLHF-aligned methodology. Launched in 2023, Claude emphasizes helpful, harmless, and honest interactions. It supports extremely long context windows of up to 200K tokens, making it effective for analyzing lengthy documents. Claude 3.5 Sonnet represents the mid-tier model with strong coding and reasoning capabilities. The iOS app and web interface provide easy access across devices.
DeepSeek
DeepSeek is a Chinese AI company that gained prominence in 2025 with its DeepSeek-V3 model, achieving performance comparable to leading US models at significantly lower training costs. The company released DeepSeek-R1 in January 2025, an open-source reasoning model that competes with OpenAI's o1. DeepSeek's models are available through their web interface, API, and have been integrated into various applications. Their open-source approach has democratized access to frontier-level AI capabilities.
Cursor
Cursor is an AI-first code editor built on VS Code, launched in 2023 by Anysphere. It integrates AI capabilities directly into the coding workflow with features like code completion, natural language commands, and pair programming. Cursor 0.5 introduced Agent capabilities that can autonomously modify codebases. The editor supports Python, JavaScript, TypeScript, Go, Rust, and other major languages. It offers a free tier with 1000 code completions and paid plans for extended usage.
GitHub Copilot
GitHub Copilot is Microsoft's AI coding assistant integrated directly into IDEs like VS Code, JetBrains, and Vim. Powered by OpenAI's GPT-4 and specialized code models, it provides real-time code suggestions, entire function implementations, and documentation generation. Copilot Chat enables conversational debugging and code explanation. Launched in 2021 as a technical preview, it became generally available in 2022. Business plans offer team management, policy controls, and SAML SSO integration.
Windsurf
Windsurf is an AI-powered code editor by Codeium, launched in 2024. Its signature feature is Cascade, a chat interface that maintains project context across editing sessions. Windsurf distinguishes itself with SUPERCLINE, a context engine that tracks cursor position and project state for highly relevant suggestions. The editor is built on the same foundation as Codeium's enterprise tooling, emphasizing speed and privacy. A free tier exists alongside Pro and Enterprise plans.
Midjourney
Midjourney is an independent AI image generation lab that operates primarily through a Discord bot. Launched in 2022, it produces highly artistic and stylized images from text prompts. Users interact via Discord commands, with generation happening on Midjourney's servers. Version 6 (V6) released in late 2024 offers improved coherence, text rendering in images, and photorealism capabilities. The platform has developed a distinctive aesthetic that has influenced digital art and design communities.
Adobe Firefly
Adobe Firefly is Adobe's family of generative AI models integrated directly into Adobe Creative Cloud applications including Photoshop, Illustrator, and Adobe Express. Launched in March 2023, Firefly focuses on responsible AI practices with content credentials and optical watermarking. The web interface provides image generation, editing, and text effects. Adobe's advantage lies in professional-grade tools with non-destructive editing, layer support, and direct integration with existing design workflows.
Runway
Runway is a research company and applied AI platform specializing in video generation and editing. Launched Gen-2 in 2023 as the first commercially available video generation model, Runway has developed multiple generations of video synthesis technology. Gen-3 Alpha released in 2024 offers improved motion fidelity and prompt adherence. The platform provides over 30 AI-powered tools for video editing, including motion tracking, rotoscoping, and inpainting, all accessible through a web interface.
Sora
Sora is OpenAI's text-to-video AI model announced in February 2024, capable of generating videos up to 60 seconds from text prompts. It demonstrates the ability to create complex scenes with multiple characters, specific motions, and accurate backgrounds. Sora understands physics and can generate content from both still images and existing videos. As of early 2026, access remains limited to red teamers and certain creative partners, with broader availability expected later in 2026.
Notion AI
Notion AI is an integrated AI assistant within the Notion workspace platform, launched in November 2022. It helps users write, summarize, and brainstorm directly within their notes, documents, and databases. The AI can draft content, extract action items from meeting notes, translate between languages, and generate templates. Notion AI is particularly effective for team knowledge management since it operates within the same workspace as notes, wikis, and project documentation.
Microsoft 365 Copilot
Microsoft 365 Copilot embeds AI assistance across the entire Microsoft 365 productivity suite including Word, Excel, PowerPoint, Outlook, and Teams. Launched in November 2023 for enterprise customers, it combines large language models with organizational data through Microsoft Graph. Copilot can draft documents, analyze spreadsheets, create presentations, summarize meetings, and draft emails. Business plans cost $30 per user per month in addition to existing Microsoft 365 licenses.
Perplexity
Perplexity is an AI-powered search engine that provides direct answers with cited sources, launched in 2022. Unlike traditional search engines, Perplexity uses large language models to understand queries and generate comprehensive responses with inline citations. The Pro version ($20/month) includes access to GPT-4, Claude 3, and other models with real-time web browsing. Perplexity has gained significant user adoption as an alternative to Google for research-heavy queries.
Tavily
Tavily is an AI search API designed for developers and AI applications, founded in 2023. Unlike consumer search tools, Tavily focuses on providing structured, relevant search results for AI agents and RAG (Retrieval Augmented Generation) systems. The API returns comprehensive answers with citations optimized for AI workflows. Tavily's semantic search understands query intent beyond keywords. Both free and paid tiers are available for developers integrating search into applications.
ElevenLabs
ElevenLabs is an AI voice synthesis company founded in 2022, specializing in realistic text-to-speech and voice cloning technology. Their platform generates natural-sounding speech in 29 languages with configurable emotions and styles. Voice Library provides access to thousands of pre-built voices. Professional features include dubbing, API access, and custom voice creation. ElevenLabs has gained recognition for its high-quality voice synthesis used in content creation, accessibility tools, and entertainment applications.
Suno
Suno is an AI music generation platform that creates original songs including vocals, instrumentation, and arrangements from text descriptions. Founded in 2023, Suno gained viral attention in 2024 for its ability to produce coherent, listenable music across genres. The platform supports custom mode where users can write their own lyrics, and prompt mode where AI generates lyrics automatically. Suno's UI3 update improved vocal quality and expanded style capabilities.
Zapier Central
Zapier Central is Zapier's AI agent workspace that enables users to create AI agents that can interact with thousands of applications. Announced in 2024, Central allows building agents that understand context, make decisions, and take actions across apps like Gmail, Slack, Salesforce, and over 9,000 other integrations. Agents can be trained on specific business processes and deployed to handle repetitive workflows autonomously.
OpenAI Codex
OpenAI Codex was the model powering GitHub Copilot before being superseded by more recent models. As a descendant of GPT-3, Codex was specifically trained on code and gained proficiency in dozens of programming languages. In 2023, OpenAI introduced the Agents SDK enabling developers to build autonomous coding agents powered by OpenAI models. These agents can browse the web, write and execute code, and perform complex multi-step software development tasks.
Poe
Poe is Quora's AI assistant aggregation platform launched in 2023, providing access to multiple AI models including GPT-4, Claude 3, Gemini, Llama, and many others in a unified interface. Poe allows users to chat with different AI models, create their own AI assistants, and build AI-powered applications. The platform supports model switching mid-conversation and includes image generation capabilities. Content creators can monetize their AI bots through Poe's creator program.
Bolt
Bolt is StackBlitz's AI-powered application builder that enables rapid prototyping and development of web applications. Launched in 2024, Bolt allows users to describe applications in natural language and generates complete, runnable code. The platform runs entirely in the browser with WebContainer technology, enabling Node.js execution without backend infrastructure. Bolt.new, the product name, emphasizes the one-click creation of production-ready web applications.
Replit Agent
Replit Agent is Replit's AI-powered autonomous coding agent launched in 2024, designed to build complete applications from natural language descriptions. Integrated directly into the Replit web-based IDE, the Agent can plan, write, test, and deploy applications independently. It leverages Replit's instant deployment capabilities to ship applications immediately after creation. The agent maintains project context and can take сотни lines of code actions autonomously.
Leonardo AI
Leonardo AI is an AI image generation platform specializing in game asset creation, character design, and concept art. Founded in 2022, it offers fine-tuned models optimized for different artistic styles and use cases. The platform provides precise control over composition, color, and style through specialized tools. Leonardo's strength lies in consistent character generation useful for game developers and digital artists. The platform includes community features where users share prompts and generated assets.
Pika
Pika is an AI-powered video generation platform that converts text prompts into video content. The platform specializes in generating and editing videos using generative AI models, allowing users to create visual content from descriptive text. It targets content creators, marketers, and filmmakers seeking rapid video prototyping and production.
HeyGen
HeyGen is an AI video generation platform specializing in digital avatars and talking head videos. The platform enables users to create professional videos featuring AI-generated avatars that can speak any text with natural lip synchronization. It stands out for its photorealistic avatar technology and extensive language support.
Gamma
Gamma is an AI-powered platform for creating presentations, webpages, and documents. The platform uses generative AI to transform brief prompts or outlines into polished, visually designed content. Its standout capability is producing presentation decks in seconds with AI-generated layouts, icons, and imagery.
Glean
Glean is an enterprise AI search platform that indexes and searches across all applications, documents, and data sources within an organization. Unlike traditional search, Glean uses AI to understand intent and context, providing relevant answers from across the company's entire digital workspace. It serves as an intelligent workplace search solution for enterprises.
Make AI Agents
Make AI Agents (formerly Make.com) is a visual workflow automation platform that enables users to create AI-powered automation workflows. The platform combines traditional automation triggers and actions with LLM-based AI agents that can reason, decide, and execute complex tasks. It provides a no-code interface for building sophisticated AI workflows.
NotebookLM
NotebookLM is an AI-powered research and writing assistant developed by Google. It allows users to upload source materials such as PDFs, articles, and documents, then uses AI to help research, summarize, and generate content based on those materials. The platform excels at deep research tasks where accuracy and source attribution matter.
Kimi
Kimi is a large language model chatbot developed by Moonshot AI, a Chinese AI startup. It is known for its long context window capability and strong performance on tasks requiring extended reasoning. Kimi serves as a general-purpose AI assistant optimized for Chinese language interactions and integration with Chinese-language services.
Cohere
Cohere is an enterprise AI company providing large language model APIs and retrieval solutions. The platform offers pre-trained and custom LLM models optimized for enterprise use cases, with a focus on data privacy, accuracy, and deployment flexibility. Cohere provides both cloud and on-premises deployment options.
Descript
Descript is an all-in-one video and podcast editing platform that combines traditional editing with AI-powered features. Its revolutionary approach treats audio and video editing like editing a document, with transcription-powered workflows. Descript is widely used for podcast production, video editing, and screen recording.
Krisp
Krisp is an AI-powered noise cancellation application that removes background noise and echo from voice calls in real-time. The software works as an intermediate audio layer, processing microphone input and speaker output to eliminate unwanted sounds. It is particularly valuable for remote workers and professionals in noisy environments.
Ideogram
Ideogram is an AI image generation platform known for its exceptional ability to render text within images accurately. The platform uses diffusion models to generate photorealistic and artistic images from text prompts. Its differentiating feature is text rendering, solving a common limitation in AI image generation.
Canva Magic Studio
Canva Magic Studio is the AI-powered design suite within Canva's platform, offering AI tools for creating and editing visual content. The suite includes Magic Write for text generation, Magic Design for auto-generated designs, Magic Edit for image editing, and Magic Media for AI image generation. It brings professional design capabilities to non-designers.
Exa
Exa is an AI-powered search engine designed specifically for developers and AI applications. Unlike traditional search engines, Exa provides semantic search capabilities using neural networks to understand intent and context. It offers both a web interface and API access for integrating AI search into applications.
You.com
You.com is an AI-powered search engine that combines traditional search results with conversational AI capabilities. The platform provides direct answers alongside traditional web results, and includes a built-in AI chat interface for follow-up questions. It positions itself as a privacy-focused alternative to mainstream search engines.
Lindy
Lindy is an AI personal assistant platform that creates custom AI agents (Lindys) to handle various productivity tasks. Users can create specialized AI assistants tailored to specific needs such as email management, calendar scheduling, research, or customer support. The platform emphasizes customization and learning from user interactions.
Gumloop
Gumloop is a visual workflow automation platform that enables users to create AI-powered automation workflows through a node-based interface. The platform is designed for building complex AI pipelines that connect multiple AI models and services. It targets developers and technical users building sophisticated automation systems.
Mistral AI
Mistral AI is a European AI company known for developing open-source large language models. The company releases models with permissive licenses that allow commercial use, making AI more accessible. Their models consistently achieve state-of-the-art performance on various benchmarks while remaining efficient to run.
Otter.ai
Otter.ai is an AI-powered meeting notes and transcription service that automatically transcribes spoken content in real-time. The platform integrates with popular video conferencing tools to provide live transcription, automated summaries, and actionable item extraction. It is widely used for meeting productivity and documentation.
Jasper
Jasper is an AI writing assistant designed specifically for marketing and content teams. The platform provides templates and workflows for creating various marketing content including blog posts, social media updates, ad copy, and sales emails. Jasper integrates brand guidelines and supports collaborative content creation.
Grammarly
Grammarly is an AI-powered writing assistant that helps users improve their writing by providing real-time grammar, spelling, punctuation, and style suggestions. The platform works across web browsers, desktop applications, and mobile devices to enhance writing in emails, documents, and web forms. It is used by millions for professional and academic communication.
Raycast
Raycast is a productivity application for macOS that serves as a powerful replacement for Spotlight. It provides instant access to application launching, file searching, clipboard management, and window control. The platform is highly extensible through a store of community-built extensions and supports custom scripts and workflows.
Notion
Notion is an all-in-one workspace platform that combines notes, documents, databases, project management, and collaboration tools. Users can create flexible page structures with embedded content, databases with custom views, and automated workflows. Notion serves as a wiki, project management tool, and knowledge base for teams.
Zed
Zed is a high-performance code editor built with Rust and a custom GPU-accelerated rendering framework called GPUI. It offers features like contextualized LLMs for pair programming and multi-user collaboration via CRDTs. Zed is open source and supports VS Code extensions, making it a fast alternative for developers who need responsive editing at scale.
MemGPT
MemGPT is an open-source framework that enables large language models to maintain persistent memory across conversations, similar to how operating systems manage memory hierarchy. It solves context window limitations by intelligently managing different memory tiers. The system is particularly useful for building chatbots and agents that need long-term memory and continuous learning.
Open Interpreter
Open Interpreter is an open-source tool that brings natural language code execution to a local environment, allowing users to automate tasks by writing code that executes with full system access. It supports multiple LLM providers and local models, giving users complete control over their data while enabling programmatic problem-solving through natural language.
CodiumAI
CodiumAI is a platform focused on code analysis and testing, helping developers verify code correctness through automated test generation and analysis. The platform provides tools for understanding code behavior and generating relevant test cases. It integrates with popular IDEs to provide real-time feedback during development.
Doubao
Doubao is ByteDance's AI large language model chatbot, offering conversational AI capabilities with particular strength in Chinese language understanding and generation. The platform provides both web and app interfaces for interaction, and powers various ByteDance products including the Doubao AI assistant application.
Stepper
Stepper is an AI-powered task automation tool that breaks down complex tasks into manageable steps and guides users through execution. It leverages LLMs to understand task requirements, create action plans, and provide real-time guidance through each step. The platform is designed to make automation accessible without requiring users to write code.
Continue
Continue is an open-source AI code completion tool that brings intelligent code suggestions to VS Code and JetBrains IDEs. Built with customization in mind, it supports connecting to various LLM providers and models. Developers can self-host or use cloud services, maintaining full control over their code and data while benefiting from AI-powered productivity.
Continue Dev
Continue Dev is an AI-native development environment built on the Continue open-source foundation, offering a complete IDE experience with integrated AI assistance. It provides code editing, debugging, and AI capabilities in a unified interface designed for modern software development workflows.
Cline
Cline is an autonomous AI coding agent that operates within VS Code, capable of planning and executing multi-step coding tasks independently. It can create files, edit code across projects, run commands, and interact with APIs to complete software development objectives without constant human supervision.
Windsurf AI Agent
Windsurf is an AI-powered code editor and coding assistant developed by Codeium, featuring an agentic AI system called Cascade. Cascade combines local and cloud AI capabilities to help developers write, edit, and navigate code more efficiently. The editor is available as a standalone application and VS Code/JetBrains plugin.
Devin 2.0
Devin is an autonomous AI software engineer developed by Cognition Labs, designed to handle complete software development tasks from planning through implementation. According to documented case studies, Devin has demonstrated 8-12x efficiency improvements and 20x cost savings on tasks like large-scale code refactoring. It operates as a cloud-based agent with human oversight for approval workflows.
Manus
Manus is a general-purpose AI agent platform designed to autonomously handle complex real-world tasks across various domains. It leverages multiple AI models and tools to break down tasks, execute plans, and deliver results without continuous human input. The platform positions itself as a bridge between AI capability and practical automation.
Augment Code
Augment Code is an AI-powered coding assistant designed for enterprise software development teams. It provides context-aware code suggestions, automated code reviews, and refactoring assistance across large codebases. The platform emphasizes security, privacy, and compliance for organizational use.
Tabnine
Tabnine is one of the original AI code completion tools, offering context-aware code suggestions across 30+ programming languages. It provides both cloud and on-premise deployment options to ensure code privacy. The platform supports individual developers and enterprise teams with features including code chat, agentic workflows, and comprehensive code privacy guarantees.
AIX
AIX is an AI tool designed to help developers understand, navigate, and work with unfamiliar codebases. It uses large language models to provide contextual explanations of code functionality, structure, and dependencies. The platform is particularly useful for onboarding to new projects and debugging complex code paths.
CodeRabbit
CodeRabbit is an AI-powered code review tool that automates the pull request review process. It provides automated feedback on code quality, security, and style, reducing the burden on human reviewers. The platform integrates with GitHub and GitLab to offer AI-generated review summaries and inline comments.
Haygrade
Haygrade is an AI-enhanced search engine designed for developers and technical professionals. It combines traditional search capabilities with AI summarization to provide more relevant results for technical queries. The platform is designed for developers who need accurate, up-to-date information from across the web.
Flowise
Flowise is an open-source platform for visually building LLM-powered applications and AI agents. It provides a drag-and-drop interface for creating complex workflows involving LLMs, vector databases, and external APIs. The platform was acquired by Workday in 2024, expanding its enterprise capabilities while maintaining its open-source foundation.
Cody
Cody is an AI coding assistant developed by Sourcegraph, leveraging Sourcegraph's code intelligence platform for contextually aware assistance. It uses Sourcegraph's code search and understanding capabilities to provide accurate, codebase-aware responses. Cody helps developers write, review, and understand code across entire codebases.
v0
v0 is Vercel's AI-powered UI generation tool that creates user interfaces from natural language descriptions and design specifications. Built by the team behind Next.js, v0 produces ready-to-use React components, Tailwind CSS, and HTML code. It serves as a rapid prototyping tool for designers and developers building web applications.
bolt.new
bolt.new is an AI web application builder developed by StackBlitz that enables users to create, edit, and deploy full-stack web applications through natural language commands. Backed by StackBlitz's WebContainers technology, it runs entirely in the browser with full Node.js support. The platform supports importing from GitHub and Figma for design system integration.
Wispr Flow
Wispr Flow is a Mac-native voice dictation app that learns your writing style and speaks naturally in over 100 languages. It integrates with Cursor, Claude, and ChatGPT, letting developers and power users compose messages, code, and documents by voice with auto-edits and command mode.
Postgres MCP
pg-mcp-server is a Model Context Protocol server that bridges AI agents and PostgreSQL databases. It exposes schema metadata (tables, columns, indexes, foreign keys) as MCP resources, and lets agents execute read-only SQL queries or transactional writes. Ideal for developers who want Claude, Cursor, or other LLM-powered tools to answer questions about a live database without manual SQL. Supports connection string configuration, SSL modes, and Row-level security awareness.