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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. 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 is likely powered by a hidden 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.
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 documents
36
+ ### Unified ledger from any financial document
37
37
 
38
- - **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.
39
- - **No aggregator, no per-bank login.** The picture assembles itself from documents you already receive each month. No manual entry. No fragile connector to maintain.
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
- ### Build in AI agent that queries your real data
41
+ ### Built-in AI agent that queries your real data
42
42
 
43
- - **Ask in plain language.** "Which subscriptions are still active?" "Where did money go last month?" "How much did I spend at Starbucks this year?" "What's my net worth right now?"
44
- - **Answers from actual records.** Figures, dates, and merchants are drawn straight from double-entry ledger never an estimate, never invented.
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
- - **Everything runs on your machine.** AES-256-encrypted SQLite ledger. Fully encrypted sensitive data. No cloud aggregator, no upstream account, no third-party can touch your data.
49
- - **PII redacted on the way out.** Your names, your identity, phone numbers, and full account/card numbers are scrubbed before any prompt leaves your machine.
50
- - **Pluggable AI provider.** Anthropic, or any OpenAI compatible local model pick at setup; local models keep inference 100% offline.
51
- - **A harness layer for AI agents.** Plasalid's standard double-entry ledger is the baseline data layer open for extensibility by design.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plasalid",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "description": "Plasalid — The Harness Layer for Personal Finance",
5
5
  "keywords": [
6
6
  "finance",