Browse Source

Feature/extend personal finance tools 20251220 (#6087)

* Add BlueBudget, Moneyspire and Pennies
pull/5998/merge
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
61ef2631f9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 25
      libs/common/src/lib/personal-finance-tools.ts

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

@ -107,6 +107,15 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$100',
slogan: 'Stock Portfolio Tracker for Smart Investors'
},
{
founded: 2024,
hasSelfHostingAbility: false,
key: 'bluebudget',
languages: ['Deutsch', 'English', 'Français', 'Italiano'],
name: 'BlueBudget',
origin: 'Switzerland',
slogan: 'Schweizer Budget App für einfache & smarte Budgetplanung'
},
{
key: 'budgetpulse',
name: 'BudgetPulse',
@ -641,6 +650,15 @@ export const personalFinanceTools: Product[] = [
origin: 'Germany',
slogan: 'Dein smarter Finance Assistant'
},
{
founded: 2007,
key: 'moneyspire',
name: 'Moneyspire',
note: 'License is a perpetual license',
origin: 'United States',
pricingPerYear: '$59.99',
slogan: 'Have total control of your financial life'
},
{
key: 'moneywiz',
name: 'MoneyWiz',
@ -716,6 +734,13 @@ export const personalFinanceTools: Product[] = [
origin: 'Singapore',
slogan: 'Feel in control of your money without spreadsheets or shame'
},
{
key: 'pennies',
name: 'Pennies',
origin: 'United States',
pricingPerYear: '$39.99',
slogan: 'Your money. Made simple.'
},
{
founded: 2022,
hasFreePlan: true,

Loading…
Cancel
Save