> ## Documentation Index
> Fetch the complete documentation index at: https://miniti.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# miniti docs

> native ai meeting assistant and speech coach for macos and ios

miniti records meetings, transcribes them in real time in 11 languages, identifies speakers, and generates live ai insights - summaries, action items, topics, discussion flow, meddpicc, and incisive questions to ask. a training mode tracks filler words, talk ratio, pace, monologue length, questions asked, and clarity.

<Frame>
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/m6pGqHmaINw" title="miniti overview - ai meeting assistant and speech coach" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

<CardGroup cols={2}>
  <Card title="install" icon="download" href="/docs/get-started/install">
    get miniti on macos or ios
  </Card>

  <Card title="first meeting" icon="microphone" href="/docs/get-started/first-meeting">
    record, review, save
  </Card>

  <Card title="attio" icon="link" href="/docs/integrations/attio">
    push meeting intelligence to attio
  </Card>

  <Card title="webhooks" icon="webhook" href="/docs/integrations/webhooks">
    POST meetings as json to any endpoint
  </Card>
</CardGroup>

## what's in the app

* **live transcription** in 11 languages via deepgram nova-3
* **speaker identification** - your mic is "you", remote audio is "speaker 1/2/..."
* **ai insights** - summary, action items, key decisions, topics, discussion flow, meddpicc, questions
* **docs insights** - answer meeting topics live from your own product docs, with source links
* **training mode** - filler words, talk ratio, pace, longest monologue, questions asked, clarity
* **integrations** - google calendar (macos and ios), outbound webhooks (macos and ios), attio (macos)
* **local markdown export** (macos) - auto-save meetings for obsidian / claude code / any tool that reads markdown
* **full-text search** across history

## tiers

|              | free   | pro       | byok           |
| ------------ | ------ | --------- | -------------- |
| price        | \$0    | \$5/mo    | \$0            |
| minutes      | 500/mo | 5,000/mo  | unlimited      |
| docs lookups | 10/mo  | unlimited | unlimited      |
| api keys     | no     | no        | yes (your own) |

see [pricing](/docs/pricing/tiers) for details.

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "miniti",
"description": "native AI meeting assistant and speech coach for macOS and iOS. live transcription in 11 languages, AI summaries, MEDDPICC sales analysis, and real-time speech coaching.",
"url": "https://miniti.app",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Meeting Assistant",
"operatingSystem": "macOS, iOS",
"author": { "@type": "Person", "name": "Ian Ahuja" },
"publisher": { "@type": "Organization", "name": "miniti", "url": "https://miniti.app" },
"offers": [
{
  "@type": "Offer",
  "name": "free",
  "price": "0",
  "priceCurrency": "USD",
  "description": "500 transcription minutes per month, 10 docs lookups per month, all features included"
},
{
  "@type": "Offer",
  "name": "pro (macOS)",
  "price": "5",
  "priceCurrency": "USD",
  "description": "5,000 transcription minutes per month, billed monthly via Polar"
},
{
  "@type": "Offer",
  "name": "pro (iOS)",
  "price": "4.99",
  "priceCurrency": "USD",
  "description": "5,000 transcription minutes per month, billed monthly via App Store"
},
{
  "@type": "Offer",
  "name": "bring your own keys",
  "price": "0",
  "priceCurrency": "USD",
  "description": "unlimited usage with your own Deepgram and OpenAI API keys"
}
],
"featureList": [
"live transcription in 11 languages",
"speaker identification",
"AI summaries and action items",
"MEDDPICC sales qualification analysis",
"docs insights (live docs-grounded answers from your own product docs)",
"real-time speech coaching (filler words, talk ratio, pace, monologue, clarity)",
"local markdown export",
"Attio integration",
"outbound webhooks",
"Google Calendar integration",
"bot-free - no bot joins your calls"
]
}) }}
/>
