# Productobe > AI-powered Jobs-to-be-Done (JTBD) research platform that turns raw customer interview transcripts into structured product strategy artifacts in minutes. > Full reference: https://productobe.one/llms-full.txt ## Product Overview Productobe (productobe.one) automates qualitative research analysis for product teams. Upload a customer interview transcript and the platform extracts Core Jobs, Contexts, Expected Outcomes, Pain Points, and Emotional Tensions — each anchored to verbatim quotes from the source text. Teams can review, edit, and approve AI-generated insights before promoting them into project-level strategy documents. ## Target Users - Product managers running customer discovery - UX researchers synthesizing interview data - Startup founders seeking structured JTBD output from early customer conversations ## Core Features - **AI JTBD Extraction** — Identifies Core Jobs, When contexts, Expected Outcomes, and Pain Points from transcripts using large language models - **Verbatim Evidence Linking** — Every insight is anchored to exact character-level quotes in the source transcript - **Emotional Tension Mapping** — Classifies job tensions by level (1–3) and type (Pain, Fear, Risk, High Stakes) - **Interactive Phrase Detection** — Highlights potential job phrases in the transcript so researchers can promote them to full JTBD artifacts with one click - **Workspace & Project Management** — Organise research by workspaces, projects, client segments, and individual clients - **Artifact Approval Workflow** — Review, edit, and approve AI-detected jobs before they are saved to the project strategy - **Strategy Generation** — Generate JTBD statements and product strategy documents from approved artifacts ## Main Routes | Path | Description | |------|-------------| | `/` | Public landing page | | `/use-cases` | Use cases overview | | `/use-cases/product-managers` | Use case: Product Managers | | `/use-cases/ux-researchers` | Use case: UX Researchers | | `/use-cases/startup-founders` | Use case: Startup Founders | | `/blog` | Blog index | | `/blog/what-is-jtbd` | Article: What Is JTBD? | | `/blog/how-to-analyze-customer-interviews` | Article: How to Analyze Customer Interviews | | `/blog/jtbd-vs-user-stories` | Article: JTBD vs User Stories | | `/login` | Authentication (sign in / sign up) | | `/privacy` | Privacy policy | | `/terms` | Terms of service | | `/workspaces` | Dashboard listing all user workspaces | | `/workspaces/:workspaceId` | Workspace overview and settings | | `/workspaces/:workspaceId/projects/:projectId` | Project view — interviews, clients, segments | | `/workspaces/:workspaceId/projects/:projectId/interviews/:interviewId` | Interview analysis and transcript view | | `/workspaces/:workspaceId/projects/:projectId/clients/:clientId` | Client JTBD profile | | `/account` | User profile and billing management | All routes under `/workspaces/*` and `/account` are private and redirect unauthenticated visitors to `/login`. ## Subscription Plans | Plan | Price | Interview Limit | |------|-------|-----------------| | Productobe Free | $0 | 3 interviews / month | | Productobe One | $10 / mo or $100 / yr | 10 interviews / month | | Productobe Pro | $29 / mo or $240 / yr | Unlimited | ## Blog & Articles - Blog index: https://productobe.one/blog - [What Is Jobs-to-be-Done (JTBD)? A Complete Guide](https://productobe.one/blog/what-is-jtbd) - [How to Analyze Customer Interviews: A Step-by-Step Guide](https://productobe.one/blog/how-to-analyze-customer-interviews) - [JTBD vs User Stories: Which Framework Should Product Teams Use?](https://productobe.one/blog/jtbd-vs-user-stories) ## API The REST API is served under the `/api` base path. It is a private API intended for the Productobe web client; there is no public API key programme at this time. Authentication uses session cookies established via `POST /api/login`. Key resource groups: - **Auth** — `GET /api/auth/user` (current session), `POST /api/login` (sign in), `POST /api/auth/password-login` (password-based sign in) - **Workspaces** — CRUD on workspaces and workspace membership / invitations - **Projects** — nested under workspaces; manage projects, segments, and saved JTBD artifacts - **Interviews** — upload transcripts, trigger AI analysis, detect job phrases, create jobs from phrases - **Billing** — create Stripe checkout and billing-portal sessions ## Legal & Crawling - Sitemap: https://productobe.one/sitemap.xml - Robots: https://productobe.one/robots.txt - Privacy policy: https://productobe.one/privacy - Terms of service: https://productobe.one/terms