plasalid 0.3.3 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  Plasalid lets you actually *talk* to your money. Drop your bank and credit-card statement PDFs into a folder. Plasalid scans every transaction, every balance, every late fee into a double-entry database on your own machine. Then you chat with it — an AI that's read every line and tells you, sharply and proactively, what's going on. Local, private, yours.
15
15
 
16
- Plasalid exists because in markets like Thailand there's no Plaid. In the US, a single API gives apps a live view of every balance and transaction across all your accounts — one complete picture of your money. In Thailand, knowing where you stand means logging into five different bank apps in sequence and opening password-protected statement PDFs one by one. Most people just don't bother. And most people can't afford a financial advisor to do it for them either.
16
+ Plasalid exists because in markets like Thailand there's no Plaid. In the US, a single API gives apps a live view of every balance and transaction across all your accounts — one complete picture of your money. In Thailand, knowing where you stand means logging into five different bank apps in sequence one by one. Most people just don't bother. And most people can't afford a financial advisor to do it for them either. The result is people fly blind with their own money — and grow careless with it. Bills slip past, small leaks compound, and the first real look tends to come after something has already gone wrong.
17
17
 
18
- Personal finance isn't taught well in Thai schools. Fee-based advisors are out of reach for most households. The loudest "advice" channels are bank salespeople pitching their employer's products. The result: over **5 million Thais** are already flagged as non-performing borrowers, and a generation that wants to manage money better has nowhere accessible to learn how. Plasalid's bet is that capable AI changes that. The same intelligence that reads your statements can explain what the numbers mean. It flags what's about to go wrong. It coaches you through real decisions — debt, budget, savings.
18
+ In addition, personal finance isn't taught well in Thai schools. Fee-based advisors are out of reach for most households. The loudest "advice" channels are bank salespeople pitching their employer's products. The result: over **5 million Thais** are already flagged as non-performing borrowers, and a generation that wants to manage money better has nowhere accessible to learn how. Plasalid's bet is that capable AI changes that. The same intelligence that reads your statements can explain what the numbers mean. It flags what's about to go wrong. It coaches you through real decisions — debt, budget, savings.
19
19
 
20
20
  And when survival isn't the question anymore, the same Plasalid can scales up with you. Saving for a trip. Building an emergency fund. Choosing investments. Planning a down payment or retirement. Working toward the freedom to walk away from a bad job. From getting out of debt to financial freedom, Plasalid grows with you.
21
21
 
@@ -46,7 +46,7 @@ And when survival isn't the question anymore, the same Plasalid can scales up wi
46
46
 
47
47
  - **Double-entry bookkeeping** — Every transaction balances enforced by standard double-entry accounting.
48
48
  - **Account metadata preserved** — Bank, masked number, statement day, due day, points.
49
- - **Dates normalized** — ISO Gregorian; Buddhist-Era dates converted automatically.
49
+ - **Dates normalized** — ISO Gregorian; Localization dates converted automatically.
50
50
  - **Reconcile pass** — `plasalid reconcile` surfaces duplicate entries, similar accounts, and unused accounts; merges, renames, and deletes happen only after explicit confirmation. `--dry-run` previews without writing.
51
51
 
52
52
  ### Your data never leaves your machine
@@ -72,7 +72,7 @@ plasalid setup
72
72
 
73
73
  Then:
74
74
 
75
- 1. Drop any PDFs anywhere under `~/.plasalid/data/`. Subfolders are allowed but not interpretedthe AI infers account type from the document.
75
+ 1. Run `plasalid open` to pop open your data folder in Finder/Explorer, then drag in any bank or credit-card statement PDF you've got. **One file is enough to start** Plasalid will already give you useful answers about that account. More files make the picture richer.
76
76
  2. Run `plasalid scan` and answer any clarifying questions inline.
77
77
  3. Run `plasalid` to chat with what was scanned.
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plasalid",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "A local-first AI that reads every line of your transactions and coaches you the best move.",
5
5
  "keywords": [
6
6
  "finance",