Skip to Content
Home

Personal Finances

Personal expense tracking system — Telegram bot + web dashboard.

What is this?

Personal Finances is a private, single-user expense tracking system. It consists of:

  • A Telegram bot that receives payment receipts (photo, PDF, or text), extracts and categorizes expenses using AI, and sends a confirmation before saving
  • A web dashboard (Next.js) for viewing, filtering, and managing expenses
  • A FastAPI backend with hexagonal architecture connecting both

Stack

ComponentTechnologies
BackendPython 3.12, FastAPI, hexagonal architecture
LLMClaude Sonnet 4.6 (vision/reports), Haiku 4.5 (text/categorization) via OpenRouter
DatabaseSupabase (PostgreSQL)
FrontendNext.js 16, React 19, TypeScript, Tailwind CSS
HostingRender (backend), Vercel (frontend)

Sections

  • Architecture — system design, hexagonal layers, request flows
  • API Reference — REST endpoints, authentication, error codes
  • Database — schema, tables, indexes, relationships
  • Security — auth model, webhook validation, access control
  • Roadmap — milestones and future plans
Last updated on