UbiBiologics Overview
UbiBiologics is the web application that ties UbiMCP and UbiTools together for interactive use. It is hosted at https://biologics.unibiointelligence.com and can also be self-hosted on your own infrastructure.
What it provides
- A chat interface that lets you talk to an LLM with UbiMCP and UbiTools already connected.
- Project workspaces for organizing antibody sequences, structures, and design runs.
- A user-facing layer for storing inputs and outputs of long-running compute jobs so they survive across sessions.
- Authentication and quota tracking via Supabase, shared with the REST and MCP surfaces.
If you only want to use an LLM in your own client (Claude Desktop, ChatGPT, Cursor) with our data and tools attached, you do not need UbiBiologics. Connect directly to UbiMCP and UbiTools per the Getting Started page.
Architecture
UbiBiologics is a Svelte frontend plus a FastAPI backend, packaged as Docker containers. The backend talks to:
- UbiMCP for data lookups.
- UbiTools for compute jobs.
- Supabase for authentication and persistent storage of projects, sequences, and job metadata.
- Optionally an LLM provider (Anthropic, OpenAI, or a local Ollama server) for the chat itself. Users typically bring their own API key.
Access
The application is hosted at https://biologics.unibiointelligence.com. Sign in and use — no setup required.
Status
The hosted application is in active development. Public access requires an account. To request access, contact us via https://unibiointelligence.com.