|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <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."> |
8 | 8 | <meta name="author" content="Mayur Pise"> |
9 | 9 | <meta name="theme-color" content="#7c3aed"> |
10 | 10 | <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"> |
11 | 11 | <meta name="robots" content="index, follow"> |
12 | 12 | <link rel="icon" type="image/svg+xml" href="../favicon.svg"> |
13 | 13 |
|
14 | 14 | <!-- 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 — 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."> |
17 | 17 | <meta property="og:type" content="article"> |
18 | 18 | <meta property="og:url" content="https://getdraft.dev/what-is-draft/"> |
19 | 19 | <meta property="og:image" content="https://getdraft.dev/social-preview.png?v=331"> |
20 | 20 | <meta property="og:image:width" content="1200"> |
21 | 21 | <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"> |
23 | 23 | <meta property="og:site_name" content="Draft"> |
24 | 24 |
|
25 | 25 | <!-- Twitter Card --> |
26 | 26 | <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."> |
29 | 29 | <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"> |
31 | 31 |
|
32 | 32 | <!-- Canonical & hreflang --> |
33 | 33 | <link rel="canonical" href="https://getdraft.dev/what-is-draft/"> |
|
0 commit comments