Your business savings account is now open source. 0 finance is a stablecoin bank that works like a regular bank. You can send & receive money out via ACH, earn 2-3x the yield compared to regular savings accounts, and fork it!
0 Finance is a bank account that automates your finances:
- Get Paid Easily - Create invoices in seconds and get paid directly to your personal IBAN
- Spend Anywhere - Use a debit card worldwide with 0% conversion fees
- Optimize Yield - AI automatically allocates idle funds to highest-yielding opportunities
- Phase 0: invoicing
- Phase 1: iban/ach accounts
- Phase 2: savings accounts
- Phase 3: debit/credit cards
- Visit 0.finance
- Full features, managed infrastructure
- Insurance available via contact
- Full control over your instance
- Manage your own funds
- See LITE_MODE.md for setup
curl -fsSL https://raw.githubusercontent.com/different-ai/zero-finance/main/scripts/bootstrap.sh | bashThis one-liner will:
- Install Node.js, pnpm, and OpenCode (if missing)
- Clone the repository
- Install dependencies
- Launch an AI agent to guide you through setup
# Clone the repository
git clone https://github.com/different-ai/zero-finance.git
cd zero-finance
# Install dependencies
pnpm install
# For local development (with Docker)
pnpm lite
# For production development
pnpm devThis repo includes OpenCode configuration for AI-assisted development:
# Install OpenCode
curl -fsSL https://opencode.ai/install | bash
# Run in the repo
opencode
# Type @bootstrap for guided setup
# Type @debug-workspace to diagnose issuesSee AGENTS.md for full AI agent documentation.
Want to migrate from hosted to self-hosted?
- Set up lite mode (see LITE_MODE.md)
- Add yourself as Safe owner on current account
- Transfer funds via Safe UI to new instance
- Configure insurance if needed (contact raghav@0.finance)
- Proper Privy configuration
- Safe wallet setup
- Understanding of gas fees
- Security best practices
This monorepo contains multiple packages:
- packages/web: The bank web app
- packages/fluidkey-earn-module/: The smart contract that help with securely automating savings.