EveryDev.ai
Subscribe
Home
Tools

3,975+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Interakt
    Interakt icon

    Interakt

    Retrieval-Augmented Generation

    Open-source, self-hosted AI-powered search and chat platform that grounds conversational experiences in your own website data.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-hosted, MIT-licensed core platform. Free to use, modify, and distribute.

    Interakt Pro: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Retrieval-Augmented GenerationConversational AgentsSearch and Discovery

    Alternatives

    KhojVespa.aiOnyx
    Developer
    Alpha SolutionsCopenhagen, DenmarkEst. 2004

    Listed Sep 2026

    About Interakt

    Interakt is an MIT-licensed, self-hosted platform built by Alpha Solutions that adds AI-powered search and conversational chat to any website. It connects to your existing data sources — Elasticsearch, Azure AI Search, databases, or a website crawl — and exposes the results through embeddable drop-in widgets or a REST API. The project is actively developed on GitHub under the alphasolutionsrepo organization and is written in TypeScript on a Next.js 16 backend.

    What It Is

    Interakt is an open-source RAG (retrieval-augmented generation) platform designed to replace keyword search boxes with intent-aware, conversational experiences. Rather than returning a list of links, it synthesizes answers from your indexed data, streams them to users, and cites the sources it used. The core stack combines a search engine (Elasticsearch 9 or Azure AI Search), a configurable AI provider, a versioned prompt library, and an analytics database — all managed from a single admin dashboard.

    How the Pipeline Works

    Interakt structures chat responses through a deterministic plan → retrieve → synthesize pipeline, or an agentic loop, chosen per experience. Each turn the model selects tools, calls them — including your own HTTP endpoints or connected MCP servers — and returns rich responses with optional inline or footnote citations. Key pipeline characteristics include:

    • Hybrid search: keyword and vector results fused with reciprocal rank fusion; facets, synonyms, autocomplete, and AI query understanding per index.
    • Multi-provider AI: OpenAI, Anthropic, Gemini, Azure OpenAI, and Ollama for fully local inference — switchable without code changes.
    • Versioned prompts: every pipeline step is an editable template with history and rollback, tunable from the admin console without redeployment.
    • Full execution traces: every query logs which tools were called, what data came back, what the model saw, and what it cost.

    Trust, Safety, and Guardrails

    A notable design emphasis is controllability for brand-facing deployments. Interakt screens incoming messages before they reach the model and outgoing replies before they reach users. Guardrail rules are written in the admin console with no deploy required. The platform also supports locking policies so they cannot be disabled per-conversation — a feature aimed at compliance-sensitive teams. Access tokens are public and read-only by design; document ingestion uses a separate server-side ingestion key.

    Self-Hosting and Deployment

    The project ships as a single Docker image backed by Postgres with pgvector and either Elasticsearch or Azure AI Search. It runs wherever Docker runs. Alpha Solutions also offers a managed deployment on Azure Container Apps under the "Interakt Pro" label, which adds a dedicated Azure stack, CRM/ERP/PIM connectivity, and an agreed support response time. The open-source core and the managed offering share the same engine.

    Integrations and Embedding

    Interakt provides step-by-step integration guides for Medusa (e-commerce), Storyblok (CMS), and React/Next.js frontends. The embeddable widgets use Preact and Shadow DOM, loaded from a single script bundle, and work on any site without a framework. MCP servers can be connected over Streamable HTTP or SSE. The admin UI generates the exact embed snippet for each experience, and the REST API supports SSE streaming for chat responses.

    Current Status

    The GitHub repository was created in June 2026 and last pushed in September 2026, indicating active early development. The project carries 14 stars and 2 forks at the time of indexing, with 4 open issues. CI and documentation workflows are tracked via GitHub Actions, and the documentation is published at docs.interakt.app using Docusaurus.

    Interakt - 1

    Community Discussions

    Be the first to start a conversation about Interakt

    Share your experience with Interakt, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-hosted, MIT-licensed core platform. Free to use, modify, and distribute.

    • Full source code access
    • Self-host anywhere Docker runs
    • Hybrid search (Elasticsearch or Azure AI Search)
    • Multi-provider AI (OpenAI, Anthropic, Gemini, Azure, Ollama)
    • Drop-in embeddable widgets

    Interakt Pro

    Managed deployment on Azure, connected to your systems and supported by Alpha Solutions.

    Custom
    contact sales
    • Dedicated Azure stack
    • Connected to CRM, ERP, PIM or archive
    • Operated and upgraded for you
    • Support with agreed response time
    View official pricing

    Capabilities

    Key Features

    • Hybrid keyword and vector search with reciprocal rank fusion
    • AI chat grounded in your indexed data with streaming responses
    • Plan → retrieve → synthesize pipeline or agentic loop per experience
    • Multi-provider AI support: OpenAI, Anthropic, Gemini, Azure, Ollama
    • MCP server integration over Streamable HTTP or SSE
    • Custom HTTP tool support
    • Drop-in embeddable search and chat widgets (Preact, Shadow DOM)
    • REST API with SSE streaming for chat
    • Versioned prompt library with history and rollback
    • Input and output guardrails with lockable policies
    • Full execution traces for every query
    • Real-time analytics dashboards for search trends, AI costs, and chat flows
    • Admin console for no-code day-to-day configuration
    • Elasticsearch 9 and Azure AI Search backends
    • Self-hosted via Docker with Postgres and pgvector
    • Facets, synonyms, autocomplete, and AI query understanding
    • Access token and ingestion key separation
    • Encrypted secrets vault

    Integrations

    Elasticsearch
    Azure AI Search
    OpenAI
    Anthropic
    Google Gemini
    Azure OpenAI
    Ollama
    Medusa
    Storyblok
    React
    Next.js
    MCP servers
    Postgres
    pgvector
    Docker
    Azure Container Apps
    API Available
    View Docs

    Demo Video

    Interakt Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Interakt and help others make informed decisions.

    Developer

    Alpha Solutions

    Alpha Solutions builds Interakt, an open-source AI-powered search and chat platform for websites, and operates a managed deployment offering on Azure. The company publishes the core engine under the MIT license and provides enterprise support, integration, and hosting services on top of it. Alpha Solutions maintains active development on GitHub and publishes documentation and integration guides for e-commerce, CMS, and frontend frameworks.

    Founded 2004
    Copenhagen, Denmark
    100 employees

    Used by

    Møbelringen
    Masai
    Mester Grønn
    DLG
    +8 more
    Read more about Alpha Solutions
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Khoj icon

    Khoj

    An open-source, self-hostable AI second brain that lets you chat with local or online LLMs, search your docs, build custom agents, and schedule automations.

    Vespa.ai icon

    Vespa.ai

    An AI Search Platform for building large-scale applications combining vector search, text search, machine-learned ranking, and real-time inference at enterprise scale.

    Onyx icon

    Onyx

    Open source AI platform with RAG, deep research, custom agents, and 50+ connectors — deployable anywhere via Docker, Kubernetes, or cloud.

    Browse all tools

    Related Topics

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    123 tools

    Conversational Agents

    AI chatbots and virtual assistants that can engage in natural dialogue.

    298 tools

    Search and Discovery

    AI-powered tools for finding and exploring information.

    43 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions