Skip to content
Draft
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ supabase/.seed/

*storybook.log
.cache/
.cursor/

internal
.turbo
Expand Down
55 changes: 55 additions & 0 deletions apps/web/content/solutions/founders.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
label: "For Founders"
icon: "mdi:rocket-launch"
order: 2
metaTitle: "AI Meeting Notes for Founders - Char"
metaDescription: "For founders running investor calls, customer discovery, team 1:1s, and board updates. Char keeps every conversation in one place with the context you need to act."
hero:
badgeText: "For Founders"
title: "One source of truth\nfor every conversation you run"
description: "Investor calls, customer discovery, team 1:1s, hiring loops, board updates. Char captures it all with zero overhead and keeps the context you actually need to act."
primaryCTA:
label: "Download for free"
to: "/download/"
secondaryCTA:
label: "See how it works"
to: "/product/ai-notetaking/"
features:
title: "Built for high-agency founders"
description: "Every founder has more context than time. Char keeps what happened, why it mattered, and what comes next."
items:
- icon: "mdi:source-branch"
title: "One source of truth"
description: "Collapse Notion docs, email threads, and Slack DMs into a single searchable memory tied to the meeting it came from."
- icon: "mdi:account-multiple-plus"
title: "Investor & customer memory"
description: "Never re-introduce yourself to an investor or repeat a discovery question. Char surfaces the last conversation before the next one starts."
- icon: "mdi:clipboard-list"
title: "Cross-context agendas"
description: "Switch from board prep to a customer call to a 1:1 without losing the thread. Char builds the agenda from what actually happened."
- icon: "mdi:robot-happy"
title: "Hand off to AI agents"
description: "Turn takeaways into follow-ups, drafts, and tickets — pass them to Claude, Cursor, or your own agents with one click."
- icon: "mdi:shield-lock"
title: "Your data, your rules"
description: "No bots on calls. Meetings stay on your device. Bring your own keys. Share only what you choose."
- icon: "mdi:chart-line"
title: "Built for speed, not seats"
description: "Designed for founders who move fast, without admin overhead, approval queues, or complicated permission models."
useCases:
title: "Every conversation a founder runs"
description: "From fundraising to hiring to shipping, Char keeps it all in one place."
items:
- title: "Investor calls"
description: "Capture every pitch, commitment, and follow-up. Walk into the next round with the full history in hand."
- title: "Customer discovery"
description: "Turn raw interview audio into themes, quotes, and a live picture of what customers actually want."
- title: "Team 1:1s & stand-ups"
description: "Remember what you promised, what they raised, and what changed between syncs."
- title: "Hiring & board updates"
description: "Interview loops, board prep, and investor updates drafted straight from the meetings that informed them."
cta:
title: "Run every conversation like your best one"
description: "Join founders using Char to keep the context that makes fast companies move."
---

3 changes: 2 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "NODE_OPTIONS='--max-old-space-size=8192' vite build && cp public/sitemap.xml dist/client/sitemap.xml && pagefind --site ./dist/client",
"serve": "vite preview",
"test": "node --test",
"typecheck": "tsc --project tsconfig.json --noEmit",
"gen:content-collections": "node scripts/build-content-collections.js",
"typecheck": "pnpm run gen:content-collections && tsc --project tsconfig.json --noEmit",
"gen:agents": "node scripts/gen-agents.js"
},
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions apps/web/public/handdrawing/bracket-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/web/public/handdrawing/bracket-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/web/public/handdrawing/char-signature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/web/public/handdrawing/hyprnote-signature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading