docs(samples): add Studio Gallery Samples category with deep links - #940
Merged
Conversation
Highlight the seven Uno Platform Studio Gallery apps (BrewHouse, Claude Code Tracker, FitStart, Movie Streaming App, Overalls Maker, Uno CRM, Voyago) as a new top-level category, each with an "Open in Studio" deep link plus a browse-source link. Descriptions come from each sample's uno-sample.json. Promote "Other Samples" to an H2 so the page reads as three sibling categories, and route browse/source links through aka.platform.uno redirects. Related to unoplatform/studio.live#2676 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Jen-Uno
enabled auto-merge
August 5, 2026 17:38
nickrandolph
approved these changes
Aug 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds a new Studio Gallery Samples section to doc/samples.md and routes sample “Browse source” links through aka.platform.uno redirects, so readers can quickly discover and open Studio Gallery apps with deep links.
Changes:
- Added a new Studio Gallery Samples category with 7 apps and “Open in Studio” + “browse source” links.
- Promoted Other Samples to a sibling
##heading alongside the other top-level categories. - Updated existing “Browse source” links (including Reference Samples) to use
aka.platform.unoredirects.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| A cross-platform coffee-shop ordering app — browse the menu, filter by category, build a cart, and place orders. It demonstrates a responsive navigation shell (a NavigationView pane on desktop/web, a bottom TabBar on phones) whose content reflows to multiple columns on wide screens, MVUX page-models wired through Uno.Extensions Navigation with one shared cart/orders state, and a warm light/dark theme — all from a single Uno project targeting iOS, Android, WebAssembly, and desktop. | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/studio-sample-coffee-shop) or [browse source](https://aka.platform.uno/coffee-shop-app) |
|
|
||
| A cross-platform Claude Code usage dashboard covering coding sessions, token use, and cost. It demonstrates a responsive NavigationView + bottom-TabBar shell, the MVUX pattern with typed page-to-page navigation, theme-aware LiveCharts2 charts, and a custom light/dark palette — from a single Uno project targeting iOS, Android, WebAssembly, and desktop. | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/gallery-claude-code-tracker-app) or [browse source](https://aka.platform.uno/claude-code-tracker-app) |
|
|
||
| A beginner-friendly fitness companion built with MVUX and mock seeded data. An adaptive shell shows a NavigationView pane on wide screens and a bottom TabBar on phones, behind a branded ExtendedSplashScreen. Home has a personalized greeting, today's workout with a Start button, weekly activity stats, recent results, and quick tips, alongside a Plan page (scheduled workouts), a Progress page (history + milestones), a Profile page, and a guided full-screen Workout Session. Clean, motivating UI on the Uno Toolkit Simple theme. | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/gallery-fitstart) or [browse source](https://aka.platform.uno/fit-start-app) |
|
|
||
| A cinematic movie-streaming app (CineStream) with a dark, poster-driven UI on the Uno Simple theme and an iOS-style floating capsule TabBar shell. It includes an onboarding carousel, a Browse home (featured hero, category filter chips, Trending and New Arrivals rails), a Search page (live query + genre filter), a Social Feed of friend activity, a Profile with a live watchlist count, a rich Movie Detail (a full-screen page on phone/tablet and a modal on desktop), and a Playback screen. A shared watchlist service and MVUX state make the filters and "My List" toggle actually work, and the app runs responsively on desktop and mobile. | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/gallery-movie-streaming-app) or [browse source](https://aka.platform.uno/movie-streaming-app) |
|
|
||
| A production-ready CRM sales dashboard with mock state and a responsive desktop/mobile layout. It includes a Dashboard (KPI cards for leads, deals, revenue, and conversion rate, a pipeline summary by stage, and a recent-activity feed) plus dedicated Pipeline, Leads, and Contacts pages, all inside an adaptive shell (sidebar on desktop, bottom navigation on mobile) with a clean, professional UI. | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/gallery-uno-crm) or [browse source](https://aka.platform.uno/uno-crm-app) |
|
|
||
| An interactive denim overalls configurator built with MVUX. Customize length, bib type, denim color, pockets, and embroidered text, with a live reactive preview drawn entirely in XAML (a single-coordinate, "SVG-like" denim figure that reacts to every selection) and real-time pricing. It includes an order Summary and Checkout flow, a warm linen/denim aesthetic with brass hardware and topstitching, and a responsive split layout (preview + options on wide screens). | ||
|
|
||
| [Open in Studio](https://aka.platform.uno/gallery-overalls-maker-app) or [browse source](https://aka.platform.uno/overalls-maker-app) |
|
|
||
| ### Claude Code Tracker | ||
|
|
||
| A cross-platform Claude Code usage dashboard covering coding sessions, token use, and cost. It demonstrates a responsive NavigationView + bottom-TabBar shell, the MVUX pattern with typed page-to-page navigation, theme-aware LiveCharts2 charts, and a custom light/dark palette — from a single Uno project targeting iOS, Android, WebAssembly, and desktop. |
|
|
||
| ### FitStart | ||
|
|
||
| A beginner-friendly fitness companion built with MVUX and mock seeded data. An adaptive shell shows a NavigationView pane on wide screens and a bottom TabBar on phones, behind a branded ExtendedSplashScreen. Home has a personalized greeting, today's workout with a Start button, weekly activity stats, recent results, and quick tips, alongside a Plan page (scheduled workouts), a Progress page (history + milestones), a Profile page, and a guided full-screen Workout Session. Clean, motivating UI on the Uno Toolkit Simple theme. |
|
|
||
| ### BrewHouse | ||
|
|
||
| A cross-platform coffee-shop ordering app — browse the menu, filter by category, build a cart, and place orders. It demonstrates a responsive navigation shell (a NavigationView pane on desktop/web, a bottom TabBar on phones) whose content reflows to multiple columns on wide screens, MVUX page-models wired through Uno.Extensions Navigation with one shared cart/orders state, and a warm light/dark theme — all from a single Uno project targeting iOS, Android, WebAssembly, and desktop. |
|
|
||
| ### Movie Streaming App | ||
|
|
||
| A cinematic movie-streaming app (CineStream) with a dark, poster-driven UI on the Uno Simple theme and an iOS-style floating capsule TabBar shell. It includes an onboarding carousel, a Browse home (featured hero, category filter chips, Trending and New Arrivals rails), a Search page (live query + genre filter), a Social Feed of friend activity, a Profile with a live watchlist count, a rich Movie Detail (a full-screen page on phone/tablet and a modal on desktop), and a Playback screen. A shared watchlist service and MVUX state make the filters and "My List" toggle actually work, and the app runs responsively on desktop and mobile. |
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
Adds a new Studio Gallery Samples category to
doc/samples.md, highlighting the seven Uno Platform Studio Gallery apps as a distinct group with deep links.The seven apps (alphabetical by display name), each with an Open in Studio deep link plus a browse source link:
Also:
###to##so the page reads as three sibling categories: Reference → Studio Gallery → Other.aka.platform.unoredirects.Sample descriptions are taken from each app's canonical
uno-sample.jsonmetadata.Issue coverage
Related to unoplatform/studio.live#2676. That issue lists three asks — this PR delivers the second:
Verification
##categories.Open in Studio/browse sourceentries map 1:1 to the realstudio/sample directories.🤖 Generated with Claude Code