Skip to content

Commit 88d2805

Browse files
deploy: update landing page 6fa332c
0 parents  commit 88d2805

4 files changed

Lines changed: 389 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

assets/screenshot.png

654 KB
Loading

index.html

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>SQL Assist — Ask your database anything</title>
7+
<meta name="description" content="Turn natural language into SQL. Connect to PostgreSQL, MySQL, SQLite, or SQL Server and query with plain English, powered by AI." />
8+
<meta property="og:title" content="SQL Assist — Ask your database anything" />
9+
<meta property="og:description" content="Turn natural language into SQL. Connect to your database, ask questions in plain English, get working queries powered by AI." />
10+
<meta property="og:image" content="https://meetgodhani.github.io/sql-assist-desktop/assets/screenshot.png" />
11+
<meta property="og:url" content="https://meetgodhani.github.io/sql-assist-desktop/" />
12+
<meta name="twitter:card" content="summary_large_image" />
13+
<link rel="preconnect" href="https://fonts.googleapis.com" />
14+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
15+
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&amp;family=Inter:wght@400;500;600&amp;display=swap" rel="stylesheet" />
16+
<link rel="stylesheet" href="styles.css" />
17+
</head>
18+
<body>
19+
20+
<!-- NAV -->
21+
<nav>
22+
<div class="nav-inner">
23+
<a href="#" class="nav-logo">
24+
<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
25+
<rect width="28" height="28" rx="8" fill="#2563EB"/>
26+
<path d="M7 10.5C7 9.12 10.13 8 14 8s7 1.12 7 2.5v7C21 18.88 17.87 20 14 20s-7-1.12-7-2.5v-7z" stroke="#fff" stroke-width="1.5" stroke-linejoin="round"/>
27+
<ellipse cx="14" cy="10.5" rx="7" ry="2.5" stroke="#fff" stroke-width="1.5"/>
28+
<path d="M7 14c0 1.38 3.13 2.5 7 2.5s7-1.12 7-2.5" stroke="#fff" stroke-width="1.5"/>
29+
</svg>
30+
SQL Assist
31+
</a>
32+
<div class="nav-actions">
33+
<a href="https://github.com/meetgodhani/sql-assist-desktop" class="star-badge" target="_blank" rel="noopener">
34+
⭐ Star on GitHub
35+
</a>
36+
<a href="https://github.com/meetgodhani/sql-assist-desktop/releases/latest"
37+
class="btn btn-primary" target="_blank" rel="noopener">
38+
⬇ Download for macOS
39+
</a>
40+
</div>
41+
</div>
42+
</nav>
43+
44+
<!-- HERO -->
45+
<section class="hero">
46+
<div class="container">
47+
<div class="hero-content">
48+
<span class="eyebrow">AI-powered SQL for everyone</span>
49+
<h1>Ask your database<br>anything.</h1>
50+
<p>Connect to PostgreSQL, MySQL, SQLite, or SQL Server. Type a question in plain English. Get a working SQL query instantly — powered by the AI model of your choice.</p>
51+
<div class="hero-actions">
52+
<a href="https://github.com/meetgodhani/sql-assist-desktop/releases/latest"
53+
class="btn btn-primary btn-xl" target="_blank" rel="noopener">
54+
⬇ Download for macOS
55+
</a>
56+
<a href="https://github.com/meetgodhani/sql-assist-desktop" class="btn btn-ghost btn-xl" target="_blank" rel="noopener">
57+
View on GitHub →
58+
</a>
59+
</div>
60+
</div>
61+
<div class="hero-screenshot reveal">
62+
<img src="assets/screenshot.png" alt="SQL Assist desktop application screenshot showing a natural language query being converted to SQL" />
63+
</div>
64+
</div>
65+
</section>
66+
67+
<!-- HOOK STRIP -->
68+
<div class="hook-strip">
69+
<div class="hook-strip-inner">
70+
<span class="hook-pill"><span class="dot"></span>No SQL expertise required</span>
71+
<span class="hook-pill"><span class="dot"></span>Works offline with Ollama</span>
72+
<span class="hook-pill"><span class="dot"></span>Your data stays yours</span>
73+
</div>
74+
</div>
75+
76+
<!-- FEATURES -->
77+
<section class="features">
78+
<div class="container">
79+
<div class="section-header reveal">
80+
<h2>Everything you need to query smarter</h2>
81+
<p>A complete SQL workspace powered by AI — no context-switching required.</p>
82+
</div>
83+
<div class="features-grid">
84+
<div class="feature-card reveal">
85+
<div class="feature-icon">🗄️</div>
86+
<h3>Multi-database</h3>
87+
<p>Connect to PostgreSQL, MySQL, SQLite, and SQL Server from a single app.</p>
88+
</div>
89+
<div class="feature-card reveal">
90+
<div class="feature-icon">🤖</div>
91+
<h3>Any AI provider</h3>
92+
<p>OpenAI, Anthropic, Google, OpenRouter, or local Ollama — you choose what runs your queries.</p>
93+
</div>
94+
<div class="feature-card reveal">
95+
<div class="feature-icon">🧠</div>
96+
<h3>Schema-aware queries</h3>
97+
<p>AI receives your full schema for context — tables, columns, relationships — producing accurate results every time.</p>
98+
</div>
99+
<div class="feature-card reveal">
100+
<div class="feature-icon">📊</div>
101+
<h3>EXPLAIN visualizer</h3>
102+
<p>Run EXPLAIN on any query and view the execution plan rendered as an interactive Mermaid diagram.</p>
103+
</div>
104+
<div class="feature-card reveal">
105+
<div class="feature-icon">📈</div>
106+
<h3>Charts &amp; export</h3>
107+
<p>Turn any result set into bar, line, pie, scatter, or area charts. Export to Excel, CSV, or branded PDF reports.</p>
108+
</div>
109+
<div class="feature-card reveal">
110+
<div class="feature-icon"></div>
111+
<h3>Query optimization</h3>
112+
<p>Get AI-powered index recommendations and query rewrites to speed up slow queries.</p>
113+
</div>
114+
</div>
115+
</div>
116+
</section>
117+
118+
<!-- SCREENSHOT SECTION -->
119+
<section class="screenshot-section">
120+
<div class="container">
121+
<div class="section-header reveal">
122+
<h2>A SQL workspace that thinks with you</h2>
123+
<p>Natural language in, precise SQL out — with results, charts, and exports in one place.</p>
124+
</div>
125+
<div class="screenshot-wrapper reveal">
126+
<img src="assets/screenshot.png" alt="SQL Assist showing query results, chart visualization, and AI chat panel side by side" />
127+
</div>
128+
</div>
129+
</section>
130+
131+
<!-- HOW IT WORKS -->
132+
<section class="how-it-works">
133+
<div class="container">
134+
<div class="section-header reveal">
135+
<h2>Up and running in minutes</h2>
136+
</div>
137+
<div class="steps">
138+
<div class="step reveal">
139+
<div class="step-number">1</div>
140+
<h3>Connect your database</h3>
141+
<p>Add your connection string for any supported database. Your credentials never leave your machine.</p>
142+
</div>
143+
<div class="step reveal">
144+
<div class="step-number">2</div>
145+
<h3>Ask in plain English</h3>
146+
<p>Type what you want to know. SQL Assist uses your schema to generate an accurate query.</p>
147+
</div>
148+
<div class="step reveal">
149+
<div class="step-number">3</div>
150+
<h3>Review, execute &amp; export</h3>
151+
<p>Inspect the generated SQL, run it, chart the results, and export — all without leaving the app.</p>
152+
</div>
153+
</div>
154+
</div>
155+
</section>
156+
157+
<!-- CTA -->
158+
<section class="cta-section">
159+
<div class="container">
160+
<h2>Ready to query smarter?</h2>
161+
<p>Free, open source, and runs entirely on your machine.</p>
162+
<a href="https://github.com/meetgodhani/sql-assist-desktop/releases/latest"
163+
class="btn btn-primary btn-xl" target="_blank" rel="noopener">
164+
⬇ Download for macOS — Free &amp; Open Source
165+
</a>
166+
<div class="cta-badges">
167+
<span class="badge">🍎 macOS</span>
168+
<span class="badge">📄 MIT License</span>
169+
<span class="badge">🔒 No telemetry</span>
170+
</div>
171+
</div>
172+
</section>
173+
174+
<!-- FOOTER -->
175+
<footer>
176+
<div class="container">
177+
<div class="footer-inner">
178+
<div class="footer-links">
179+
<a href="https://github.com/meetgodhani/sql-assist-desktop" target="_blank" rel="noopener">GitHub</a>
180+
<a href="https://github.com/meetgodhani/sql-assist-desktop/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener">Contributing</a>
181+
<a href="https://github.com/meetgodhani/sql-assist-desktop/blob/main/LICENSE" target="_blank" rel="noopener">License</a>
182+
<a href="https://github.com/meetgodhani/sql-assist-desktop/issues" target="_blank" rel="noopener">Issues</a>
183+
</div>
184+
<span class="footer-copy">© 2026 SQL Assist · MIT License</span>
185+
</div>
186+
</div>
187+
</footer>
188+
189+
<script>
190+
const observer = new IntersectionObserver(
191+
(entries) => entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); }),
192+
{ threshold: 0.12 }
193+
);
194+
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
195+
</script>
196+
197+
</body>
198+
</html>

