Browse Source

Task/extend personal finance tools 20260302 (#6464)

* Extend personal finance tools
main
Thomas Kaul 8 hours ago
committed by GitHub
parent
commit
9bd4fe53ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 40
      libs/common/src/lib/personal-finance-tools.ts

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

@ -33,6 +33,15 @@ export const personalFinanceTools: Product[] = [
origin: 'Switzerland',
slogan: 'Simplicity for Complex Wealth'
},
{
founded: 2018,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'altruist',
name: 'Altruist',
origin: 'United States',
slogan: 'The wealth platform built for independent advisors'
},
{
founded: 2023,
hasFreePlan: false,
@ -116,6 +125,17 @@ export const personalFinanceTools: Product[] = [
origin: 'Switzerland',
slogan: 'Schweizer Budget App für einfache & smarte Budgetplanung'
},
{
founded: 2015,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'boldin',
name: 'Boldin',
note: 'Originally named as NewRetirement',
origin: 'United States',
pricingPerYear: '$144',
slogan: 'Take control with retirement planning tools that begin with you'
},
{
key: 'budgetpulse',
name: 'BudgetPulse',
@ -841,6 +861,16 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$108',
slogan: 'Build Financial Plans You Love.'
},
{
founded: 2022,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'prostocktracker',
name: 'Pro Stock Tracker',
origin: 'United Kingdom',
pricingPerYear: '$60',
slogan: 'The stock portfolio tracker built for long-term investors'
},
{
founded: 2015,
hasSelfHostingAbility: false,
@ -1014,6 +1044,16 @@ export const personalFinanceTools: Product[] = [
regions: ['Austria', 'Germany', 'Switzerland'],
slogan: 'Dein Vermögen immer im Blick'
},
{
founded: 2025,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'turbobulls',
name: 'Turbobulls',
origin: 'Romania',
pricingPerYear: '€39.99',
slogan: 'Your complete financial dashboard. Actually private.'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,

Loading…
Cancel
Save