plasalid 0.7.4 → 0.7.6
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 +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<br />
|
|
17
17
|
|
|
18
|
-
In US and Europe, the most of financial apps
|
|
18
|
+
In US and Europe, the most of financial apps are likely powered by aggregators engine like Plaid. You can link your bank accounts once and see your entire financial life in one place. But for most of the world, Thailand included, that infrastructure simply does not exist.
|
|
19
19
|
|
|
20
20
|
Your data is locked in bank silos. Tracking your net worth means logging into half a dozen apps and crunching the numbers manually. This fragmentation creates massive blind spots. Subscriptions are forgotten, strange charges go unnoticed, and planning for big financial goals becomes a guessing game.
|
|
21
21
|
|
|
@@ -33,22 +33,22 @@ We also built strict boundaries around your privacy. The database is encrypted l
|
|
|
33
33
|
|
|
34
34
|
## Features
|
|
35
35
|
|
|
36
|
-
### Unified ledger from any financial
|
|
36
|
+
### Unified ledger from any financial document
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
* **Drop PDFs, get a complete ledger.** Just drag in your bank statements, credit card bills, payslips, or brokerage summaries. Plasalid uses AI to extract every transaction, balance, and holding straight into a double-entry database.
|
|
39
|
+
* **No aggregators or per-bank logins.** The big picture builds itself from the documents you already get every month. Zero manual data entry and no fragile bank connectors to maintain.
|
|
40
40
|
|
|
41
|
-
###
|
|
41
|
+
### Built-in AI agent that queries your real data
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
* **Ask in plain English.** Type questions like "Which subscriptions are still active?", "Where did my money go last month?", or "What is my net worth right now?".
|
|
44
|
+
* **Answers from actual records.** The dates, merchants, and numbers are pulled directly from your ledger. You get hard facts. Nothing is estimated and nothing is invented.
|
|
45
45
|
|
|
46
|
-
### Local-first, private, and open as harness
|
|
46
|
+
### Local-first, private, and open as a harness
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
* **Everything runs on your machine.** Your ledger is stored in an AES-256 encrypted SQLite database. There are no cloud aggregators or upstream accounts. No third party ever touches your data.
|
|
49
|
+
* **PII redacted by default.** Your name, phone numbers, and full account details are completely scrubbed before any prompt leaves your hardware.
|
|
50
|
+
* **Bring your own AI.** Choose Anthropic or any OpenAI-compatible local model during setup. If you run a local model, your setup stays 100% private and offline.
|
|
51
|
+
* **A harness layer for AI agents.** The structured ledger acts as your baseline data layer. It is designed to be open and ready for any external tools you want to plug in.
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
## Install
|