|
@ -107,7 +107,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
key: 'capitally', |
|
|
key: 'capitally', |
|
|
name: 'Capitally', |
|
|
name: 'Capitally', |
|
|
origin: 'Poland', |
|
|
origin: 'Poland', |
|
|
pricingPerYear: '€50', |
|
|
pricingPerYear: '€80', |
|
|
slogan: 'Optimize your investments performance' |
|
|
slogan: 'Optimize your investments performance' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -163,7 +163,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
key: 'copilot-money', |
|
|
key: 'copilot-money', |
|
|
name: 'Copilot Money', |
|
|
name: 'Copilot Money', |
|
|
origin: 'United States', |
|
|
origin: 'United States', |
|
|
pricingPerYear: '$70', |
|
|
pricingPerYear: '$95', |
|
|
slogan: 'Do money better with Copilot' |
|
|
slogan: 'Do money better with Copilot' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -364,6 +364,24 @@ export const personalFinanceTools: Product[] = [ |
|
|
pricingPerYear: '$65', |
|
|
pricingPerYear: '$65', |
|
|
slogan: 'Take control over your investments' |
|
|
slogan: 'Take control over your investments' |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
hasFreePlan: true, |
|
|
|
|
|
hasSelfHostingAbility: false, |
|
|
|
|
|
key: 'gasti', |
|
|
|
|
|
languages: [ |
|
|
|
|
|
'Deutsch', |
|
|
|
|
|
'English', |
|
|
|
|
|
'Español', |
|
|
|
|
|
'Français', |
|
|
|
|
|
'Italiano', |
|
|
|
|
|
'Português' |
|
|
|
|
|
], |
|
|
|
|
|
name: 'Gasti', |
|
|
|
|
|
origin: 'Argentina', |
|
|
|
|
|
pricingPerYear: '$60', |
|
|
|
|
|
regions: ['Global'], |
|
|
|
|
|
slogan: 'Take control of your finances from WhatsApp' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
founded: 2020, |
|
|
founded: 2020, |
|
|
hasFreePlan: true, |
|
|
hasFreePlan: true, |
|
@ -450,7 +468,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
key: 'kubera', |
|
|
key: 'kubera', |
|
|
name: 'Kubera®', |
|
|
name: 'Kubera®', |
|
|
origin: 'United States', |
|
|
origin: 'United States', |
|
|
pricingPerYear: '$150', |
|
|
pricingPerYear: '$249', |
|
|
slogan: 'The Time Machine for your Net Worth' |
|
|
slogan: 'The Time Machine for your Net Worth' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -493,7 +511,10 @@ export const personalFinanceTools: Product[] = [ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
founded: 2021, |
|
|
founded: 2021, |
|
|
|
|
|
hasFreePlan: false, |
|
|
|
|
|
hasSelfHostingAbility: true, |
|
|
isArchived: true, |
|
|
isArchived: true, |
|
|
|
|
|
isOpenSource: true, |
|
|
key: 'maybe-finance', |
|
|
key: 'maybe-finance', |
|
|
languages: ['English'], |
|
|
languages: ['English'], |
|
|
name: 'Maybe Finance', |
|
|
name: 'Maybe Finance', |
|
@ -609,7 +630,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
name: 'Parqet', |
|
|
name: 'Parqet', |
|
|
note: 'Originally named as Tresor One', |
|
|
note: 'Originally named as Tresor One', |
|
|
origin: 'Germany', |
|
|
origin: 'Germany', |
|
|
pricingPerYear: '€88', |
|
|
pricingPerYear: '€99.99', |
|
|
regions: ['Austria', 'Germany', 'Switzerland'], |
|
|
regions: ['Austria', 'Germany', 'Switzerland'], |
|
|
slogan: 'Dein Vermögen immer im Blick' |
|
|
slogan: 'Dein Vermögen immer im Blick' |
|
|
}, |
|
|
}, |
|
@ -989,7 +1010,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
key: 'ynab', |
|
|
key: 'ynab', |
|
|
name: 'YNAB (You Need a Budget)', |
|
|
name: 'YNAB (You Need a Budget)', |
|
|
origin: 'United States', |
|
|
origin: 'United States', |
|
|
pricingPerYear: '$99', |
|
|
pricingPerYear: '$109', |
|
|
slogan: 'Change Your Relationship With Money' |
|
|
slogan: 'Change Your Relationship With Money' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -999,7 +1020,7 @@ export const personalFinanceTools: Product[] = [ |
|
|
key: 'ziggma', |
|
|
key: 'ziggma', |
|
|
name: 'Ziggma', |
|
|
name: 'Ziggma', |
|
|
origin: 'United States', |
|
|
origin: 'United States', |
|
|
pricingPerYear: '$90', |
|
|
pricingPerYear: '$84', |
|
|
slogan: 'Your solution for investing success' |
|
|
slogan: 'Your solution for investing success' |
|
|
} |
|
|
} |
|
|
]; |
|
|
]; |
|
|