Bixx AI Docs
A personal AI project with chat, file processing, and a few specialized agents. Here's how everything works.
What is Bixx AI?
Bixx AI is a personal project — a web app that lets you chat with AI models, upload files for context, and use specialized agents for specific tasks. Built with a custom inference setup and Supabase for auth and storage.
v2.5.0 — Running on an optimized inference backend. Auth and data managed by Supabase.
What's included
Fast responses
Optimized inference backend keeps latency low during conversations.
Expert agents
Pre-configured agents for coding and research. Requires Google login.
Web research
Searches the web and returns summarized, cited answers.
File uploads
Attach PDFs, images, or code files to use as conversation context.
Auth & privacy
Supabase Auth handles login. Chats are stored encrypted.
Themes
7+ UI themes and settings to adjust AI tone and behavior.
Chat & Personalization
Adjust how Bixx responds through the Personalization settings — useful if you want a specific tone for different tasks.
Behavior styles
| Style | Description |
|---|---|
| Professional | Formal and direct. Good for work tasks. |
| Friendly | Warm and conversational. |
| Creative | More expressive, open-ended answers. |
| Concise | Short answers, no fluff. |
Emoji setting
Choose None, Normal, or Heavy to control how many emojis show up in responses.
Expert Agents
Requires Google login. Agents are locked behind Google Auth to keep access accountable.
Each agent has a fixed system prompt and tool access tuned for one specific job.
Research Agent
- Multi-query web search
- Fact-checking
- Source citations
Coding Agent
- Bug finding & fixing
- Architecture advice
- Code cleanup
File Intelligence
Upload a file and it gets parsed into the conversation context. Bixx reads it and can answer questions about it directly.
| Format | How it works |
|---|---|
| Images | OCR via Tesseract pulls text from screenshots and photos. |
| PDFs | Full text extraction with layout preserved. |
| Code / Text | Reads .js, .py, .html, .css, .md and more with syntax awareness. |