Anse

Open-source AI chat interface you can use hosted or self-host yourself

AI Search & KnowledgeFree planOverseasβ˜…β˜…β˜…β˜†β˜† 3.0

What is Anse?

Anse is an open-source web front end for conversational AI, published as the anse-app project with a hosted demo at anse.app. It does not ship its own model: it provides the interface layer, with a provider plugin system that connects OpenAI-compatible endpoints and image services, conversation modes for single exchanges, continuous chat and image generation, and model parameters such as temperature exposed in the settings panel. Chat history stays in the browser via IndexedDB, and deployment templates cover Vercel, Netlify, Docker and Node. For anyone wanting a private chat UI over their own API keys, that combination is the point.

Last updated: 2026-09-20. This site only provides an index; for exact features, pricing, and licensing, see the official website.

Key features

  • Provider plugin system for OpenAI-compatible APIs and image services
  • Conversation modes for single turns, continuous chat and image generation
  • Adjustable model parameters including temperature and token limits
  • Chat history stored locally in the browser through IndexedDB
  • One-click deployment templates for Vercel, Netlify, Docker and Node
  • Documented source and a responsive layout that works on mobile browsers

Pros & cons

Strengths

  • Self-hosting keeps prompts and chat history off a vendor server
  • Bring your own API key, so you pay the model provider directly
  • Small open-source codebase that is realistic to read and modify

Watch out for

  • No search index of its own despite sitting in a search category
  • You must supply and fund the model API you connect to it
  • Interface-focused: no document handling, agents or team features

Best for & use cases

self-hosted chat front ends, private ai access and developer experimentation

If you're comparing similar products, check the alternatives below, or browse all tools in the AI Search & Knowledge category.

FAQ

Does Anse include a language model?

No. It is a client. You connect an API key from a provider such as OpenAI or point it at a self-hosted endpoint, and the application handles the conversation interface, local history and settings around it.

Why bother self-hosting a chat interface?

Control. Prompts and history stay on infrastructure you manage, and you can aim the app at whichever provider or local model your policy permits instead of depending on one vendor's web app.

Is it the same kind of tool as Andi or You.com?

Not really. Those run search indexes of their own, while Anse is an open-source interface you run yourself. It appears in the same category only because it answers questions in natural language.