---
title: "Project Acme — Stakeholder Mapping"
url: https://memory.wiki/ycd11kiA
updated: 2026-05-10T17:41:50.234Z
hub: https://memory.wiki/hub/yc-demo
bundle_count: 1
concept_count: 12
source: "memory.wiki"
---
# Project Acme — Stakeholder Mapping

## Stack
- Next.js 15 App Router
- shadcn/ui + Tailwind
- Zustand for client state
- TanStack Query for server state

## Pages
- `/` Dashboard — recent calls + queue size
- `/calls/[id]` Call detail — transcript + extracted items + approve UI
- `/queue` Review queue — bulk approve / edit
- `/integrations` Connect Salesforce / Hubspot
- `/settings` Org settings, team members

## Realtime
Supabase Realtime channel per org. New calls appear in queue without
refresh. Status changes (extract done, sync done) update inline.

## Mobile
Lightweight read-only view for managers. No editing on mobile in v1.


---

## Concepts in this document
- **Salesforce** _(entity)_
  Primary CRM target for bi-directional OAuth integration and follow-up sync.
- **Hubspot** _(entity)_
  Secondary CRM target supported via same OAuth integration pattern.
- **CRM Integration** _(concept)_
  Syncs approved follow-ups to external sales platforms, closing the loop between call analysis and action.
- **Claude Sonnet 4.5** _(entity)_
  AI model delivering surprisingly high-quality bundle generation results.
- **Acme Sales Co** _(entity)_
  Primary design partner with 10 account executives driving adoption and feedback.
- **API Design** _(tag)_
  Technical domain covering RESTful endpoints, authentication patterns, and integration architecture
- **Sales productivity crisis** _(tag)_
  The foundational problem Project Acme solves: sales reps spending 30% of time on manual CRM data entry with frequent errors.
- **Next.js 15** _(entity)_
  Frontend framework chosen for the user interface with App Router architecture
- **Automated CRM Logging** _(concept)_
  Core value proposition of eliminating manual sales rep data entry through AI-powered extraction.
- **AI-Powered CRM Automation** _(concept)_
  Core concept of using AI to automate the extraction and logging of sales follow-up actions from call recordings
- **AI Extraction Pipeline** _(concept)_
  Multi-stage processing system combining speech-to-text and LLM analysis for structured data extraction.
- **Sales Productivity** _(tag)_
  Primary business value category addressing time waste in manual CRM data entry.

## Concept relations (within this doc's concepts)
- **Automated CRM Logging** enables through **AI Extraction Pipeline**
- **Salesforce** alternative to **Hubspot**
- **AI-Powered CRM Automation** solves problem **Sales productivity crisis**
- **CRM Integration** syncs with **Salesforce**
- **CRM Integration** syncs with **Hubspot**
- **CRM Integration** supports **Salesforce**
- **CRM Integration** supports **Hubspot**
- **CRM Integration** syncs data to **Salesforce**
- **CRM Integration** syncs data to **Hubspot**

## Bundles containing this document
- [Project Acme — Full Context](https://memory.wiki/b/ycb0162A)
  > Everything about Project Acme — PRD, architecture, API, frontend plan, milestones, stakeholders. Paste this URL into Cursor when starting a session on Acme.

_Hub canonical:_ https://memory.wiki/hub/yc-demo
_Concept digest:_ https://memory.wiki/raw/hub/yc-demo?digest=1&compact=1