styles.css

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
/* ── Reset & base ── */
2+
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
3+
4+
:root {
5+
--bg: #FAFAFA;
6+
--surface: #FFFFFF;
7+
--text: #111827;
8+
--text-muted: #6B7280;
9+
--accent: #2563EB;
10+
--accent-hover: #1D4ED8;
11+
--border: #E5E7EB;
12+
--dark-bg: #0F172A;
13+
--dark-text: #F8FAFC;
14+
--font-display: 'Syne', sans-serif;
15+
--font-body: 'Inter', sans-serif;
16+
--radius: 12px;
17+
--radius-sm: 8px;
18+
--shadow-md: 0 4px 24px rgba(0,0,0,0.08);
19+
--shadow-lg: 0 16px 48px rgba(0,0,0,0.12);
20+
}
21+
22+
html { scroll-behavior: smooth; }
23+
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; }
24+
img { display: block; max-width: 100%; }
25+
a { color: inherit; text-decoration: none; }
26+
27+
/* ── Typography ── */
28+
h1, h2, h3 { font-family: var(--font-display); line-height: 1.1; }
29+
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; }
30+
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; }
31+
h3 { font-size: 1.125rem; font-weight: 700; }
32+
33+
/* ── Buttons ── */
34+
.btn {
35+
display: inline-flex; align-items: center; gap: 0.5rem;
36+
padding: 0.75rem 1.5rem; border-radius: var(--radius-sm);
37+
font-family: var(--font-body); font-size: 0.9375rem; font-weight: 600;
38+
cursor: pointer; transition: all 0.18s ease; border: 2px solid transparent;
39+
white-space: nowrap;
40+
}
41+
.btn-primary {
42+
background: var(--accent); color: #fff; border-color: var(--accent);
43+
}
44+
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,99,235,0.35); }
45+
.btn-ghost {
46+
background: transparent; color: var(--text); border-color: var(--border);
47+
}
48+
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
49+
.btn-xl { padding: 1rem 2rem; font-size: 1.0625rem; border-radius: var(--radius); }
50+
51+
/* ── Container ── */
52+
.container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }
53+
54+
/* ── NAV ── */
55+
nav {
56+
position: sticky; top: 0; z-index: 100;
57+
background: rgba(250,250,250,0.85); backdrop-filter: blur(12px);
58+
border-bottom: 1px solid var(--border);
59+
}
60+
.nav-inner {
61+
display: flex; align-items: center; justify-content: space-between;
62+
padding: 1rem 1.5rem; max-width: 1120px; margin: 0 auto;
63+
}
64+
.nav-logo { display: flex; align-items: center; gap: 0.625rem; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
65+
.nav-logo svg { width: 28px; height: 28px; }
66+
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
67+
.star-badge {
68+
display: inline-flex; align-items: center; gap: 0.375rem;
69+
padding: 0.375rem 0.875rem; border-radius: 100px; border: 1px solid var(--border);
70+
font-size: 0.875rem; font-weight: 500; color: var(--text-muted);
71+
transition: border-color 0.15s;
72+
}
73+
.star-badge:hover { border-color: var(--accent); color: var(--accent); }
74+
75+
/* ── HERO ── */
76+
.hero {
77+
padding: 5rem 0 3rem;
78+
background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37,99,235,0.08) 0%, transparent 70%);
79+
position: relative; overflow: hidden;
80+
}
81+
.hero::before {
82+
content: ''; position: absolute; inset: 0;
83+
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
84+
pointer-events: none;
85+
}
86+
.hero-content { text-align: center; max-width: 760px; margin: 0 auto; }
87+
.eyebrow {
88+
display: inline-block; margin-bottom: 1.25rem;
89+
padding: 0.375rem 1rem; border-radius: 100px;
90+
background: rgba(37,99,235,0.08); color: var(--accent);
91+
font-size: 0.875rem; font-weight: 600; letter-spacing: 0.02em;
92+
}
93+
.hero h1 { margin-bottom: 1.25rem; }
94+
.hero p { font-size: 1.125rem; color: var(--text-muted); max-width: 580px; margin: 0 auto 2rem; line-height: 1.7; }
95+
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 0.875rem; flex-wrap: wrap; }
96+
.hero-screenshot {
97+
margin: 3.5rem auto 0; max-width: 900px; padding: 0 1.5rem;
98+
transform: perspective(1200px) rotateX(2deg); transform-origin: top center;
99+
}
100+
.hero-screenshot img {
101+
border-radius: var(--radius); box-shadow: var(--shadow-lg), 0 0 0 1px var(--border);
102+
width: 100%;
103+
}
104+
105+
/* ── HOOK STRIP ── */
106+
.hook-strip { padding: 2.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
107+
.hook-strip-inner { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
108+
.hook-pill {
109+
display: inline-flex; align-items: center; gap: 0.5rem;
110+
padding: 0.625rem 1.25rem; border-radius: 100px;
111+
background: var(--bg); border: 1px solid var(--border);
112+
font-size: 0.9375rem; font-weight: 500;
113+
}
114+
.hook-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
115+
116+
/* ── FEATURES ── */
117+
.features { padding: 5rem 0; }
118+
.section-header { text-align: center; margin-bottom: 3rem; }
119+
.section-header p { color: var(--text-muted); font-size: 1.0625rem; margin-top: 0.75rem; }
120+
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
121+
.feature-card {
122+
background: var(--surface); border: 1px solid var(--border);
123+
border-radius: var(--radius); padding: 1.75rem;
124+
transition: border-color 0.18s, box-shadow 0.18s;
125+
}
126+
.feature-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); }
127+
.feature-icon { font-size: 1.75rem; margin-bottom: 1rem; }
128+
.feature-card h3 { margin-bottom: 0.5rem; }
129+
.feature-card p { color: var(--text-muted); font-size: 0.9375rem; line-height: 1.6; }
130+
131+
/* ── SCREENSHOT SECTION ── */
132+
.screenshot-section { padding: 5rem 0; background: var(--surface); }
133+
.screenshot-section .section-header { margin-bottom: 2.5rem; }
134+
.screenshot-wrapper {
135+
position: relative; max-width: 960px; margin: 0 auto;
136+
border-radius: var(--radius); overflow: hidden;
137+
box-shadow: var(--shadow-lg); border: 1px solid var(--border);
138+
}
139+
.screenshot-wrapper img { width: 100%; display: block; }
140+
141+
/* ── HOW IT WORKS ── */
142+
.how-it-works { padding: 5rem 0; }
143+
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; max-width: 800px; margin: 0 auto; }
144+
.step { text-align: center; }
145+
.step-number {
146+
width: 3rem; height: 3rem; border-radius: 50%;
147+
background: var(--accent); color: #fff;
148+
font-family: var(--font-display); font-size: 1.25rem; font-weight: 800;
149+
display: flex; align-items: center; justify-content: center;
150+
margin: 0 auto 1rem;
151+
}
152+
.step h3 { margin-bottom: 0.5rem; }
153+
.step p { color: var(--text-muted); font-size: 0.9375rem; }
154+
155+
/* ── DOWNLOAD CTA ── */
156+
.cta-section {
157+
padding: 5rem 0; background: var(--dark-bg); color: var(--dark-text); text-align: center;
158+
}
159+
.cta-section h2 { color: var(--dark-text); margin-bottom: 1rem; }
160+
.cta-section p { color: rgba(248,250,252,0.65); font-size: 1.0625rem; margin-bottom: 2rem; }
161+
.cta-badges { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; flex-wrap: wrap; }
162+
.badge {
163+
display: inline-flex; align-items: center; gap: 0.375rem;
164+
padding: 0.375rem 0.875rem; border-radius: 100px;
165+
border: 1px solid rgba(248,250,252,0.15); color: rgba(248,250,252,0.65);
166+
font-size: 0.8125rem;
167+
}
168+
.cta-section .btn-primary { box-shadow: 0 4px 24px rgba(37,99,235,0.45); }
169+
170+
/* ── FOOTER ── */
171+
footer {
172+
padding: 2rem 0; background: var(--dark-bg);
173+
border-top: 1px solid rgba(248,250,252,0.08);
174+
}
175+
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
176+
.footer-links { display: flex; gap: 1.5rem; }
177+
.footer-links a { color: rgba(248,250,252,0.5); font-size: 0.875rem; transition: color 0.15s; }
178+
.footer-links a:hover { color: var(--dark-text); }
179+
.footer-copy { color: rgba(248,250,252,0.35); font-size: 0.875rem; }
180+
181+
/* ── Scroll reveal ── */
182+
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
183+
.reveal.visible { opacity: 1; transform: translateY(0); }
184+
185+
/* ── Responsive ── */
186+
@media (max-width: 640px) {
187+
.nav-actions .star-badge { display: none; }
188+
.hero { padding: 3.5rem 0 2rem; }
189+
.footer-inner { flex-direction: column; text-align: center; }
190+
.footer-links { justify-content: center; }
191+
}

0 commit comments

Comments
 (0)