# OpenDesk — Full LLM Context OpenDesk (opendesk.tech) is an open, AI-native business platform that unifies sales, service, marketing, and analytics. It is built for individuals, SMBs and enterprises that want one place to run their customer relationships and creative production. ## What OpenDesk includes (free for logged-in users) - CRM Dashboard: Leads, Deals, Tasks, Activity, Pipeline kanban, Stats. - 127+ Free AI Tools: PDF suite (merge, split, OCR, sign, compress, convert), Image suite (compress, upscale, remove background, edit), Business generators (logo, invoice, QR, business card), Calculators, AI Writing (blog, email, ads, social), AI Design (image gen, headshot, thumbnail), Developer (code gen, SQL, regex, JSON), Startup (idea, business plan, ROI), Productivity (summarize, paraphrase, grammar), SEO (keywords, meta, schema). - AI Slide Maker (/slides): Prompt-to-deck with templates, image search, export to PDF / PPTX, fullscreen presenter. - Open Pilot (/dashboard/open-pilot): 12 specialist agents — Customer Support, SEO Strategist, Business Dev, Email Marketing, Data Analyst, Creative Copywriter, eCommerce Manager, Personal Growth Coach, Sales Expert, Executive Assistant, HR & Recruitment, AI Social Media Manager. Streaming chat with tool calling. - Global chrome on every page: ⌘K search palette, Open Pilot panel, Overview button. - Blog, Contact, Legal pages. ## Paid plans (Stripe USD) - Starter $29/mo ($23 annual): up to 5 users, basic CRM, email integration, 1GB storage. - Professional $79/mo ($63 annual): up to 25 users, marketing automation, custom dashboards, API access, workflow automation, 10GB storage. - Enterprise $199/mo ($159 annual): unlimited users, advanced analytics, SSO, dedicated manager, custom training. - Add-ons: Advanced Analytics, Data Cloud, Security Shield, Premium Support, Team Collaboration, Automation Pro. ## Architecture - Frontend: React 18, Vite 5, Tailwind, shadcn/ui, Framer Motion, Recharts. - Backend: Supabase (Postgres, Auth, RLS, RBAC, Edge Functions). - AI: Lovable AI Gateway, default model google/gemini-3-flash-preview. - Payments: Stripe subscriptions. - Hosting: Netlify (custom domain opendesk.tech). ## Authentication Email + password via Supabase Auth. Sign up at /auth. No anonymous sign-ups. Sessions persisted client-side and verified server-side per RLS policy. Roles stored in a dedicated user_roles table (admin / moderator / user) checked through a SECURITY DEFINER has_role function. ## MCP support OpenDesk publishes an MCP discovery manifest at /.well-known/mcp.json and an OpenAPI specification at /openapi.yaml. The MCP endpoint accepts JSON-RPC over HTTP with the required Accept: application/json, text/event-stream header pair and is protected by OAuth consent so tools act as the signed-in user. See /developers for the full integration guide. ## Contact Business: see /contact.