<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://gilt.money/feed.xml" rel="self" type="application/atom+xml" /><link href="https://gilt.money/" rel="alternate" type="text/html" /><updated>2026-09-08T11:11:05+00:00</updated><id>https://gilt.money/feed.xml</id><title type="html">Gilt</title><subtitle>A private expense and budget tracker for iPhone.</subtitle><entry><title type="html">Import any bank statement using AI you already have</title><link href="https://gilt.money/blog/import-bank-statement-with-ai.html" rel="alternate" type="text/html" title="Import any bank statement using AI you already have" /><published>2026-07-19T12:00:00+00:00</published><updated>2026-07-19T12:00:00+00:00</updated><id>https://gilt.money/blog/import-bank-statement-with-ai</id><content type="html" xml:base="https://gilt.money/blog/import-bank-statement-with-ai.html"><![CDATA[<p>Every budget app faces the same cold-start problem: your financial life already exists, in a bank, as months of transactions — and typing it in by hand is where most people give up. The industry's standard answer is “connect your bank,” which quietly means handing your online-banking credentials to a third-party aggregator and letting your transaction history flow through servers you've never heard of.</p>
<p>There's a better way, and it became possible only recently: <strong>the AI assistant you already use is extremely good at reading bank statements.</strong></p>
<h2>The idea</h2>
<p>Any bank in the world can export a statement — PDF, CSV, sometimes Excel. Those files are messy and every bank formats them differently, which is exactly the kind of unstructured-to-structured problem modern AI models solve in seconds. So instead of building fragile bank integrations, Gilt does something simpler:</p>
<ul class="checks">
<li>Gilt gives you a <strong>prepared prompt</strong> that describes precisely the file format it can verify and import — columns, dates, currencies, signs.</li>
<li>You hand that prompt, together with your statement, to <strong>your own AI</strong> — Claude, ChatGPT, whichever assistant you already have, in their app, under your account.</li>
<li>The AI returns a structured file. Gilt <strong>validates every row</strong> — dates, amounts, duplicates, balances — and shows you the result for review before a single transaction is saved.</li>
</ul>
<h2>Why this is more private than “connecting your bank”</h2>
<p>Bank-linking flows route your data through an aggregator's infrastructure and often require your actual banking credentials. With the bring-your-own-AI approach, exactly two parties see your statement: your bank, which already has it, and the AI provider <em>you</em> chose and already trust with your questions. Gilt's own app makes zero network calls to any AI service — it just verifies a file that never leaves your phone.</p>
<h2>Why it's more universal</h2>
<p>Aggregators cover a few thousand banks, mostly in the US and Western Europe. Statements exist everywhere. A small bank in Armenia, a neobank in Brazil, a credit union with a website from 2009 — if it can produce a PDF, this works. That's not a corner case; for most of the world, it's the only way any budget app will ever import their data.</p>
<h2>What review-before-save looks like</h2>
<p>AI models are good, but “good” isn't “trusted with your ledger.” That's why the import screen shows every parsed transaction — amount, date, category suggestion — and nothing is written until you confirm. Bad row? Fix or skip it. The AI does the tedious part; you keep the authority.</p>
<h2>Six statements, six accounts, one evening</h2>
<p>In practice, importing a year of history across several accounts takes an evening of coffee-length sessions: export statement, paste prompt, drop the file back into Gilt, review, done. Compare that to retyping a thousand transactions — or to giving a data broker your bank password.</p>

