This commit is contained in:
Nicholas Keller
2026-06-10 00:40:26 -04:00
parent 6cf48a9a9e
commit df1cd6836c
16 changed files with 1502 additions and 183 deletions
+11 -7
View File
@@ -22,7 +22,10 @@
<span class="spark"></span>
<span>Spark<span class="gradient-text">Slop</span></span>
</a>
<a href="/app" class="btn btn-primary btn-sm">Open the app →</a>
<div class="nav-right">
<a href="/explore" class="btn btn-ghost btn-sm">🌐 Explore</a>
<a href="/app" class="btn btn-primary btn-sm">Sign in →</a>
</div>
</div>
</nav>
@@ -39,8 +42,8 @@
comment thread for your own brain.
</p>
<div class="hero-actions">
<a href="/app" class="btn btn-primary">Start capturing ideas</a>
<a href="#features" class="btn btn-ghost">See how it works</a>
<a href="/app" class="btn btn-primary">Sign in & start capturing</a>
<a href="/explore" class="btn btn-ghost">🌐 Explore public ideas</a>
</div>
</div>
</header>
@@ -64,11 +67,12 @@
</p>
</div>
<div class="feature-card">
<span class="icon"></span>
<h3>Fast & local</h3>
<span class="icon">🔒</span>
<h3>Private by default</h3>
<p>
Powered by Bun and SQLite. Your data lives in a single file on your
machine — snappy, private, and yours.
Sign in with GitHub or Google. Every idea is yours alone — until you
choose to share it with a secret read-only link or list it on the
public Explore feed.
</p>
</div>
</div>