Skip to content

Commit 890eb20

Browse files
mayurpiseclaude
andcommitted
fix(web): refresh social/meta copy to new hero identity, trim X cards
Social tags still led with the old "Code Intelligence / codebase-memory-mcp" framing, out of sync with the redesigned "draft it before your agent builds it / plan, not a guess" hero. Realign og/twitter titles + descriptions and page <title>/description on index.html and what-is-draft/. Trim twitter:description from 201 to 141 chars so the card renders fully (X clips ~125-150). Keep SEO keywords and JSON-LD schema as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9fbea2c commit 890eb20

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

web/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Draft — Code Intelligence Built Into Your AI Coding Agent</title>
7-
<meta name="description" content="Free open-source plugin for Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. Powered by codebase-memory-mcp — a 159-language local knowledge-graph engine. Spec-driven planning, three-stage review, 14-dimension bug hunting. 33 commands, MIT.">
6+
<title>Draft — Draft It Before Your Agent Builds It</title>
7+
<meta name="description" content="Draft maps your repo into a local knowledge graph and turns your ideas into reviewable specs — so your AI agent ships from a plan, not a guess. Spec-first planning, three-stage review, and a 14-dimension bug hunt, in one plugin for Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. Free forever, MIT.">
88
<meta name="author" content="mayurpise">
99
<meta name="theme-color" content="#7c3aed">
1010
<meta name="keywords" content="claude code plugin, code intelligence, knowledge graph, knowledge graph engine, codebase-memory-mcp, ai code review, ai tdd, context-driven development, spec-driven development, tree-sitter, callers, blast radius, hotspots, ai bug hunting, github copilot plugin, gemini plugin, cursor ai plugin, antigravity ide, ai coding agent, ACID audit, open source developer tools, MIT licensed">
1111
<meta name="robots" content="index, follow">
1212
<link rel="icon" type="image/svg+xml" href="favicon.svg">
13-
<meta property="og:title" content="Draft — Code Intelligence for Your AI Coding Agent">
14-
<meta property="og:description" content="Powered by codebase-memory-mcp — 159-language local knowledge-graph engine. Spec-driven planning, three-stage review — in one plugin for Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. 33 commands, free forever.">
13+
<meta property="og:title" content="Draft — draft it before your agent builds it">
14+
<meta property="og:description" content="Draft maps your repo into a local knowledge graph and turns your ideas into reviewable specs — so your AI agent ships from a plan, not a guess. Free forever.">
1515
<meta property="og:type" content="website">
1616
<meta property="og:url" content="https://getdraft.dev">
1717
<meta property="og:image" content="https://getdraft.dev/social-preview.png?v=331">
1818
<meta property="og:image:width" content="1200">
1919
<meta property="og:image:height" content="630">
2020
<meta property="og:image:alt" content="Draft — draft it before your agent builds it: 33 commands, a 159-language knowledge graph, and three-stage review">
2121
<meta name="twitter:card" content="summary_large_image">
22-
<meta name="twitter:title" content="Draft — Code Intelligence for Your AI Coding Agent">
23-
<meta name="twitter:description" content="Powered by codebase-memory-mcp — 159 languages, 100% local. Spec-driven planning + three-stage review. One plugin for Claude Code, Cursor, Codex, opencode, Copilot, Gemini. 33 commands. Free forever.">
22+
<meta name="twitter:title" content="Draft — draft it before your agent builds it">
23+
<meta name="twitter:description" content="Map your repo into a local knowledge graph, turn ideas into reviewable specs, and ship from a plan — not a guess. One plugin. Free forever.">
2424
<meta name="twitter:image" content="https://getdraft.dev/social-preview.png?v=331">
2525
<meta name="twitter:image:alt" content="Draft — draft it before your agent builds it: 33 commands, a 159-language knowledge graph, and three-stage review">
2626
<link rel="canonical" href="https://getdraft.dev">

web/what-is-draft/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>What is Draft? — Context-Driven Development Plugin for AI Coding Agents</title>
7-
<meta name="description" content="Draft is a free, open-source plugin that adds code intelligence to AI coding agents: knowledge graph powered by codebase-memory-mcp (159 languages, 100% local), spec-driven planning, three-stage review. Works with Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. 33 commands, MIT licensed.">
7+
<meta name="description" content="Draft is a free, open-source plugin that maps your repo into a local knowledge graph (codebase-memory-mcp, 159 languages) and turns your ideas into reviewable specs — so your AI agent ships from a plan, not a guess. Spec-driven planning, three-stage review. Works with Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. 33 commands, MIT licensed.">
88
<meta name="author" content="Mayur Pise">
99
<meta name="theme-color" content="#7c3aed">
1010
<meta name="keywords" content="what is draft, draft ai, knowledge graph, code intelligence, context driven development, ai coding plugin, claude code plugin, github copilot plugin, gemini plugin, cursor plugin, antigravity ide, spec driven development, three stage review, ai bug hunting, open source developer tools, MIT licensed">
1111
<meta name="robots" content="index, follow">
1212
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
1313

1414
<!-- Open Graph -->
15-
<meta property="og:title" content="What is Draft? — Code Intelligence for Your AI Coding Agent">
16-
<meta property="og:description" content="Knowledge graph powered by codebase-memory-mcp (159 languages, 100% local) + spec-driven planning + three-stage review &mdash; in one plugin for Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. 33 commands, free forever.">
15+
<meta property="og:title" content="What is Draft? — Draft It Before Your Agent Builds It">
16+
<meta property="og:description" content="Draft maps your repo into a local knowledge graph and turns your ideas into reviewable specs — so your AI agent ships from a plan, not a guess. One plugin for Claude Code, Cursor, Codex, opencode, Copilot, and Gemini. Free forever.">
1717
<meta property="og:type" content="article">
1818
<meta property="og:url" content="https://getdraft.dev/what-is-draft/">
1919
<meta property="og:image" content="https://getdraft.dev/social-preview.png?v=331">
2020
<meta property="og:image:width" content="1200">
2121
<meta property="og:image:height" content="630">
22-
<meta property="og:image:alt" content="Draft: Code intelligence built into your AI coding agent">
22+
<meta property="og:image:alt" content="Draft — draft it before your agent builds it: spec-first planning, three-stage review, 14-dimension bug hunt">
2323
<meta property="og:site_name" content="Draft">
2424

2525
<!-- Twitter Card -->
2626
<meta name="twitter:card" content="summary_large_image">
27-
<meta name="twitter:title" content="What is Draft? — Code Intelligence for Your AI Coding Agent">
28-
<meta name="twitter:description" content="Knowledge graph powered by codebase-memory-mcp (159 languages, 100% local) + spec-driven planning + three-stage review. One plugin for Claude Code, Cursor, Codex, opencode, Copilot, Gemini. 33 commands. Free forever.">
27+
<meta name="twitter:title" content="What is Draft? — draft it before your agent builds it">
28+
<meta name="twitter:description" content="Map your repo into a local knowledge graph, turn ideas into reviewable specs, and ship from a plan — not a guess. One plugin. Free forever.">
2929
<meta name="twitter:image" content="https://getdraft.dev/social-preview.png?v=331">
30-
<meta name="twitter:image:alt" content="Draft: Code intelligence built into your AI coding agent">
30+
<meta name="twitter:image:alt" content="Draft — draft it before your agent builds it: spec-first planning, three-stage review, 14-dimension bug hunt">
3131

3232
<!-- Canonical & hreflang -->
3333
<link rel="canonical" href="https://getdraft.dev/what-is-draft/">

0 commit comments

Comments
 (0)