Choose a plan
Prices are billed monthly in US dollars. You can change plans without contacting support.
Current: TeamBilling flow
Block-composed plan, payment, paginated invoice, cancellation, outcome, and mobile billing states.
Plans, card replacement, paginated invoice records, cancellation safeguards, outcomes, and pressure states.
Three plan choices expose pricing, features, current state, and upgrade actions.
Prices are billed monthly in US dollars. You can change plans without contacting support.
Current: Team$0 forever
$49.00 per month
$129.00 per month
test/dummy/app/components/gallery/flows/billing_page.rbdiv(
data: {
gallery: "flow-surface",
gallery_flow: "billing",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
render NitroKit::Container.new(size: :xl, id: "gallery-billing-container") do
render NitroKit::Flex.new(dir: :col, gap: 6, align: :stretch, id: "gallery-billing-stack") do
turbo_frame_tag("gallery-billing-frame") { render_screen }
end
end
end