Level Up Grid
Cross-promotional grid showcasing all Workshopr apps, grouped by facilitation phase (Learn, Plan, Facilitate, Reflect). Used on landing pages to drive users across the ecosystem. Phase colors are applied automatically via the data-phase attribute.
Default
The full grid with all 12 apps. Phase colors are applied per card.
Level Up Your Facilitation
Workshop Library
300+ workshop templates & facilitation guides
Browse LibraryAcademy
Free ebooks, toolkits, and facilitation learning paths
Start LearningPodcast
Deep dives and interviews on facilitation craft
Listen NowPlanner
Drag-and-drop agenda builder with AI assistance
Open PlannerHybrid Toolkit
Playbooks and checklists for hybrid workshops
Get the KitFacilitator
Full-screen command center for live sessions
Run a SessionSidekick
Chrome extension — your script in a side panel
Install SidekickIntervention Cards
37 cards for handling difficult workshop moments
Get CardsFacilitation Tips
60+ actionable tips for better workshops
Browse TipsFacilitator's DNA
Discover your natural facilitation style
Take the QuizAI Coach
AI guidance before, during, and after sessions
Try CoachROI Calculator
Quantify the business value of your workshops
Calculate ROI<?= ws_level_up_grid() ?>
Exclude Current App
Use current_app to omit the page's own app from the grid.
Level Up Your Facilitation
Workshop Library
300+ workshop templates & facilitation guides
Browse LibraryAcademy
Free ebooks, toolkits, and facilitation learning paths
Start LearningPodcast
Deep dives and interviews on facilitation craft
Listen NowPlanner
Drag-and-drop agenda builder with AI assistance
Open PlannerHybrid Toolkit
Playbooks and checklists for hybrid workshops
Get the KitFacilitator
Full-screen command center for live sessions
Run a SessionSidekick
Chrome extension — your script in a side panel
Install SidekickFacilitation Tips
60+ actionable tips for better workshops
Browse TipsFacilitator's DNA
Discover your natural facilitation style
Take the QuizAI Coach
AI guidance before, during, and after sessions
Try CoachROI Calculator
Quantify the business value of your workshops
Calculate ROI<?= ws_level_up_grid([
'current_app' => 'intervention',
]) ?>Custom Title & Eyebrow
Everything else Workshopr can do
Workshop Library
300+ workshop templates & facilitation guides
Browse LibraryAcademy
Free ebooks, toolkits, and facilitation learning paths
Start LearningPodcast
Deep dives and interviews on facilitation craft
Listen NowHybrid Toolkit
Playbooks and checklists for hybrid workshops
Get the KitFacilitator
Full-screen command center for live sessions
Run a SessionSidekick
Chrome extension — your script in a side panel
Install SidekickIntervention Cards
37 cards for handling difficult workshop moments
Get CardsFacilitation Tips
60+ actionable tips for better workshops
Browse TipsFacilitator's DNA
Discover your natural facilitation style
Take the QuizAI Coach
AI guidance before, during, and after sessions
Try CoachROI Calculator
Quantify the business value of your workshops
Calculate ROI<?= ws_level_up_grid([
'current_app' => 'planner',
'eyebrow' => 'The full toolkit',
'title' => 'Everything else Workshopr can do',
]) ?>Phase Colors
Each card uses the color of its facilitation phase. Phases are fixed in the component and map to design system tokens.
| Phase | Color token | Apps |
|---|---|---|
| learn | --phase-learn (#E54D4D) | library, academy, podcasts |
| plan | --phase-plan (#0284C7) | planner, hybrid |
| facilitate | --phase-facilitate (#7C4DFF) | facilitator, sidekick, intervention, tips |
| reflect | --phase-reflect (#10B981) | dna, coach, roi |
API Reference
| Option | Type | Default | Description |
|---|---|---|---|
current_app | string | null | App key to exclude from the grid (e.g., 'intervention') |
eyebrow | string | 'More from Workshopr' | Small label above the section title |
title | string | 'Level Up Your Facilitation' | Section heading |
apps | array | Default catalog | Override the built-in app catalog |
id | string | null | Section element ID |
class | string | '' | Additional CSS classes |
When to use
- On landing pages (library, planner, intervention, dna, tips, etc.) as a footer cross-promotion
- When you want to drive users to related Workshopr tools
- At the end of long-form content to surface related apps
When NOT to use
- Inside an authenticated product (users are already engaged)
- On detail pages where it would distract from the primary CTA
- More than once on the same page