Why Pixeltable Is Easy to Vibe-Code
Pixeltable’s API is declarative — you say what you want, not how to wire it up. That means LLMs get it right on the first try. Ask your AI tool to “summarize articles with GPT-4o-mini” and you get working code:Set Up Your AI Tool
Pick the setup that matches your editor. These aren’t mutually exclusive — use whichever combination helps.- Cursor / Windsurf
- Claude Code
- Any LLM
MCP Servers
Connect your AI tool to Pixeltable directly via the Model Context Protocol. We ship two servers — or you can build your own usingpxt.mcp_udfs().
- Docs Search (Hosted)
- Developer Server
- Build Your Own
Search the full documentation from Claude Desktop, Cursor, or Windsurf:Exposes a
SearchPixeltableDocumentation tool that returns relevant content, code examples, and direct links.Start Building
Use the app template to scaffold a full-stack project. It wires up a FastAPI backend and React frontend on top of Pixeltable — document upload, cross-modal search, and a tool-calling agent, all powered by computed columns. Ask your AI tool to customize it from there.Pixeltable App Template
Full-stack skeleton: FastAPI + React + Pixeltable for multimodal AI workloads
Next Steps
Quick Start
Install and run your first pipeline in 5 minutes
Computed Columns
The core pattern LLMs generate — learn how it works
Tool Calling
Build agents with UDFs, queries, and MCP tools
Agents & MCP
Full use case walkthrough for AI agents