Flowglad
Official@flowglad · United States of America
Offers infrastructure for subscription billing, feature gating, and codebase maintenance through structured incident reporting and repository refactoring.
Agent Skills by Flowglad
Showing 12 vetted skills indexed across 3 GitHub repositories.
resolve-checks
Diagnose and fix failing CI checks and PR review feedback on GitHub pull requests.
onton
Decompose large codebase changes into ordered patches for parallel AI execution.
write-workstream
Define milestones, dependencies, and precedents for phased project execution.
pm
Generate structured incident postmortems from Slack history into Notion pages.
contextual-review
Automate pull request reviews using quality, security, and best-practices guidelines.
refactor
Automate AST-aware TypeScript refactors with plan-driven verification workflows.
flowglad-setup
Install and configure the Flowglad SDK for Next.js, Express, and React apps.
flowglad-checkout
Implement Flowglad checkout sessions for subscriptions and products.
flowglad-subscriptions
Manage subscription lifecycles via cancelSubscription, adjustSubscription, uncancelSubscription, and reload.
flowglad-feature-gating
Gate premium features with Flowglad checkFeatureAccess for client and server.
flowglad-usage-tracking
Record usage events for usage-based billing with idempotent transactionIds.
flowglad-pricing-ui
Render Flowglad subscription pricing plans in a responsive grid.
Frequently Asked Questions About Flowglad
FAQPage SchemaWhat specific billing tasks can be managed using Flowglad?▼
Flowglad enables the management of subscription lifecycles, including cancellations, adjustments, and un-cancellations. It supports usage-based billing through idempotent transaction tracking and provides pre-built components for rendering responsive subscription pricing grids within web applications.
Which technical personas benefit from Flowglad's codebase capabilities?▼
Software engineers and technical leads utilize these capabilities to perform AST-aware TypeScript refactoring and decompose complex codebase changes into ordered, parallel patches. It also assists project managers in defining milestones, dependencies, and precedents for phased development cycles.
What are the prerequisites for integrating Flowglad into a project?▼
Integration requires a Next.js, Express, or React environment. Developers must install the core package to access feature gating via checkFeatureAccess, implement checkout sessions for subscription management, and configure usage tracking to record events with unique transaction identifiers.