Add “See it in action” section with real app screenshots - #7
Open
antonarnaudov wants to merge 4 commits into
Open
Add “See it in action” section with real app screenshots#7antonarnaudov wants to merge 4 commits into
antonarnaudov wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
A new Showcase section (after the fork band) showing three faithful screenshots of the app running the "Uncaged Midnight" theme — matched to the site's palette (cold blue-black + one ember accent): - AI Models — bring your own model, account-free, keys stay local - Appearance — theme studio + window opacity/blur (Uncaged Midnight) - Agent — an agent in the terminal, on a local model Alternating hairline-framed rows with a low ember glow, on-brand with the Midnight design system. Real screenshots, no mockups. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a terminal screenshot — a colourful git-log graph of Uncaged's own release history in the Uncaged Midnight theme — as the opening row, so the section leads with the actual terminal. Now four rows: terminal → models → agent → appearance. Tightened the Appearance copy (no colour wheel in shot). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Retook two screenshots so the section reads as the app *doing* something: - terminal: a fuller frame — git-log graph of Uncaged's own history plus a colourful file listing, single clean tab. - agent: the agent writing code — a syntax-highlighted Rust ring-buffer diff with the Accept / Refine / Edit review UI (replaces the sparse empty prompt). Copy updated to match the code-editing workflow. Both on the Uncaged Midnight theme, no personal data, tabs tidied. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Remove the ember radial "glow" behind each frame — clean hairline cards now. - Crop ~22px off the right of all four screenshots to remove a near-white strip the capture caught past the window edge (the "white sidebar"). - Now rebased on the latest master design (responsive section padding etc.). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
antonarnaudov
force-pushed
the
add-app-screenshots
branch
from
July 24, 2026 08:16
faa55df to
0c90cf6
Compare
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.
Adds a Showcase section to the landing page (right after the fork band) with four faithful screenshots of the real app — no mockups — running the Uncaged Midnight theme, matched to the site's own palette (cold blue-black + one ember accent).
What's in it
Four alternating hairline-framed rows, each with a low ember glow, on-brand with the Midnight design system:
git log --graphof Uncaged's own release historyFiles
src/components/Showcase.astro— new section component (scoped styles, responsive: stacks on mobile)src/pages/index.astro— imports + places<Showcase />after<DiffBand />public/shots/{terminal,ai-models,agent,appearance}.png— the four screenshots (1600px wide)Verified
npm run buildpasses; no console errors🤖 Generated with Claude Code