Skip to content

docs(samples): add Studio Gallery Samples category with deep links - #940

Merged
Jen-Uno merged 1 commit into
masterfrom
docs/jenny/studio-gallery-samples
Aug 5, 2026
Merged

docs(samples): add Studio Gallery Samples category with deep links#940
Jen-Uno merged 1 commit into
masterfrom
docs/jenny/studio-gallery-samples

Conversation

@Jen-Uno

@Jen-Uno Jen-Uno commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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:

  • BrewHouse — coffee-shop ordering app
  • Claude Code Tracker — usage dashboard with theme-aware charts
  • FitStart — beginner fitness companion
  • Movie Streaming App (CineStream) — cinematic streaming UI
  • Overalls Maker — reactive XAML product configurator
  • Uno CRM — sales dashboard
  • Voyago — travel-discovery app

Also:

  • Promoted Other Samples from ### to ## so the page reads as three sibling categories: Reference → Studio Gallery → Other.
  • Routed the browse/source links (including the Reference Samples) through aka.platform.uno redirects.

Sample descriptions are taken from each app's canonical uno-sample.json metadata.

Issue coverage

Related to unoplatform/studio.live#2676. That issue lists three asks — this PR delivers the second:

  • Highlight the Studio samples as a whole new category, deep-linked
  • Address the UWP mentions (4 remain: CameraCaptureUI, Maps control, Native Style Switch, Uno Contoso) — out of scope here
  • Clarify whether this list auto-updates or needs manual edits (e.g. the gRPC sample from feat: Added gRPC sample. #913) — out of scope here

Verification

  • Heading tree renders as three sibling ## categories.
  • All studio Open in Studio / browse source entries map 1:1 to the real studio/ sample directories.

🤖 Generated with Claude Code

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>
Copilot AI lite review requested due to automatic review settings August 5, 2026 17:28
@Jen-Uno
Jen-Uno enabled auto-merge August 5, 2026 17:38
@Jen-Uno
Jen-Uno merged commit 995d78b into master Aug 5, 2026
9 checks passed
@Jen-Uno
Jen-Uno deleted the docs/jenny/studio-gallery-samples branch August 5, 2026 17:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.uno redirects.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread doc/samples.md

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)
Comment thread doc/samples.md

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)
Comment thread doc/samples.md

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)
Comment thread doc/samples.md

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)
Comment thread doc/samples.md

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)
Comment thread doc/samples.md

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)
Comment thread doc/samples.md

### 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.
Comment thread doc/samples.md

### 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.
Comment thread doc/samples.md

### 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.
Comment thread doc/samples.md

### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants