llms.txt Content
# TabAI Context for LLMs
## Project Summary
TabAI is an AI-powered Chrome extension for intelligent tab management. It helps users organize, search, and focus by providing smart grouping, duplicate detection, and Pomodoro sessions. Ideally replaces 5+ productivity extensions.
## Tech Stack
- **Framework**: Nuxt 4 (Vue 3)
- **Styling**: Tailwind CSS v4
- **Backend/DB**: Supabase
- **Payments**: Polar.sh
- **Deployment**: Vercel
## Core Features
1. **AI Tab Management**: Automatically groups tabs based on context.
2. **Focus Mode**: Blocks distractions based on current work context.
3. **Pomodoro Timer**: Integrated focus sessions.
4. **Task Integration**: Connects with Gmail, Google Calendar, Notion, Linear, Todoist, and TickTick.
5. **Smart Search**: AI-powered search across tabs and history.
6. **Analytics**: Productivity metrics and dashboard.
## Pricing
- **Free Plan**: Basic tab management, manual grouping, and simple search.
- **Pro Plan**: $6.99/month (7-day free trial). Includes Unlimited AI Chat, Unlimited AI Focus, automatic tab sorting, detailed analytics, and priority support.
## Key Documentation & Links
### Product
- **Home**: https://tabai.dev
- **Pricing**: https://tabai.dev/pricing
- **Apply for Beta**: https://tabai.dev/early
- **MCP Server**: https://tabai.dev/mcp
- **Chrome Extension**: https://chromewebstore.google.com/detail/tabai/fiogakiegoacaiplkdnjildblhfhchfi
### Resources
- **Blog**: https://tabai.dev/blog
- **Free Pomodoro Timer**: https://tabai.dev/pomodoro
- **Machine Mode (LLMs)**: https://tabai.dev/llms
- **OpenAPI Spec**: https://tabai.dev/openapi.json
- **AI Plugin Manifest**: https://tabai.dev/.well-known/ai-plugin.json
- **MCP Discovery**: https://tabai.dev/.well-known/mcp.json
- **Contact Support**: support@tabai.dev
### Legal
- **Privacy Policy**: https://tabai.dev/policy
- **Refund Policy**: https://tabai.dev/refund
- **Terms of Use**: https://tabai.dev/terms
### Company & Social
- **Dashboard**: https://tabai.dev/dashb
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "TabAI Agent Discovery API",
"version": "1.0.0",
"description": "Public machine-readable discovery endpoints for TabAI. TabAI is an AI workspace for Chrome that captures tasks, organizes tabs, and protects focus. Authenticated product APIs and MCP tools are documented through the TabAI dashboard and MCP server."
},
"servers": [
{
"url": "https://tabai.dev"
}
],
"paths": {
"/llms.txt": {
"get": {
"ope