Browse Source

Extend personal finance tools

* Balance Pro
* PinkLion
pull/4698/head
Thomas Kaul 4 months ago
parent
commit
92e398c93b
  1. 20
      libs/common/src/lib/personal-finance-tools.ts

20
libs/common/src/lib/personal-finance-tools.ts

@ -53,6 +53,16 @@ export const personalFinanceTools: Product[] = [
origin: 'United States',
slogan: 'The Intelligent Family Office Suite'
},
{
founded: 2020,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'balance-pro',
name: 'Balance Pro',
origin: 'United States',
pricingPerYear: '$47.99',
slogan: 'The Smarter Way to Track Your Finances'
},
{
hasFreePlan: false,
hasSelfHostingAbility: true,
@ -571,6 +581,16 @@ export const personalFinanceTools: Product[] = [
origin: 'Singapore',
slogan: 'Feel in control of your money without spreadsheets or shame'
},
{
founded: 2022,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'pinklion',
name: 'PinkLion',
origin: 'Germany',
pricingPerYear: '€50',
slogan: 'Invest smarter, not harder'
},
{
founded: 2023,
hasFreePlan: true,

Loading…
Cancel
Save