PlainSQL / frontend /index.html
LalitChaudhari3's picture
feat: synchronize text-to-sql-bot codebase with Hugging Face Space repository, including Docker build configurations
6086e71
Raw
History Blame Contribute Delete
2.17 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PlainSQL | Enterprise AI Data Platform</title>
<meta name="description" content="Query your database using natural language. PlainSQL converts plain English into SQL using advanced multi-agent AI with full pipeline transparency." />
<meta name="theme-color" content="#0a0a0f" />
<!-- Open Graph -->
<meta property="og:title" content="PlainSQL — Enterprise AI Data Platform" />
<meta property="og:description" content="Turn natural language into validated SQL with visible RAG retrieval, generation, and execution reasoning." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://plainsql.ai" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PlainSQL — AI Data Copilot" />
<meta name="twitter:description" content="Ask business questions in plain English. Get SQL, results, charts, and insights." />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%236366f1'/><stop offset='100%25' stop-color='%2306b6d4'/></linearGradient></defs><rect rx='22' width='100' height='100' fill='url(%23g)'/><text x='50' y='68' text-anchor='middle' font-size='54' font-weight='900' fill='white' font-family='Inter'>S</text></svg>" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>