feat(features): show real product screenshots on /features - #51
Merged
Conversation
The feature list illustrated every entry with the same gradient box and a
scaled-up Lucide icon, so the page never showed what PairUX looks like.
Captures a signed-in walkthrough of the shipped app and uses it where the
product actually demonstrates the feature:
- hero: the dashboard
- Real-time Screen Sharing: the host console (join code, participants, quality)
- Explicit Consent Model: the viewer console, where a guest must Request Control
- PWA Viewer: the browser join screen ("Watch for free", no account)
- Cross-Platform Desktop: the download page
- Screen Recording: the recording preferences
Remote Mouse & Keyboard, Simultaneous Input and Text Chat keep the illustrated
placeholder — remote control is desktop-app only and chat has not shipped, so
there is no honest screen to show yet.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan160 finding(s) HIGH/CRITICAL: 5 | MEDIUM: 49 | LOW: 106
…and 110 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
ralyodio
marked this pull request as ready for review
August 10, 2026 14:59
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
/featuresillustrated all eight features with the same gradient box and a scaled-up Lucide icon, so the page never actually showed the product. This replaces those placeholders with screenshots captured from a signed-in walkthrough of the live app.What still uses the placeholder, and why
Rather than borrow an unrelated screen for these, they keep the illustrated placeholder. Rendering is now conditional on a
Feature.image, so dropping a file in later is a one-line change.Notes
pairux-screenshots@profullstack.com, display name Alex Rivera). Join codes shown belong to sessions that have since ended.next/image(renders at 720×405 / 1024×576), ~1.4 MB total.Verification
turbo run typecheck,lintandbuildfor@pairux/weball pass;prettier --checkclean. Built the app and loaded/featuresin a browser — all six images return 200 and render in the right slots.🤖 Generated with Claude Code