plasalid 0.6.6 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
|
|
16
16
|
<br />
|
|
17
17
|
|
|
18
|
-
In the US
|
|
18
|
+
In the US/EU, a financial data aggregator like Plaid empowers most finance apps: one connection, and every app sees the same unified view of your accounts. Most of the world doesn't have that, including Thailand, where there's no such aggregator platform. All bank data is siloed: to know where your financial status stands means logging into five bank apps one by one. Creating a unified view of personal financial data is very challenging.
|
|
19
19
|
|
|
20
|
-
That's why Plasalid emerged to resolve this
|
|
20
|
+
That's why Plasalid emerged to resolve this pain point. Your data has stayed fragmented for decades, with no way to bring it together. You can't manage a mortgage effectively without the full picture, and you may be completely blind to your recurring monthly income and expenses. Subscriptions stay active long after they're forgotten, unknown charges go unverified, bank accounts opened years ago drift unchecked, and unexpected spending may silently grow beyond what any single statement shows. When your finances are hard to manage, your life definitely becomes more difficult. Your plans toward financial stability or freedom slip further out of reach. Plasalid is built to solve this.
|
|
21
21
|
|
|
22
22
|
Plasalid addresses this with a simple founding concept: let users drop all their financial documents — bank statements, credit-card statements, payslips, brokerage statements — onto their own machine, where Plasalid leverages AI to extract every transaction, balance, and holding into a single, structured, double-entry database that serves as context for future processing.
|
|
23
23
|
|
|
@@ -25,8 +25,15 @@ Moreover, Plasalid comes with a built-in agentic chat that queries the data dire
|
|
|
25
25
|
|
|
26
26
|
The data ledger also serves as a harness, open to any AI agent that connects to it, so the picture you assemble once is reusable across whatever tools you choose to use.
|
|
27
27
|
|
|
28
|
+
<p align="center">
|
|
29
|
+
<img src=".github/plasalid-demo.gif" alt="demo" width="100%" />
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
|
|
28
33
|
## Features
|
|
29
34
|
|
|
35
|
+

|
|
36
|
+
|
|
30
37
|
### Unified ledger from any financial documents
|
|
31
38
|
|
|
32
39
|
- **Drop PDFs, get a complete ledger.** Bank statements, credit-card statements, payslips, brokerage statements, and etc. — Plasalid uses AI to parse every transaction, balance, and holding into double-entry ledger.
|