-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.html
More file actions
53 lines (52 loc) · 3.3 KB
/
Copy pathdashboard.html
File metadata and controls
53 lines (52 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html><html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Plutus — provider credit monitor</title>
<style>
:root{--bg:#0d0f14;--card:#161a23;--line:#252b38;--txt:#e8eaf0;--dim:#8b93a7;--gold:#e9c46a;--green:#2dd4a7;--red:#ef6461}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--txt);font:15px/1.5 ui-sans-serif,system-ui,Segoe UI,Roboto,sans-serif}
.wrap{max-width:1040px;margin:0 auto;padding:32px 20px}
h1{font-size:26px;margin:0;color:var(--gold);letter-spacing:.5px}
h1 span{color:var(--dim);font-size:14px;font-weight:400;margin-left:10px}
.sub{color:var(--dim);font-size:13px;margin:4px 0 24px}
table{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden}
th,td{padding:12px 14px;text-align:right;border-bottom:1px solid var(--line)}
th{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--dim);font-weight:600;background:#11141c}
th:first-child,td:first-child{text-align:left}
.num{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.big{font-size:16px;color:var(--gold)}
.prov{font-weight:600}
.b{font-size:10px;padding:2px 7px;border-radius:20px;background:#222838;color:var(--dim);margin-left:8px;vertical-align:middle}
.b.live{background:rgba(45,212,167,.15);color:var(--green)}
tr.live .big{color:var(--green)}
tr.warn td{background:rgba(239,100,97,.06)}
tr.warn .num{color:var(--red)}
tfoot td{font-weight:700;background:#11141c;border-bottom:none}
.note{color:var(--gold);font-size:13px}
.legend{color:var(--dim);font-size:12px;margin-top:16px}
</style></head><body><div class="wrap">
<h1>Plutus <span>god of wealth · provider credit monitor</span></h1>
<p class="sub">generated 2026-06-19 20:28:40</p>
<table><thead><tr>
<th>Provider</th><th>Balance</th><th>Remaining</th><th>Today</th><th>7d</th><th>30d</th><th>All-time</th><th>$/day</th><th>Days left</th>
</tr></thead><tbody>
<tr class="live">
<td class="prov">deepseek <span class="b live">LIVE</span></td>
<td class="num big">$57.20</td><td class="num">—</td>
<td class="num">$13.37</td><td class="num">$67.63</td>
<td class="num">$157.51</td><td class="num">$157.51</td>
<td class="num">$9.66</td><td class="num">6</td></tr><tr class="">
<td class="prov">anthropic <span class="b">ledger</span></td>
<td class="num big">—</td><td class="num">—</td>
<td class="num">$43.61</td><td class="num">$43.61</td>
<td class="num">$43.61</td><td class="num">$43.61</td>
<td class="num">$6.23</td><td class="num">∞</td></tr><tr class="">
<td class="prov">google <span class="b">ledger</span></td>
<td class="num big">—</td><td class="num">—</td>
<td class="num">$0.01</td><td class="num">$0.15</td>
<td class="num">$0.15</td><td class="num">$0.15</td>
<td class="num">$0.02</td><td class="num">∞</td></tr>
</tbody><tfoot><tr><td>Total</td><td></td><td></td>
<td class="num">$56.99</td><td class="num">$111.40</td>
<td class="num">$201.28</td><td class="num">$201.28</td><td></td><td></td></tr></tfoot></table>
<p class="legend"><b>LIVE</b> = real balance pulled from the provider API · <b>Remaining</b> = budget − all-time ledger spend (set budgets in plutus.budgets.json) · <b>$/day</b> = trailing 7-day burn · <b>Days left</b> = balance ÷ burn.</p>
</div></body></html>