You talk money with an AI. Your conversation is processed by your chosen LLM provider, not by us. No accounts, no tracking, and no data uploads to our servers. You run this.
Live Demo: https://financelog-ai.casey-digennaro.workers.dev
Many financial tools require extensive data access. This provides a simple alternative: a private space to run calculations, weigh purchase decisions, or plan savings, without the surrounding product ecosystem.
- Fork this repository.
- Deploy to Cloudflare Workers:
npx wrangler deploy - Add your LLM API key (e.g., for DeepSeek, OpenRouter, or OpenAI-compatible providers) as a Worker secret. No other configuration is required.
- Your Data, Your Worker: All chat data is processed within your own Cloudflare Worker instance.
- Minimal Interface: A single-page UI that functions adequately on mobile.
- Zero Dependencies: One TypeScript file under 300 lines.
- Stateless Design: By default, conversations are ephemeral and vanish on refresh. You can optionally add Cloudflare KV for persistence.
- Fork-First: This is a starting template. Modify or replace any part of the code.
- No Central Service: Your fork operates independently. We do not host, monitor, or access your instance.
- No Product Funnel: There is no onboarding, account creation, or feature upselling.
- No Financial Steering: The AI provides calculations and discussion. It does not promote financial products or services.
- This is a basic, single-file application. It does not include features like file uploads for statement analysis or built-in multi-turn conversation memory without manual KV setup.
MIT License.