-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 3.36 KB
/
Copy pathindex.html
File metadata and controls
56 lines (50 loc) · 3.36 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
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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="#F97316" />
<!-- Primary SEO -->
<title>Klean Data — Chat with Your Database Using AI</title>
<meta name="description" content="Klean Data lets you connect any database and query it in plain English. No SQL knowledge required. Supports PostgreSQL, MySQL, SQLite, MongoDB, CSV, and Excel. Powered by AI." />
<meta name="keywords" content="AI database tool, natural language SQL, chat with database, text to SQL, AI analytics, PostgreSQL AI, MongoDB query, SQLite chat, database assistant, no-code SQL, data analysis AI, klean data" />
<meta name="author" content="Klean Data" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Klean Data — Chat with Your Database Using AI" />
<meta property="og:description" content="Ask questions about your data in plain English. Klean Data generates SQL, shows you the plan, and runs it only after your approval. Supports PostgreSQL, MySQL, SQLite, MongoDB, CSV and more." />
<meta property="og:image" content="https://raw.githubusercontent.com/Muhammad-Adil-code/Klean-data/main/screenshots/03_chat_empty.png" />
<meta property="og:url" content="https://github.com/Muhammad-Adil-code/Klean-data" />
<meta property="og:site_name" content="Klean Data" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Klean Data — Chat with Your Database Using AI" />
<meta name="twitter:description" content="Natural language queries for any database. Generate SQL with AI, review the plan, approve and run. No SQL skills needed." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/Muhammad-Adil-code/Klean-data/main/screenshots/03_chat_empty.png" />
<!-- Canonical -->
<link rel="canonical" href="https://github.com/Muhammad-Adil-code/Klean-data" />
<!-- Favicon — orange KD -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='8' fill='%23F97316'/><text x='50%25' y='56%25' dominant-baseline='middle' text-anchor='middle' font-family='Inter,sans-serif' font-weight='800' font-size='13' fill='white'>KD</text></svg>" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Klean Data",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"description": "AI-powered database chat tool. Connect any database and query it in plain English. Supports PostgreSQL, MySQL, SQLite, MongoDB, CSV and Excel.",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": { "@type": "Organization", "name": "Klean Data" },
"url": "https://github.com/Muhammad-Adil-code/Klean-data",
"softwareVersion": "1.0.0",
"keywords": "AI, database, SQL, natural language, analytics, PostgreSQL, MongoDB, SQLite"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>