Skip to content

AI Apps Directory

Find the AI app for the job.

70 apps · 19 categories · curated and growing

  • View Claude Code details
    IDE / AgentFREEMIUMDeployed

    Claude Code

    Anthropic

    Anthropic's official CLI / IDE / web agent. Primary author at Blokz.

    Claude Code is our lead architect. It reads the spec, drafts the diff, runs the tests, and opens the PR — across CLI, IDE extensions, the desktop app, and the web. Everything on blokz.dev was built with it.

    • agentic
    • cli
    • ide
    • mcp
    • +1
  • View Cursor details
    IDE / AgentFREEMIUMVetted

    Cursor

    Anysphere

    AI-first code editor. Multi-model, tab-completion native.

    Fork of VS Code with deep model integration — multi-line tab completion, agent mode, chat with codebase context. Strong for fast iteration on existing repos.

    • ide
    • multi-model
    • vscode-fork
  • View Windsurf details
    IDE / AgentFREEMIUM

    Windsurf

    Codeium

    Cascade agent + IDE. Codeium's developer surface.

    Agent-first IDE that pairs autocomplete with Cascade, a planning-then-acting agent. Strong terminal integration; good when the diff spans many files.

    • ide
    • agentic
    • cascade
  • View Aider details
    IDE / AgentOPEN SOURCEVetted

    Aider

    Paul Gauthier

    Terminal-native pair programmer. BYO key, BYO model.

    Open-source CLI for AI pair-programming directly against your git repo. Brings any model (Claude, Gemini, GPT, local) into a tight commit-per-task loop.

    • cli
    • open-source
    • self-hosted
    • multi-model
  • View GitHub MCP details
    MCPOPEN SOURCEDeployed

    GitHub MCP

    GitHub

    Reads + writes GitHub from any MCP-aware agent.

    Official GitHub MCP server. Wired into Claude Code and most agentic surfaces to read PRs, post comments, create branches, and run secret-scanning. Used daily at Blokz.

    • mcp
    • git
    • code-review
    • open-source
  • View Supabase MCP details
    MCPOPEN SOURCEDeployed

    Supabase MCP

    Supabase

    Postgres + auth + edge functions from inside the agent.

    MCP server that exposes Supabase project ops — list tables, apply migrations, deploy edge functions, fetch advisors. Removes a context-switch cliff between code and database.

    • mcp
    • database
    • postgres
    • open-source
  • View Vercel MCP details
    MCPOPEN SOURCEARCHIVED

    Vercel MCP

    Vercel

    Deploys + build logs + runtime logs in agent context.

    Vercel-native MCP server for deploying directly from chat, inspecting build/runtime logs, and reading deployment metadata. Original github.com/vercel/mcp community URL is no longer published; first-party MCP integration ships via the Vercel docs.

    • mcp
    • deploy
    • logs
  • View Promptfoo details
    EvalOPEN SOURCEVetted

    Promptfoo

    Promptfoo

    Open-source LLM eval CLI. Rubric scoring + golden sets.

    YAML-driven eval harness. Pair a prompt with a goldset, define rubrics, run across multiple models in CI. Strong for catching prompt regressions before they hit production.

    • eval
    • ci
    • rubric
    • open-source
  • View Braintrust details
    EvalFREEMIUM

    Braintrust

    Braintrust

    Hosted eval + tracing platform for LLM apps.

    Production-grade eval orchestration with a dashboard, dataset versioning, and OpenTelemetry tracing. Useful once eval volume outgrows a CI YAML file.

    • eval
    • tracing
    • datasets
    • production
  • View Vercel details
    InfraFREEMIUMDeployed

    Vercel

    Vercel

    Where blokz.dev lives. Edge functions + image opt + analytics.

    Hosts blokz.dev. Next.js-native, fast deploys, edge functions for the contact API, free Speed Insights tier. Strong default for the React/Next ecosystem.

    • hosting
    • edge
    • nextjs
    • ci
  • View Supabase details
    InfraFREEMIUMDeployed

    Supabase

    Supabase

    Postgres + auth + storage + edge functions, open source.

    Default backend layer at Blokz when an app needs persistence + auth + realtime. Open-source, self-hostable, very low friction to local dev with the CLI.

    • postgres
    • auth
    • realtime
    • open-source
  • View Cloudflare details
    InfraFREEMIUMVetted

    Cloudflare

    Cloudflare

    Workers + R2 + D1 + Durable Objects. Global edge runtime.

    When the app needs to run close to users globally, or when an isolate-per-request model fits the workload better than Node functions. R2 for storage, D1 for SQLite-at-the-edge.

    • edge
    • workers
    • storage
    • global
  • View mem0 details
    MemoryFREEMIUM

    mem0

    Mem0

    Long-term memory layer for AI agents. Self-hostable.

    Persistent memory store + retrieval pipeline for agent applications. Handles per-user/per-session/per-agent scope cleanly; pairs with OpenAI, Anthropic, and local models.

    • memory
    • agents
    • rag
    • self-hosted
  • View Letta details
    MemoryOPEN SOURCE

    Letta

    Letta

    Stateful agents with structured memory. Successor to MemGPT.

    Open-source framework for building stateful agents — memory blocks, context-window management, tool-use primitives baked in. Useful as a reference architecture for long-running agents.

    • memory
    • stateful
    • agents
    • open-source
  • View Hugging Face details
    ResearchFREEMIUMDeployed

    Hugging Face

    Hugging Face

    Models, datasets, papers, spaces. The AI research commons.

    Source-of-truth for open-weights models and datasets. Daily-paper feed for tracking research; Spaces for trying ideas without setting up infra. Heavy use at Blokz for any model we don't pay an API for.

    • models
    • datasets
    • papers
    • open-source
  • View arxiv-sanity-lite details
    ResearchFREEDeployed

    arxiv-sanity-lite

    Andrej Karpathy

    Personalized arxiv reader by Andrej Karpathy.

    Tag-and-track arxiv papers without drowning in the firehose. We track papers across edge inference, multi-agent harnesses, and memory architectures here — the spine of the Blokz Brief sample product.

    • arxiv
    • papers
    • research
    • open-source
  • View Devin details
    AgentPAID

    Devin

    Cognition AI

    Autonomous software engineer agent. Plans, codes, ships from a prompt.

    Cognition's hosted SWE agent. Operates inside its own sandbox with a browser, terminal, and editor — plans the work, writes the code, and submits a PR. Aimed at long-horizon tickets rather than tab-completions.

    • autonomous
    • swe-agent
    • browser
    • sandbox
  • View Manus details
    AgentFREEMIUM

    Manus

    Meta (formerly Monica / Manus AI)

    General-purpose autonomous agent for research, ops, and content.

    Cloud agent that browses, drafts, schedules, and follows multi-step instructions over hours. Closer to a virtual operator than a coding tool — strong for non-code knowledge work. Acquired by Meta; product continues to ship.

    • autonomous
    • general-purpose
    • ops
    • browser
  • View Cline details
    AgentOPEN SOURCEVetted

    Cline

    Cline Bot Inc.

    Open-source autonomous coding agent in VS Code. BYO key.

    Community-maintained VS Code extension that turns the editor into an agent surface — reads the repo, runs commands, edits files, and verifies its work. Pairs naturally with Claude. Formerly known as Claude Dev.

    • agentic
    • vscode
    • open-source
    • byo-key
  • View OpenHands details
    AgentOPEN SOURCE

    OpenHands

    All Hands AI

    Open-source autonomous SWE agent. Successor to OpenDevin.

    Self-hostable agent platform with a browser, terminal, and editor in a sandbox — comparable to Devin in shape, open in licence. Active research community pushing the autonomous-SWE bar.

    • autonomous
    • swe-agent
    • sandbox
    • open-source
    • +1
  • View Bolt.new details
    AgentFREEMIUM

    Bolt.new

    StackBlitz

    Prompt-to-app generator running in the browser. WebContainers under the hood.

    StackBlitz's in-browser full-stack app builder. Generates a working project — frontend, backend, deps — and lets you iterate in a sandboxed Node runtime without leaving the tab.

    • full-stack
    • web
    • webcontainers
    • prompt-to-app
  • View v0 details
    AgentFREEMIUM

    v0

    Vercel

    Prompt-to-UI generator from Vercel. Outputs React + Tailwind + shadcn.

    Vercel's generative UI surface. Type a description, get a working React component using Tailwind and shadcn primitives — copy the code or fork into a v0 project for iteration.

    • ui-gen
    • react
    • tailwind
    • shadcn
  • View LangChain details
    OrchestrationOPEN SOURCEVetted

    LangChain

    LangChain

    The default open-source framework for composing LLM apps.

    Python + TypeScript framework for chaining prompts, tools, retrievers, and memory into LLM applications. Ubiquitous in the ecosystem; pairs with LangGraph for agent orchestration and LangSmith for tracing.

    • framework
    • python
    • typescript
    • rag
    • +1
  • View LangGraph details
    OrchestrationOPEN SOURCE

    LangGraph

    LangChain

    Graph-based agent orchestration. Stateful loops with checkpoints.

    LangChain's agent layer. Model agents as nodes in a state graph with persistent checkpoints, human-in-the-loop steps, and durable execution. Strong when you need a long-running, debuggable agent rather than a one-shot chain.

    • agents
    • graph
    • state
    • open-source
  • View CrewAI details
    OrchestrationOPEN SOURCE

    CrewAI

    crewAIInc

    Multi-agent framework with explicit roles and tasks.

    Python framework for orchestrating crews of specialised agents — researcher, writer, reviewer — coordinated through shared context. Opinionated about roles, sequencing, and delegation; good fit for content-and-research pipelines.

    • multi-agent
    • roles
    • python
    • open-source
  • View n8n details
    OrchestrationFREEMIUM

    n8n

    n8n

    Open-source workflow automation with first-class AI nodes.

    Visual workflow builder bridging APIs, databases, and AI providers. Self-hostable; commercial cloud available. The default Zapier-style surface for the agentic-workflow crowd.

    • workflow
    • automation
    • visual
    • self-hosted
    • +1
  • View Vercel AI SDK details
    OrchestrationOPEN SOURCEDeployed

    Vercel AI SDK

    Vercel

    TypeScript SDK for streaming, tool-calling, and structured outputs.

    Vercel's batteries-included TypeScript framework for LLM-powered apps. Streaming primitives, structured outputs, tool calling, and React hooks for chat UIs — works with every major provider out of the box.

    • typescript
    • streaming
    • tool-use
    • structured-output
  • View Inngest details
    OrchestrationFREEMIUM

    Inngest

    Inngest

    Durable workflow engine for AI background jobs.

    Event-driven, durable execution engine — pause/resume, retries, fan-out, scheduling — designed for long-running AI jobs that can't sit in a request/response cycle. TypeScript-first; framework-agnostic.

    • durable
    • workflow
    • background-jobs
    • typescript
  • View Pinecone details
    Vector DBFREEMIUMVetted

    Pinecone

    Pinecone

    Managed vector database. The industry-default serverless option.

    Fully-managed vector DB built for production RAG and semantic search at scale. Serverless pricing, low-latency reads, integrations across every framework. Most Blokz-adjacent AI teams reach for it first.

    • managed
    • serverless
    • rag
    • semantic-search
  • View Weaviate details
    Vector DBFREEMIUM

    Weaviate

    Weaviate

    Open-source vector database with built-in vectorisers.

    Cloud-native vector DB that can compute embeddings inline — pass raw text in, store vectors out. Strong hybrid (BM25 + vector) search; self-hostable or managed.

    • open-source
    • self-hosted
    • hybrid-search
    • rag
  • View Qdrant details
    Vector DBFREEMIUM

    Qdrant

    Qdrant

    Open-source, Rust-based vector DB. Fast, predictable, self-hostable.

    Vector database written in Rust with a strong focus on filtering, payloads, and predictable latency at scale. Self-host on a single binary or use the managed cloud.

    • open-source
    • rust
    • self-hosted
    • fast
  • View Chroma details
    Vector DBFREEMIUM

    Chroma

    Chroma

    Embedded vector DB. Pip-install, prototype, scale later.

    The low-friction starting point — Chroma runs embedded inside your Python process or as a hosted service. Great for prototypes and small-to-medium RAG apps; upgrade to a managed option when you outgrow it.

    • open-source
    • embedded
    • prototype
    • python
  • View pgvector details
    Vector DBOPEN SOURCEVetted

    pgvector

    pgvector community

    Vector similarity search inside Postgres. The pragmatic default.

    Postgres extension that adds a vector type plus exact and approximate nearest-neighbour search. Pairs naturally with Supabase, Neon, and any managed Postgres. The lowest-friction RAG backend if you already run Postgres.

    • postgres
    • open-source
    • extension
    • rag
  • View Turbopuffer details
    Vector DBPAID

    Turbopuffer

    Turbopuffer

    Object-storage-backed vector DB. Serverless economics at scale.

    Bills like S3 — cold rest, warm reads, no per-namespace minimums. Designed for very-large, mostly-cold vector workloads where you can't justify keeping every index in RAM. Operated by Notion in production.

    • serverless
    • object-storage
    • cold-storage
    • scale
  • View ElevenLabs details
    VoiceFREEMIUMVetted

    ElevenLabs

    ElevenLabs

    Frontier TTS, voice cloning, and dubbing. Industry default.

    Hosted speech synthesis at near-human quality — TTS, voice cloning, multilingual dubbing, and conversational voice agents. Default choice when you need a voice that sounds like a person, not a robot.

    • tts
    • voice-cloning
    • dubbing
    • multilingual
  • View Vapi details
    VoiceFREEMIUM

    Vapi

    Vapi

    Voice agent infrastructure. Build a phone-agent in a weekend.

    Production voice-agent platform — telephony, STT, LLM, TTS, and interrupt handling stitched together so you call an endpoint and get a working phone agent. Pluggable models at every layer.

    • voice-agents
    • telephony
    • phone
    • real-time
  • View Cartesia details
    VoiceFREEMIUM

    Cartesia

    Cartesia

    Low-latency streaming TTS. Sub-100ms first audio.

    Streaming-first speech synthesis built around the Sonic family of state-space models. Aims at real-time agent voices where latency between turns is the product. Strong choice for sub-200ms voice loops.

    • tts
    • streaming
    • low-latency
    • real-time
  • View Deepgram details
    VoiceFREEMIUM

    Deepgram

    Deepgram

    Production speech-to-text. The STT default for many companies.

    End-to-end speech recognition platform — real-time streaming, batch transcription, speaker diarization, and language detection. Strong on accented speech, telephony audio, and long-form recordings.

    • stt
    • transcription
    • streaming
    • diarization
  • View Roboflow details
    VisionFREEMIUMVetted

    Roboflow

    Roboflow

    Vision MLOps end-to-end. Annotate, train, deploy.

    Annotation tooling, auto-labelling, hosted training, and edge deployment for computer-vision projects. Strong default when you're shipping a custom vision model rather than reaching for a multimodal LLM.

    • annotation
    • training
    • deployment
    • edge
  • View LandingAI details
    VisionFREEMIUM

    LandingAI

    LandingAI

    Visual prompting + vision agents from Andrew Ng's lab.

    Build vision applications with a labelling-light workflow — point at examples, get a deployable detector. Recently extended into vision agents that reason over images and PDFs without bespoke training.

    • visual-prompting
    • agents
    • document-ai
    • no-code
  • View Voxel51 details
    VisionFREEMIUM

    Voxel51

    Voxel51

    FiftyOne — open-source vision data platform.

    Open-source toolkit for exploring, debugging, and curating vision datasets. Strong story for finding model failure modes, balancing classes, and tracking experiment drift across visual data at scale.

    • open-source
    • datasets
    • evaluation
    • python
  • View Midjourney details
    ImagePAIDVetted

    Midjourney

    Midjourney

    The brand-name image generator. Discord-native, web app available.

    Hosted image generation that defined the category. Strong aesthetic defaults, style references, and rich prompt-control vocabulary. Used by designers, illustrators, and prompt artists worldwide.

    • image-gen
    • design
    • illustration
    • style-reference
  • View Ideogram details
    ImageFREEMIUM

    Ideogram

    Ideogram

    Image gen with the best text-in-image quality.

    Hosted image generator with industry-leading typography rendering — actually readable text inside images. Strong for logos, posters, social cards, and any composition where letterforms matter.

    • image-gen
    • typography
    • posters
    • logos
  • View Krea details
    ImageFREEMIUM

    Krea

    Krea AI

    Design-loop image surface. Generate, edit, upscale, iterate.

    Multi-model creative canvas — image generation, real-time edits, upscaling, and style transfer chained together. Strong for fast iteration on a single image rather than rolling fresh prompts.

    • image-gen
    • editing
    • upscaling
    • design
  • View Magnific details
    ImagePAID

    Magnific

    Magnific AI

    AI upscaling + relighting that goes beyond pixel-doubling.

    Upscales images while reimagining detail — adds plausible texture, lighting, and structure rather than just sharpening. Broke through with the 'AI photography' workflow for product shots and concept art.

    • upscaling
    • enhancement
    • relighting
    • photography
  • View Runway details
    VideoFREEMIUMVetted

    Runway

    Runway

    Professional video AI. Gen-series models + a full editor.

    End-to-end video AI platform — text-to-video, image-to-video, in-painting, motion brush, and a timeline editor. Longest-running studio in the space; default choice when the output ships to clients.

    • video-gen
    • editing
    • motion
    • film
  • View Sora details
    VideoFREEMIUM

    Sora

    OpenAI

    OpenAI's video generator as a standalone app.

    OpenAI's video model surfaced as a consumer product — generate, remix, and share short videos from prompts or images. Available standalone and bundled into ChatGPT for subscribers.

    • video-gen
    • consumer
    • social
  • View Luma Dream Machine details
    VideoFREEMIUM

    Luma Dream Machine

    Luma AI

    Mainstream-quality video generation. Indie creator default.

    Luma Labs' video model surfaced as an iOS app and web tool. Strong text-to-video, image-to-video, and keyframe controls — the indie creator's go-to before reaching for Runway's heavier toolkit.

    • video-gen
    • image-to-video
    • keyframes
    • mobile
  • View HeyGen details
    VideoFREEMIUM

    HeyGen

    HeyGen

    Avatar video at scale. Talking-head clips from a script.

    AI avatar platform for B2B content — generate a presenter from a photo, give them a script, get a finished video with lip-sync, voiceover, and translation. Used heavily in marketing and corporate training.

    • avatars
    • talking-head
    • translation
    • b2b-content
  • View Suno details
    AudioFREEMIUMVetted

    Suno

    Suno

    Full songs from a prompt. Vocals, instruments, structure.

    Hosted music generation with vocal performances, instrument arrangement, and song structure baked in. Type a description or upload a hook, get a finished track. Defined the prompt-to-song category.

    • music-gen
    • vocals
    • song-structure
  • View Udio details
    AudioFREEMIUM

    Udio

    Udio

    AI music generation. The Suno alternative.

    Hosted full-song generation focused on production-quality output and finer style control. The other half of the AI music duopoly — many producers run prompts through both Suno and Udio.

    • music-gen
    • production
    • vocals
  • View Descript details
    AudioFREEMIUM

    Descript

    Descript

    Podcast + audio editing where the transcript is the timeline.

    Audio and video editing built around an editable transcript — cut words, get cut audio. Add AI cleanup, overdub voice clones, and screen-recording for podcasts and tutorials in one tool.

    • editing
    • podcasts
    • transcript
    • voice-clone
  • View Perplexity details
    SearchFREEMIUMVetted

    Perplexity

    Perplexity AI

    AI-augmented search. Cited answers, consumer + Sonar API.

    Hybrid search engine that returns synthesized answers with inline citations rather than a list of links. Ships a consumer product and the Sonar API for adding cited search to your own apps and agents.

    • search
    • citations
    • consumer
    • api
  • View Tavily details
    SearchFREEMIUM

    Tavily

    Tavily

    Search API built for AI agents. First-class in most agent frameworks.

    Search-as-a-tool for LLM agents — returns scrape-friendly results tuned for retrieval rather than ranking. Native integrations across LangChain, LangGraph, CrewAI, and the major agent surfaces.

    • search-api
    • agents
    • rag
    • tool-use
  • View Exa details
    SearchFREEMIUM

    Exa

    Exa Labs

    Neural search API. Find pages by meaning, not keywords.

    Semantic search engine that indexes the open web with embeddings — pass a description, get matching pages. Strong for research-style queries and find-similar workflows; formerly known as Metaphor.

    • semantic-search
    • neural
    • research
    • api
  • View Brave Search API details
    SearchFREEMIUM

    Brave Search API

    Brave Software

    Independent search index. Privacy-respecting, non-Google.

    API access to Brave's independently-crawled search index. Useful when you need a non-Google source, want to dodge upstream rate limits, or have privacy posture requirements that rule out scraping competitors.

    • search-api
    • independent-index
    • privacy
  • View Helicone details
    ObservabilityFREEMIUM

    Helicone

    Helicone

    Drop-in LLM proxy with logging, caching, and cost tracking.

    One-line integration — change your OpenAI/Anthropic base URL and get a dashboard with every prompt, response, latency, and dollar tracked. Adds caching and rate-limit handling without code changes.

    • proxy
    • logging
    • caching
    • cost-tracking
  • View Langfuse details
    ObservabilityFREEMIUMVetted

    Langfuse

    Langfuse

    Open-source LLM observability. Self-hostable, OpenTelemetry-native.

    Tracing, evals, prompt management, and dataset tooling for LLM apps — self-host on your own infra or use Langfuse Cloud. The open-source default when you want full ownership of your observability stack.

    • open-source
    • tracing
    • evals
    • self-hosted
  • View LangSmith details
    ObservabilityFREEMIUM

    LangSmith

    LangChain

    LangChain's hosted observability + eval platform.

    Tracing, dataset management, eval orchestration, and prompt playground from the LangChain team. Pairs naturally if LangChain or LangGraph already runs in your stack, but works standalone via SDKs.

    • tracing
    • evals
    • datasets
    • langchain
  • View Arize Phoenix details
    ObservabilityFREEMIUM

    Arize Phoenix

    Arize AI

    Open-source LLM tracing + evaluation. Strong on retrieval debugging.

    Phoenix is Arize's open-source observability — run locally in a notebook or as a service. Especially strong for inspecting RAG pipelines, finding bad chunks, and tracking retrieval quality over time.

    • open-source
    • tracing
    • rag
    • retrieval-debugging
  • View Together AI details
    Fine-tuningFREEMIUMVetted

    Together AI

    Together

    Fine-tuning + inference for open-weights models. Broad coverage.

    Hosted inference and fine-tuning across hundreds of open-weights models (Llama, Mistral, DeepSeek, Qwen, etc.). Strong pricing for inference-at-scale; LoRA + full fine-tuning supported.

    • inference
    • fine-tuning
    • open-weights
    • lora
  • View Modal details
    Fine-tuningFREEMIUM

    Modal

    Modal Labs

    Serverless GPUs. Run training, inference, batch jobs from Python.

    Define cloud workloads in Python, deploy with one command — GPU access on demand, fast cold starts, fair-share pricing. The default 'I need to fine-tune a model from a Jupyter cell' platform.

    • gpu
    • serverless
    • python
    • training
  • View OpenPipe details
    Fine-tuningFREEMIUM

    OpenPipe

    OpenPipe

    Replace frontier-model spend with a fine-tuned small model.

    Captures your production OpenAI / Anthropic calls, builds a dataset, fine-tunes a small open-weights model on your traffic, then serves the swap behind your existing SDK. The pitch: 10x cost reduction at parity.

    • fine-tuning
    • cost-reduction
    • drop-in
    • open-weights
  • View Fireworks AI details
    Fine-tuningFREEMIUM

    Fireworks AI

    Fireworks AI

    Fast inference + fine-tuning. Production deployments at scale.

    Optimized inference platform for open-weights models with strong latency numbers and serverless + dedicated deployment options. Fine-tuning supported; vision and audio models alongside text.

    • inference
    • fine-tuning
    • low-latency
    • production
  • View Sider details
    Browser Ext.FREEMIUMVetted

    Sider

    Sider AI

    Multi-model AI side-panel for any browser tab.

    Browser extension that drops a Claude / GPT / Gemini panel onto any page — summarize the article, chat with the PDF, translate the YouTube transcript. Pluggable across providers in one subscription.

    • browser
    • side-panel
    • multi-model
    • summarize
  • View MaxAI details
    Browser Ext.FREEMIUM

    MaxAI

    MaxAI.me

    All-in-one in-browser AI assistant. Multi-model.

    Same shape as Sider — multi-model AI sidebar that follows you across the web. Strong on quick actions (summarise, rewrite, translate) and saved prompt templates.

    • browser
    • sidebar
    • multi-model
    • quick-actions
  • View Glasp details
    Browser Ext.FREEMIUM

    Glasp

    Glasp

    Highlight, summarise, and chat with anything you read on the web.

    Web-highlighter + AI extension. Save passages from any page, then ask AI for summaries, related ideas, or chat across your knowledge base. BYO key keeps your reading history private.

    • highlights
    • read-later
    • summarize
    • byo-key
  • View Zapier details
    AutomationFREEMIUMVetted

    Zapier

    Zapier

    The ubiquitous low-code automation tool. Native AI features.

    Connects thousands of apps with no-code triggers and actions. Recent AI features include in-workflow LLM calls, AI agents, and chatbots. The default reach-for when you need to glue two SaaS tools together.

    • no-code
    • integrations
    • agents
    • chatbots
  • View Make details
    AutomationFREEMIUM

    Make

    Make

    Visual-canvas automation. The Integromat folks went big on AI nodes.

    Drag-and-drop scenario builder with first-class AI provider nodes. More expressive than Zapier for complex routing and conditional logic; favoured when your automation has branches and loops.

    • no-code
    • visual
    • branching
    • integrations
  • View Lindy details
    AutomationFREEMIUM

    Lindy

    Lindy AI

    Agentic automation. Long-running agents instead of one-shot triggers.

    Builds AI agents that wait for emails, calendar invites, or webhooks — then take multi-step actions on your behalf. The 'agentic Zapier' pitch; strong for ops workflows that need judgement, not just routing.

    • agents
    • automation
    • email
    • no-code