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, run npx atmn init to log in and generate the file.

Step 1: Detect Integration Type

Check if the codebase already has Autumn set up:

  • If there's an AutumnProvider and autumnHandler mounted: Path A: React
  • If there's just an Autumn client initialized: Path B: Backend SDK

Before implementing:

  1. Tell the user which path you'll follow before proceeding.
  2. Tell them you will be building billing page components, and ask for any guidance or input.

Installs
1
GitHub Stars
2.7K
First Seen
3 days ago
autumn-billing-page — useautumn/autumn