Anse is a modern, polished web UI built to serve as a unified interface for interacting with multiple AI-model backends (such as OpenAI’s models, DALL-E, Stable Diffusion, etc.). It emphasizes a clean, user-friendly experience and supports different conversation modes (single prompt, continuous dialogue, image generation, etc.). Anse uses client-side storage (IndexDB) to keep session history locally, prioritizing user privacy and avoiding automatic uploads of sensitive chat content. It is responsive and optimized for mobile, supports dark mode, and is designed for deployment in a variety of environments (Vercel, Netlify, Docker, etc.). The architecture includes a plugin/provider system so that new model endpoints or providers can be added easily, making it extensible. While it’s designed for end-users, developers can self-host and customize it, adjust parameters, or adapt its UI to match specific needs.
Features
- Supports multiple conversation modes including single prompt, continuous chat, image generation
- Provider plugin architecture enabling integration with OpenAI, Replicate, custom endpoints
- Local session history stored in IndexDB so chats remain on device
- Optimized UI for both desktop and mobile with dark mode support
- One-click deployment options to Vercel, Netlify, Docker and more
- Open-source MIT license suitable for self-hosting and customization