<div class="dark"><h2>Gilt is on the App Store</h2><p>Every plan starts with a free 14-day trial — no account, no tracking, your data stays in your own iCloud.</p><p><a class="btn" href="https://apps.apple.com/app/id6790835958">Download Gilt</a></p></div>]]></content><author><name></name></author><summary type="html"><![CDATA[A practical guide to importing bank statements without bank logins or aggregators — using Claude, ChatGPT or any AI assistant you already use.]]></summary></entry><entry><title type="html">What “no servers” really means for your money</title><link href="https://gilt.money/blog/what-no-servers-means.html" rel="alternate" type="text/html" title="What “no servers” really means for your money" /><published>2026-07-19T11:00:00+00:00</published><updated>2026-07-19T11:00:00+00:00</updated><id>https://gilt.money/blog/what-no-servers-means</id><content type="html" xml:base="https://gilt.money/blog/what-no-servers-means.html"><![CDATA[<p>Every app's privacy policy says your data is safe. The document is easy to write and easy to change. Architecture is neither — and that's why the most meaningful privacy statement a finance app can make isn't a promise. It's a property: <strong>there is no server.</strong></p>
<h2>Two ways to build a finance app</h2>
<p>The standard way: your transactions sync to the company's backend, where they power features, analytics — and, at many free apps, monetization. You are trusting an unending series of decisions by people you'll never meet: every engineer with production access, every acquisition, every “update to our privacy policy” email.</p>
<p>The other way: the app stores data on your device and syncs it through <em>your own</em> cloud account — for iPhone, that's your personal iCloud with its CloudKit private database. The developer operates nothing. There's no admin panel where your spending exists, no database to breach, nothing to subpoena, nothing to sell.</p>
<h2>“We can't” beats “we won't”</h2>
<ul class="checks">
<li><strong>Breaches:</strong> you can't leak a database you don't have. Your data's security becomes Apple's iCloud security — audited at a scale no indie backend can match.</li>
<li><strong>Business model drift:</strong> a company that never sees your data can't be tempted to monetize it later.</li>
<li><strong>Longevity:</strong> if the developer vanished tomorrow, a serverless app keeps working. Your ledger doesn't die with a startup.</li>
</ul>
<h2>How to check any app in 30 seconds</h2>
<p>Open its App Store page and scroll to the privacy label. “Data Not Collected” is rare in finance — most trackers collect identifiers, usage data, sometimes financial info itself. Then ask one question the marketing page won't answer: <em>does this app work without creating an account?</em> If it demands an email, there's a server behind it, and your data is on it.</p>
<p>Gilt's label reads Data Not Collected, and there is no account to create. Not because we promise not to look — because we built it so there's nowhere to look.</p>

<div class="dark"><h2>Gilt is on the App Store</h2><p>Every plan starts with a free 14-day trial — no account, no tracking, your data stays in your own iCloud.</p><p><a class="btn" href="https://apps.apple.com/app/id6790835958">Download Gilt</a></p></div>]]></content><author><name></name></author><summary type="html"><![CDATA[Privacy policies promise; architecture proves. What it means when a budget app has no backend — and why that beats any privacy policy.]]></summary></entry><entry><title type="html">A family budget on iPhone, without shared passwords</title><link href="https://gilt.money/blog/family-budget-iphone.html" rel="alternate" type="text/html" title="A family budget on iPhone, without shared passwords" /><published>2026-07-19T10:00:00+00:00</published><updated>2026-07-19T10:00:00+00:00</updated><id>https://gilt.money/blog/family-budget-iphone</id><content type="html" xml:base="https://gilt.money/blog/family-budget-iphone.html"><![CDATA[<p>Most couples' “system” for money is a group chat, two banking apps and an argument at the end of the month. The apps that promise to fix this usually do it the crude way: one shared account, one shared password, both people logged into the same identity. It works — until it doesn't.</p>
<h2>What a family budget actually needs</h2>
<ul class="checks">
<li><strong>One ledger, two phones.</strong> Both partners see the same accounts, transactions and budgets, live.</li>
<li><strong>Separate identities.</strong> Each person keeps their own Apple ID, their own Face ID, their own device security.</li>
<li><strong>Both can write.</strong> A budget only works if whoever bought the groceries logs the groceries.</li>
<li><strong>One payment.</strong> Nobody wants to buy the same app twice.</li>
</ul>
<h2>How Gilt does it</h2>
<p>Two Apple technologies do the heavy lifting. <strong>iCloud sharing (CloudKit)</strong> carries the data: you invite your partner from the app, and the household ledger syncs directly between your personal iCloud accounts — no third-party server in between, ever. <strong>Apple Family Sharing</strong> carries the subscription: one Family plan purchase unlocks the app for up to five members of your Apple family group automatically, on their own devices.</p>
<p>The result feels almost boring, in the best way: your partner opens the app on their iPhone, everything is just <em>there</em>, and it stays in sync. No invite codes to a company's cloud, no shared login to rotate when a phone gets lost.</p>
<h2>Multi-currency households</h2>
<p>Plenty of families earn in one currency and spend in another — or split life between countries. A shared budget has to handle transfers between currencies without inventing money out of exchange-rate rounding. Gilt treats multi-currency as a first-class case: accounts keep their own currencies, transfers link both sides, and reports convert honestly.</p>
<h2>And the privacy part</h2>
<p>A household's finances are among the most sensitive data two people share. Everything above happens inside Apple's ecosystem — your devices, your iCloud accounts. Gilt has no servers and cannot see a single shared transaction. <a href="/privacy-first.html">That's by architecture, not by policy.</a></p>

<div class="dark"><h2>Gilt is on the App Store</h2><p>Every plan starts with a free 14-day trial — no account, no tracking, your data stays in your own iCloud.</p><p><a class="btn" href="https://apps.apple.com/app/id6790835958">Download Gilt</a></p></div>]]></content><author><name></name></author><summary type="html"><![CDATA[How couples can run one household budget on two iPhones: shared ledger through iCloud, one subscription via Apple Family Sharing, and no shared logins.]]></summary></entry></feed>