Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions prototypes/docusaurus/src/constants/demos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ export type Demo = {
// Live demos lead so the homepage "See it running" section features apps that
// are actually deployed; coming-soon demos follow and still appear on /examples.
export const demos: Demo[] = [
{
id: 'flagship',
name: 'Flagship demo',
tagline:
'The flagship React on Rails Pro demo with Rails 8.1, React 19, RSC, streaming SSR, Redux Toolkit, Shakapacker/Rspack, and ActiveRecord CRUD.',
repoUrl: 'https://github.com/shakacode/react-on-rails-demo-flagship',
demoUrl: 'https://flagship.reactonrails.com',
image: '/img/demos/flagship.webp',
category: 'flagship',
Comment thread
justin808 marked this conversation as resolved.
featured: true,
},
{
id: 'marketplace',
name: 'Marketplace',
Expand Down
2 changes: 1 addition & 1 deletion prototypes/docusaurus/src/pages/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const demoGroups: DemoGroup[] = [
{
category: 'flagship',
eyebrow: 'Flagship demos',
heading: 'Production-style apps on React on Rails Pro, React 19, and RSC.',
heading: 'Full-stack apps with React on Rails Pro, React 19, and RSC.',
},
{
category: 'starter',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading