Landing page redesign — marketing home at /, test lab moves to /lab#26
Merged
Conversation
- New dark landing page at / built around the larva logo: hero with live version badge + install command, real-query live demo against /api/sql, stats band, feature grid, architecture walkthrough, agent/llms.txt strip - Logo assets extracted from docs/larvadb.png: standalone mark (wordmark ghost painted out), tight lockup crop; mark doubles as the favicon - Test dashboard (SQL console + stress lab) relocated from / to /lab, unchanged functionally, now under a shared site nav used by /lab and /viewer; docs navbar gets the mark and links to /lab - Brand accent tokens (lime/amber from the logo) added to globals.css; landing is forced-dark via a .theme-dark scope, other pages keep system light/dark Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The site now leads with a proper landing page instead of dropping visitors straight into the test dashboard.
/is a new dark landing page built around the README logo: hero (version badge, install command, CTAs), a live SQL demo that queries the real demo store through/api/sql, a stats band (297 checks / 1 CAS / 3 backends / 0 servers), feature grid, "Delta Lake, miniaturized" architecture walkthrough, and an agents strip pointing at/llms.txt./lab, functionally unchanged, under a shared site nav now used by/laband/viewer. Docs navbar gets the larva mark and links to/lab.docs/larvadb.png: standalone mark (wordmark ghost pixels painted out programmatically) + tight lockup crop; the mark is now the favicon.#0f0f10from the logo background is the landing surface so the PNGs blend seamlessly.#b8d431/ amber from the logo) added toglobals.css; the landing is forced-dark via a.theme-darkscope while lab/viewer/docs keep system light/dark.Verified
bun run lint+bunx tsc --noEmitclean/,/lab,/viewer,/docs) render 200 on a local dev server;/api/sqlanswered the landing demo query liveNo package changes — npm publish will skip.
🤖 Generated with Claude Code