flowglad-pricing-ui

Render Flowglad subscription pricing plans in a responsive grid.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/flowglad/skills --skill flowglad-pricing-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowglad-pricing-ui
Source: https://github.com/flowglad/skills/tree/main/skills/pricing-ui
Command: npx skills add https://github.com/flowglad/skills --skill flowglad-pricing-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly build and maintain user-facing pricing interfaces for Flowglad subscriptions, reducing manual UI wiring and ensuring consistent pricing presentation across marketing and product experiences.

Core Features & Use Cases

  • Pricing data rendering: Display products, prices, intervals, and features in responsive cards.
  • State handling: Manage loading, empty, and error states for pricing data.
  • Current plan awareness: Highlight the user's active plan and disable upgrade actions accordingly.
  • Interval toggles: Allow users to switch between monthly and annual pricing and reflect correct prices.
  • Transform utilities: Convert raw pricing data into UI-ready plans with displayPrice, slug, and features.

Use case: Marketing pages show a pricing grid to compare plans, while product dashboards validate plan configurations.

Quick Start

Install and wire up the pricing UI in your Flowglad app, then fetch pricingModel data and render pricing cards using the provided helpers.

Frequently Asked Questions about flowglad-pricing-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a responsive pricing page UI for React subscription plans?

To build a responsive pricing page UI for React subscription plans, you can use this skill to render pricing cards displaying products, prices, intervals, and features in a grid layout. It provides transform utilities to convert raw pricing data into UI-ready plans with display prices and slugs.

What is the best way to handle monthly and annual billing interval toggles in a pricing grid?

Handling monthly and annual billing interval toggles in a pricing grid requires state management to switch pricing views. This skill provides built-in interval toggle functionality that updates and reflects the correct subscription prices when users switch between billing cycles.

How do I highlight a user's current subscription plan and disable upgrade actions in React?

To highlight a user's current subscription plan and disable upgrade actions in React, this skill provides current plan awareness features. It automatically identifies the active plan within the pricing data model and disables corresponding upgrade buttons on the pricing cards.

How do I manage loading and empty states for subscription pricing data in a React dashboard?

Managing loading and empty states for subscription pricing data in a React dashboard is handled by the skill's built-in state management. It processes the pricing data fetch lifecycle to properly render loading indicators and empty messages before the pricing grid populates.

Does this pricing UI skill work without external React component dependencies?

Yes, this pricing UI skill works without external React component dependencies. The metadata indicates an empty dependencies array, meaning the subscription pricing rendering logic and display helpers are self-contained for direct integration into your application.