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
1 change: 1 addition & 0 deletions app/app/compare/knowcap-vs-fellow/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const APP_URL = 'https://app.knowcap.ai'
const REGISTER_URL = `${APP_URL}/register?utm_source=compare_${COMPETITOR_SLUG}_page`

const COMPARISON_ROWS: { feature: string; them: string; us: string; them_yes: boolean; us_yes: boolean; highlight?: boolean }[] = [
{ feature: 'Reads the screen — slides, shared docs & on-screen actions (not just the audio)', them: 'No — the bot records the screen video, but intelligence comes from the audio transcript', us: 'Yes — captures the screen and AI-reads what’s shown (slides, docs, code, dashboards), timestamped & searchable', them_yes: false, us_yes: true, highlight: true },
{ feature: 'Meeting recording (Zoom, Meet, Teams)', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI transcript', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI summary', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
Expand Down
1 change: 1 addition & 0 deletions app/app/compare/knowcap-vs-fireflies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const APP_URL = 'https://app.knowcap.ai'
const REGISTER_URL = `${APP_URL}/register?utm_source=compare_${COMPETITOR_SLUG}_page`

const COMPARISON_ROWS: { feature: string; them: string; us: string; them_yes: boolean; us_yes: boolean; highlight?: boolean }[] = [
{ feature: 'Reads the screen — slides, shared docs & on-screen actions (not just the audio)', them: 'No — stores meeting video, but every AI feature runs off the audio only', us: 'Yes — captures the screen and AI-reads what’s shown (slides, docs, code, dashboards), timestamped & searchable', them_yes: false, us_yes: true, highlight: true },
{ feature: 'Meeting recording (Zoom, Meet, Teams)', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI transcript', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI summary', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
Expand Down
1 change: 1 addition & 0 deletions app/app/compare/knowcap-vs-granola/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const APP_URL = 'https://app.knowcap.ai'
const REGISTER_URL = `${APP_URL}/register?utm_source=compare_${COMPETITOR_SLUG}_page`

const COMPARISON_ROWS: { feature: string; them: string; us: string; them_yes: boolean; us_yes: boolean; highlight?: boolean }[] = [
{ feature: 'Reads the screen — slides, shared docs & on-screen actions (not just the audio)', them: 'No — audio-only notepad; never captures the screen at all', us: 'Yes — captures the screen and AI-reads what’s shown (slides, docs, code, dashboards), timestamped & searchable', them_yes: false, us_yes: true, highlight: true },
{ feature: 'Capture inputs (meetings, recordings, docs/URLs)', them: 'Desktop-app system audio only', us: 'Meetings (Meet) + calls/recordings + screen recordings + documents/URLs', them_yes: true, us_yes: true, highlight: true },
{ feature: 'AI transcript', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI summary + editable note', them: 'Yes — its signature surface', us: 'Yes', them_yes: true, us_yes: true },
Expand Down
1 change: 1 addition & 0 deletions app/app/compare/knowcap-vs-otter/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const APP_URL = 'https://app.knowcap.ai'
const REGISTER_URL = `${APP_URL}/register?utm_source=compare_${COMPETITOR_SLUG}_page`

const COMPARISON_ROWS: { feature: string; them: string; us: string; them_yes: boolean; us_yes: boolean; highlight?: boolean }[] = [
{ feature: 'Reads the screen — slides, shared docs & on-screen actions (not just the audio)', them: 'Slides only — screenshots in the transcript, not read (gated AI image-chat on Business/Enterprise)', us: 'Yes — captures the screen and AI-reads what’s shown (slides, docs, code, dashboards), timestamped & searchable', them_yes: false, us_yes: true, highlight: true },
{ feature: 'Meeting recording (Zoom, Meet, Teams)', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI transcript', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI summary', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
Expand Down
1 change: 1 addition & 0 deletions app/app/compare/knowcap-vs-read-ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const APP_URL = 'https://app.knowcap.ai'
const REGISTER_URL = `${APP_URL}/register?utm_source=compare_${COMPETITOR_SLUG}_page`

const COMPARISON_ROWS: { feature: string; them: string; us: string; them_yes: boolean; us_yes: boolean; highlight?: boolean }[] = [
{ feature: 'Reads the screen — slides, shared docs & on-screen actions (not just the audio)', them: 'No — its computer vision reads participant faces for engagement, not the shared screen', us: 'Yes — captures the screen and AI-reads what’s shown (slides, docs, code, dashboards), timestamped & searchable', them_yes: false, us_yes: true, highlight: true },
{ feature: 'Meeting recording (Zoom, Meet, Teams)', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI transcript', them: 'Yes', us: 'Yes', them_yes: true, us_yes: true },
{ feature: 'AI summary + meeting analytics', them: 'Yes (sentiment, engagement)', us: 'Yes (claims-and-evidence)', them_yes: true, us_yes: true },
Expand Down