Browse Source

Task/extend personal finance tools (20260619) (#7071)

Extend personal finance tools
pull/7072/head^2
Thomas Kaul 3 days ago
committed by GitHub
parent
commit
cb34c4bc5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 79
      libs/common/src/lib/personal-finance-tools.ts

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

@ -1,6 +1,17 @@
import { Product } from '@ghostfolio/common/interfaces';
export const personalFinanceTools: Product[] = [
{
hasFreePlan: true,
hasSelfHostingAbility: true,
key: 'acemoney',
name: 'AceMoney',
note: 'License is a perpetual license',
origin: 'US',
pricingPerYear: '$44.95',
slogan: 'Lifetime Personal Finance Control, One Single Payment.',
url: 'https://www.mechcad.net'
},
{
founded: 2023,
hasSelfHostingAbility: false,
@ -361,6 +372,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'Your financial superpower',
url: 'https://www.etops.com'
},
{
founded: 2015,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'everydollar',
name: 'EveryDollar',
origin: 'US',
slogan: 'Plan, track, find more margin',
url: 'https://www.ramseysolutions.com/money/everydollar'
},
{
founded: 2020,
hasFreePlan: true,
@ -497,6 +518,17 @@ export const personalFinanceTools: Product[] = [
slogan: 'Take control over your investments',
url: 'https://www.folishare.com'
},
{
founded: 1993,
hasSelfHostingAbility: true,
key: 'fund-manager',
name: 'Fund Manager',
note: 'License is a perpetual license',
origin: 'US',
pricingPerYear: '$99',
slogan: 'Powerful portfolio management software',
url: 'https://www.fundmanagersoftware.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
@ -528,6 +560,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Portfolio Tracker, Analysis & Community',
url: 'https://www.getquin.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'goodbudget',
name: 'Goodbudget',
origin: 'US',
slogan: 'Budget with a why',
url: 'https://goodbudget.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: false,
@ -665,6 +706,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'Sustainability insights for wealth managers',
url: 'https://leafs.ch'
},
{
founded: 2020,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'lunch-money',
name: 'Lunch Money',
origin: 'CA',
slogan: 'Delightfully simple personal finance and budgeting',
url: 'https://lunchmoney.app'
},
{
founded: 2018,
hasFreePlan: false,
@ -725,6 +776,16 @@ export const personalFinanceTools: Product[] = [
slogan: 'The smartest way to track your crypto',
url: 'https://www.merlincrypto.com'
},
{
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'mezzi',
name: 'Mezzi',
origin: 'US',
pricingPerYear: '$48',
slogan: 'Self-manage your wealth. Get fiduciary advice.',
url: 'https://www.mezzi.com'
},
{
founded: 1991,
hasSelfHostingAbility: true,
@ -776,6 +837,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Have total control of your financial life',
url: 'https://www.moneyspire.com'
},
{
hasFreePlan: true,
hasSelfHostingAbility: true,
key: 'moneywell',
name: 'MoneyWell',
origin: 'US',
slogan: 'Personal Budgeting Software for Mac and iOS',
url: 'https://moneywell.app'
},
{
key: 'moneywiz',
name: 'MoneyWiz',
@ -1109,6 +1179,15 @@ export const personalFinanceTools: Product[] = [
slogan: 'Stock Portfolio Tracker',
url: 'https://simpleportfolio.app'
},
{
founded: 2020,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'simplifi',
name: 'Simplifi by Quicken',
origin: 'US',
url: 'https://www.quicken.com/products/simplifi'
},
{
founded: 2014,
hasFreePlan: true,

Loading…
Cancel
Save