plasalid 0.6.7 → 0.6.10

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 CHANGED
@@ -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
+ ![](https://github.com/phureewat29/plasalid/.github/plasalid-demo.gif)
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.
@@ -1,18 +1,20 @@
1
1
  import { useEffect, useMemo, useState } from "react";
2
2
  import chalk from "chalk";
3
3
  const HINTS = [
4
- "try: what's my net worth?",
5
- "try: am I spending more than I earn?",
6
- "try: how much did I save last month?",
7
- "try: where did my money go last month?",
8
- "try: biggest expense this month?",
9
- "try: top spending categories this month?",
10
- "try: total credit card debt?",
11
- "try: next bill due?",
12
- "try: list my subscriptions",
13
- "try: how much liquid cash do I have?",
14
- "try: net worth trend this year?",
15
- "try: open unknowns from last scan?",
4
+ "try: what's my net worth, and where is most of it sitting?",
5
+ "try: how many months could I live off my savings if income stopped today?",
6
+ "try: am I saving more this year than last?",
7
+ "try: which debt costs me the most each month in interest?",
8
+ "try: at my current pace, when am I credit-card-free?",
9
+ "try: what's my savings rate this year?",
10
+ "try: at this savings rate, how far am I from retiring?",
11
+ "try: any subscriptions I probably haven't used in months?",
12
+ "try: how much of my spend is fixed vs variable?",
13
+ "try: which category jumped the most this quarter?",
14
+ "try: this month vs last month — what changed?",
15
+ "try: am I building wealth faster than I'm burning it?",
16
+ "try: if I throw an extra ฿5k a month at my highest-rate debt, when am I done?",
17
+ "try: which account is doing the heavy lifting on my net worth growth?",
16
18
  ];
17
19
  export function useFooterText(db) {
18
20
  const [tick, setTick] = useState(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plasalid",
3
- "version": "0.6.7",
3
+ "version": "0.6.10",
4
4
  "description": "Plasalid — The Harness Layer for Personal Finance",
5
5
  "keywords": [
6
6
  "finance",