Embed Widgets: Coming Soon
PaymentMethod — the last widget whose body lands in a subsequent minor release. Public API is locked today. SubscriptionManager, UsageMeter, and UpgradeCancel have shipped — see their dedicated pages.
Why we published the shells#
Four of the eight planned widgets ship as shells in v0.1.x — they render an accessible loading placeholder while their bodies are being built. Their public API (props + events) is by the SDK contract test, so dropping in the real body later requires no code changes on your side.
role="status" and aria-busy="true", themed with your brand kit. The placeholder is structurally correct so layout decisions you make today will hold when the real body lands.SubscriptionManager and UsageMeter shipped in v0.7.0 and UpgradeCancel shipped in v0.8.0 — see the , , and pages for the live API.PaymentMethod (planned)#
Saved payment methods table with add/remove flow. Card masking (last 4 + brand icon), primary-card indicator, add-new-card iframe (Stripe Elements / Razorpay Drop-in), delete confirmation dialog.
When will these ship?#
Each widget ships as a dedicated minor release. The schedule is driven by customer signal — the widget with the most pre-launch demand ships first. The public API stays locked across minors, so a future 0.x release ships a real PaymentMethod body without changing your prop interface.
After the remaining two bodies ship, the SDK promotes to 1.0.0 with a frozen v1 public surface and a 90-day deprecation period for any future breaking changes. See the for the full policy.
support@aforo.ai with your use case. We prioritize the body roadmap based on customer demand.