# TabAI Full 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 using machine learning. 2. **Focus Mode**: Blocks distractions based on current work context. 3. **Pomodoro Timer**: Integrated focus sessions to boost productivity. 4. **Task Integration**: Connects with Gmail, Google Calendar, Notion, Linear, Todoist, and TickTick to sync tasks. 5. **Smart Search**: AI-powered search across tabs, history, and integrated apps. 6. **Analytics**: Dashboard with productivity metrics. 7. **Offline Capability**: Core features work without internet access. ## Pricing Model - **Free Plan**: - Basic tab management - Manual tab grouping - Simple tab search - **Pro Plan ($6.99/month)**: - 7-day free trial - Unlimited AI Chat - Unlimited AI Focus - Automatic tab sorting - Detailed analytics & productivity reports - Priority support ## Frequently Asked Questions ### General **How does TabAI collect tasks automatically?** TabAI connects to your productivity tools like Gmail, Google Calendar, Notion, Linear, Todoist, and TickTick to automatically pull all your tasks into one unified view. It syncs in real-time, tracks deadlines, and keeps everything organized. **Can I create tasks from any text on the web?** Yes! Simply select any text on any webpage—an email, a Slack message, a document—and TabAI's AI will instantly turn it into a task with context automatically extracted. **Does TabAI work offline?** Core features like tab grouping, search, and organization work offline. AI-powered features like automatic categorization require an internet connection. ### Privacy & Security **Is my browsing data private?** Absolutely. TabAI processes all data locally on your device for core features. We never collect, store, or share your browsing history or personal information. AI processing happens securely. **Does it slow down my browser?** No. TabAI is optimized for performance and uses minimal system resources. It runs efficiently in the background. ### Billing **What is the refund policy?** We offer a 7-day free trial for TabAI Pro. If you're not satisfied, contact support@tabai.dev within 30 days for a refund per our Refund Policy. **How do I cancel?** You can cancel anytime from your dashboard at tabai.dev/dashboard. ## 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/dashboard - **Twitter**: https://x.com/TabAI_app - **LinkedIn**: https://www.linkedin.com/company/107683410/ - **Instagram**: https://www.instagram.com/tabaiapp/ ## Developer Notes - The app uses server-side rendering (SSR) for SEO. - Authentication is handled via Supabase Auth. - Payment webhooks are processed at `/server/api/polar/webhook.post.ts`.