-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 2.09 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#2563eb" />
<title>OpenFlowKit | Free Local-First AI Diagramming for Builders</title>
<meta name="description"
content="Create beautiful diagrams for free. Open-source tool with AI, Mermaid.js support, Figma export, and one-click auto-layout. No signup required." />
<meta name="keywords"
content="free diagram tool, open source diagram maker, mermaid.js editor, flowchart tool, architecture diagrams, developer tools, react flow" />
<link rel="canonical" href="https://openflowkit.com/" />
<link rel="icon" type="image/svg+xml" href="/Logo_openflowkit.svg" />
<link rel="manifest" href="/manifest.webmanifest" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://openflowkit.com/" />
<meta property="og:title" content="OpenFlowKit | Free Local-First AI Diagramming for Builders" />
<meta property="og:description"
content="Create beautiful diagrams for free. AI-powered, Mermaid.js support, Figma export, and auto-layout. No signup required." />
<meta property="og:image" content="https://openflowkit.com/readme/1.png" />
<meta property="og:image:alt" content="OpenFlowKit product preview" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://openflowkit.com/" />
<meta property="twitter:title" content="OpenFlowKit | Free Local-First AI Diagramming for Builders" />
<meta property="twitter:description"
content="Create beautiful diagrams for free. AI-powered, Mermaid.js support, Figma export, and auto-layout. No signup required." />
<meta property="twitter:image" content="https://openflowkit.com/readme/1.png" />
<meta property="twitter:image:alt" content="OpenFlowKit product preview" />
<link rel="stylesheet" href="/src/index.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>