autumn-billing-page
Installation
SKILL.md
Build Your Billing Page
Software applications typically ship with a billing page. This allows customers to change plan, cancel subscription and view their usage.
Your Autumn configuration is in
autumn.config.ts. If it doesn't exist, runnpx atmn initto log in and generate the file.
Step 1: Detect Integration Type
Check if the codebase already has Autumn set up:
- If there's an
AutumnProviderandautumnHandlermounted: Path A: React - If there's just an
Autumnclient initialized: Path B: Backend SDK
Before implementing:
- Tell the user which path you'll follow before proceeding.
- Tell them you will be building billing page components, and ask for any guidance or input.