Press J or click me!

Docs
Pricing

Pricing

In the config.ts file, you have the flexibility to adjust different pricing parameters to suit your needs.
Make sure to set up the config for the component to work properly.
1.{2. name: 'Supporter',3. price: 149,4. price_anchor: 249,5. features: [6. {7. name: 'NextJS Integration',8. disabled: false,9. },10. {11. name: 'Reflio Referrals System',12. disabled: false,13. },14. {15. name: 'Custom Shadcn/UI Component',16. disabled: false,17. },18. // ... (similar structure for other features)19. ],20. highlighted: true,21. button_text: 'your_button_text',22. url: 'your_full_stripe_url',23.}