Press J or click me!

Docs
Config

Config.ts

This is the backbone of the application and where you can easily configure it.

1.export const config = {2. formspree_id: 'your_formspree_id'3. reflio: {4. id: 'your_reflio_id',5. url: 'your_reflio_affiliate_url',6. },7. beehiiv_id: 'your_beehiiv_id',8. pricing_plans: [...9. ],10.};