Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/app/compare/knowcap-vs-read-ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const FAQS = [
q: `Why is Knowcap better than ${COMPETITOR} for regulated industries?`,
a: `${COMPETITOR}'s AI summaries are inputs to a black box — when a regulator or a client asks "who decided this and when," there's no audit trail. Knowcap pairs every agent action to a human-confirmed claim, with timestamp + speaker quote + the named person who confirmed it. The audit ledger is the product, not an afterthought.`,
},
{
q: `Is Knowcap better than ${COMPETITOR} for MENA teams and Odoo implementation partners?`,
a: `Yes — that's exactly who Knowcap is built for. ${COMPETITOR} is a US-built meeting-intelligence tool: one language per recording, sentiment and engagement scores, and an Ada agent that pushes summaries into Slack and your CRM. It has no Arabic UI, no data-residency story, and no concept of an Odoo SH ticket. Knowcap is built by an Odoo partner for MENA delivery teams — it handles Arabic↔English code-switching mid-utterance, captures Telegram (where MENA clients actually talk), and turns a confirmed bug from a client call into an Odoo SH ticket and a GitHub PR before the meeting ends. Where ${COMPETITOR} stops at "here's what was said and how the room felt," Knowcap ships the work — under one-tap human control.`,
},
{
q: `How is the verification step different from ${COMPETITOR}'s AI summary?`,
a: `${COMPETITOR} writes the summary, its Ada agent pushes the action items straight into Slack / Notion / Salesforce, and you trust it. If the AI misheard, the wrong task lands in your stack. Knowcap shows each extracted fact as a claim card — exact timestamp, speaker quote, classification (decision / risk / task) — and a human (you) confirms or rejects it with one tap. Only confirmed claims feed the agents that take real-world actions. Sentiment analytics are a side dish; verified action is the main course.`,
Expand Down
2 changes: 1 addition & 1 deletion app/app/for/odoo-partners/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ODOO_FAQ } from '@/lib/site-schema'
// Audience: Odoo implementation partners (StratDev Meta-Ads target).
// Tracks variant "odoo-partners".
export const metadata = {
title: 'Knowcap for Odoo implementation partners — From client meeting to Odoo SH PR before the meeting ends',
title: 'Knowcap for Odoo Partners — Meeting to Odoo SH PR',
description:
'Your client mentions a bug mid-meeting. Knowcap captures it, waits for one human tap, then opens an Odoo SH ticket and drafts a GitHub PR — before the call ends.',
alternates: { canonical: 'https://knowcap.ai/for/odoo-partners' },
Expand Down
1 change: 1 addition & 0 deletions app/components/editorial/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export function EditorialHeader() {
<a className="cl-navlink" href="/#loop">How it works</a>
<a className="cl-navlink" href="/#mcp">For your agents</a>
<a className="cl-navlink" href="/#faq">FAQ</a>
<Link className="cl-navlink" href="/compare">Compare</Link>
<Link className="cl-navlink" href="/contact-us">Contact</Link>
</nav>
<div className="cl-navauth">
Expand Down
1 change: 1 addition & 0 deletions app/components/home-commitment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ function Header() {
<a className="cl-navlink" href="#loop">How it works</a>
<a className="cl-navlink" href="#mcp">For your agents</a>
<a className="cl-navlink" href="#faq">FAQ</a>
<Link className="cl-navlink" href="/compare">Compare</Link>
<Link className="cl-navlink" href="/contact-us">Contact</Link>
</nav>
<div className="cl-navauth">
Expand Down