|
|
@ -3,64 +3,127 @@ |
|
|
|
<div class="col"> |
|
|
|
<article> |
|
|
|
<div class="mb-4 text-center"> |
|
|
|
<h1 class="mb-1" i18n>Hello Ghostfolio</h1> |
|
|
|
<div class="text-muted"><small>27.07.2021</small></div> |
|
|
|
<h1 class="mb-1" i18n>Hello Ghostfolio 👋</h1> |
|
|
|
<div class="text-muted"><small>31.07.2021</small></div> |
|
|
|
</div> |
|
|
|
<section class="mb-4"> |
|
|
|
<p> |
|
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus |
|
|
|
ante elit, viverra at dui eget, faucibus vulputate lorem. Mauris sed |
|
|
|
neque eu enim malesuada pretium. Phasellus eu interdum nisl. Nulla |
|
|
|
sollicitudin est nec hendrerit blandit. Maecenas at porttitor purus, |
|
|
|
ac eleifend tellus. In non urna quis arcu congue fermentum sit amet |
|
|
|
eu odio. Duis vitae turpis mi. Donec porta a velit non laoreet. Ut |
|
|
|
auctor viverra magna, eu ultrices lacus lobortis sit amet. |
|
|
|
In this article I would like to introduce my new open source project |
|
|
|
in more detail: <a href="https://ghostfol.io">Ghostfolio</a>, a |
|
|
|
web-based personal finance management software. |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
<section class="mb-4"> |
|
|
|
<h2 class="h4">Praesent consequat dolor a commodo euismod</h2> |
|
|
|
<h2 class="h4">What problem does Ghostfolio solve?</h2> |
|
|
|
<p> |
|
|
|
Nunc tempor porttitor euismod. Nam auctor elit vel leo gravida, eu |
|
|
|
lobortis diam pharetra. Nam vulputate dui sit amet eros tristique |
|
|
|
fringilla. Donec consequat turpis non ultrices sollicitudin. In quis |
|
|
|
arcu eget ante dictum pharetra a et ex. Morbi et mauris ipsum. In ut |
|
|
|
cursus lectus. Sed rhoncus, nibh nec blandit vehicula, dui justo |
|
|
|
venenatis velit, non maximus nisl dui a sem. Aenean facilisis |
|
|
|
eleifend metus, in luctus risus finibus eget. Phasellus cursus |
|
|
|
efficitur felis, in mattis urna. Integer ut ipsum sit amet nisi |
|
|
|
vulputate vehicula. Mauris ut quam ut augue consequat auctor |
|
|
|
sagittis faucibus eros. Duis feugiat ligula eget nisi maximus, quis |
|
|
|
dapibus dolor molestie. Curabitur a enim ut ex ullamcorper consequat |
|
|
|
sed eget justo. Suspendisse id lorem est. Nam pretium metus at arcu |
|
|
|
venenatis rutrum. |
|
|
|
Due to rising inflation and negative interest rates, I have been |
|
|
|
looking for some time at how I can invest my assets in the most |
|
|
|
diversified way possible. Specifically, I follow a |
|
|
|
<a [routerLink]="['/resources']">buy and hold strategy</a> with |
|
|
|
investments in different asset classes spread across different |
|
|
|
platforms. Therefore, I was looking for an app that would |
|
|
|
holistically aggregate my portfolio. During my research on the |
|
|
|
internet and in app stores, I have tried several solutions, but none |
|
|
|
of them has convinced me completely: too complicated, too cluttered, |
|
|
|
not optimized for smartphones or not comprehensive enough. |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
<section class="mb-4"> |
|
|
|
<h2 class="h4">Curabitur eget urna scelerisque</h2> |
|
|
|
<h2 class="h4">The vision</h2> |
|
|
|
<p> |
|
|
|
Quisque lobortis mauris velit, vitae faucibus lorem placerat vitae. |
|
|
|
Nam finibus turpis eu nunc rutrum, ac mollis enim blandit. Phasellus |
|
|
|
eu nunc nulla. Vivamus gravida magna a odio efficitur eleifend. |
|
|
|
Integer mauris nisi, efficitur sit amet euismod ac, varius at dui. |
|
|
|
Aenean quis neque vitae diam dignissim vestibulum. Donec ut |
|
|
|
tincidunt nibh. Donec ut magna at leo laoreet dictum. Praesent |
|
|
|
porttitor orci et lacinia fermentum. Quisque viverra elit eu metus |
|
|
|
elementum egestas. Curabitur sollicitudin neque at sapien suscipit |
|
|
|
bibendum. Pellentesque quam purus, lacinia commodo lorem et, |
|
|
|
elementum pretium orci. |
|
|
|
It is particularly important to me that I get an overview of all my |
|
|
|
assets in real time. Previously, I only had the prepared figures |
|
|
|
available once a year, when I had completed my annual tax |
|
|
|
declaration. In addition to the cash balance in the savings account, |
|
|
|
the overall picture also includes country-specific traits such as |
|
|
|
the voluntary pension plan (pillar 3a) in Switzerland. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
In the meantime, I have talked to many colleagues who have been |
|
|
|
investing for a longer time. Quite a few have created complex |
|
|
|
spreadsheets from the same considerations. I think that should be |
|
|
|
better in 2021. |
|
|
|
</p> |
|
|
|
<div class="container my-4"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-10 offset-md-1"> |
|
|
|
<blockquote class="blockquote m-0"> |
|
|
|
<p class="mb-0"> |
|
|
|
Ghostfolio presents the big picture of assets to make the |
|
|
|
best possible investment decisions. |
|
|
|
</p> |
|
|
|
</blockquote> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<p> |
|
|
|
Ghostfolio is supposed to be a simple wealth management software. It |
|
|
|
presents the current assets at any time and supports the decision |
|
|
|
making of future investments. Whether rebalancing the portfolio in |
|
|
|
asset classes (stocks, cryptocurrencies, ETFs, etc.) or financing an |
|
|
|
apartment, Ghostfolio offers solid, data-driven decision support. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
As I value privacy, data protection is an integral part of |
|
|
|
Ghostfolio. As |
|
|
|
<a href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
>open source software</a |
|
|
|
> |
|
|
|
(OSS), Ghostfolio can be used completely anonymously, without the |
|
|
|
greedy eyes of big banks or big tech. |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
<section class="mb-4"> |
|
|
|
<h2 class="h4">From idea to implementation</h2> |
|
|
|
<p> |
|
|
|
With this background I have started the ambitious project and |
|
|
|
programmed with small steps a software that I could quickly use for |
|
|
|
myself. As a stack, I chose modern web technologies that are |
|
|
|
personally of particular interest or that I would like to learn and |
|
|
|
deepen. These include <a href="https://www.docker.com">Docker</a>, |
|
|
|
<a href="https://nx.dev">Nx</a> for the management of the monorepo, |
|
|
|
<a href="https://nestjs.com">NestJS</a> for the backend and |
|
|
|
<a href="https://www.postgresql.org">PostgreSQL</a> as a database. |
|
|
|
The code of the frontend and backend is written in |
|
|
|
<a href="https://www.typescriptlang.org">TypeScript</a>. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
Since I have shortly reached my limits with some calculations, I |
|
|
|
have looked into different possibilities to get valuable support. |
|
|
|
Hoping that other people could also benefit from the solution and |
|
|
|
contribute with improvements if interested, I have released the |
|
|
|
existing code as open source software. Very soon, other |
|
|
|
<a |
|
|
|
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors" |
|
|
|
>developers</a |
|
|
|
> |
|
|
|
contributed to Ghostfolio with great enhancements. |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
<section class="mb-4"> |
|
|
|
<h2 class="h4">Vestibulum vulputate blandit lacinia</h2> |
|
|
|
<h2 class="h4">How can I support the project?</h2> |
|
|
|
<p> |
|
|
|
Are you also obsessed with a maximally diversified investment |
|
|
|
strategy? I'm happy for everyone who tries Ghostfolio. Are you |
|
|
|
convinced of its potential? Any support for Ghostfolio is welcome. |
|
|
|
Be it with a |
|
|
|
<a href="https://ghostfol.io/pricing">Ghostfolio Premium</a> |
|
|
|
Subscription to finance the hosting, a positive rating in the |
|
|
|
<a |
|
|
|
href="https://play.google.com/store/apps/details?id=ch.dotsilver.ghostfolio.twa" |
|
|
|
>Google Play Store</a |
|
|
|
>, a star on |
|
|
|
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>, |
|
|
|
feedback, bug reports, feature requests and of course contributions! |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
You can reach me by email at |
|
|
|
<a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a> or on Twitter |
|
|
|
<a href="https://twitter.com/ghostfolio_">@ghostfolio_</a>. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
Nullam feugiat, est non posuere imperdiet, nibh velit volutpat nisi, |
|
|
|
sit amet pellentesque purus massa id quam. Aliquam gravida vel |
|
|
|
tortor ut tincidunt. Vestibulum nisl leo, fringilla nec tempor eu, |
|
|
|
commodo nec felis. Etiam eros augue, consectetur vitae imperdiet |
|
|
|
vel, commodo non augue. Donec scelerisque mauris eu neque pulvinar, |
|
|
|
nec interdum ligula ornare. Proin sodales pretium imperdiet. Vivamus |
|
|
|
luctus leo sed diam accumsan rhoncus. Suspendisse dictum quam eu |
|
|
|
nibh feugiat euismod. Suspendisse ornare ac nulla non imperdiet. |
|
|
|
I look forward to hearing from you.<br /> |
|
|
|
Thomas from Ghostfolio |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
<section class="my-5"> |
|
|
|