Introducing the FavBank blog
A short note on what we'll publish here — product updates, payments explainers, and the occasional look under the hood.
FavBank •
This is a placeholder post so the blog has something to render while the real content is written. Delete it before launch.
What this blog is for
Three kinds of post, roughly:
- Product updates — what shipped, what changed, and what it means if you already hold an account.
- Payments explainers — how international transfers, IBANs, settlement windows and exchange rates actually work.
- Under the hood — occasional engineering notes.
How to add a post
Drop a .md or .mdx file into src/content/blog/. The filename becomes the
URL, so multi-currency-accounts.md publishes at /blog/multi-currency-accounts.
Every post needs title, description and publishedAt in its frontmatter.
The build fails if any of them are missing — that is deliberate, because a post
without a description ships an empty search result.
Set draft: true to keep a post out of production while still previewing it
locally.