Vibecode Auritrack

track this build5 steps, step by step
KINDA · weekend project
price $3/moyou'd save $36/yrbuild time weekendcategory 💰 personal financereplaced by 0 people

The core loop, logging expenses by typing a sentence into a chat box and having an LLM extract amount, payee, and category, is very buildable with an Anthropic API key. Budgets, categories, and spending reports are standard CRUD. The real gap is statement import: getting one clean CSV parsed by an LLM is a demo, but reliably parsing messy multi-page bank PDFs across many banks needs batching, fallbacks, and cross-checks that take far longer than a weekend.

the project pack4 files · fastest path to a working personal build
README.md
# Auritrack indie build

## Goal

Build the smallest trustworthy replacement for the core Auritrack workflow for one developer or a tiny team.

## Scope

Build a chat input that sends free-text expenses to an LLM with a strict extraction schema, save transactions to SQLite, auto-create categories, track budgets per month, and chart spending.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- battle-tested statement parsing across many banks and layouts
- mobile apps and push notifications
- Telegram bot logging
- predictive spending forecasts
- polished AI-written financial reports

If those capabilities are essential, use Firefly III instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

They pay because a hardened parsing pipeline, mobile apps, and chat-anywhere logging remove all friction, and $3/mo is cheaper than maintaining your own LLM plumbing.

what you lose

xbattle-tested statement parsing across many banks and layouts

xmobile apps and push notifications

xTelegram bot logging

xpredictive spending forecasts

xpolished AI-written financial reports

share on X ↗"I just replaced Auritrack ($3/mo) with one prompt"
the escape hatch

Don't feel like building it? These folks already made it free.

TaxHackerFeed it receipts, invoices or bank statements and let an LLM fill the ledger; it is useful, young and very much your server.6.6kaug 2026open source

no votes, no pay-to-list · just what's real

the numbers

Auritrack pricing

planmonthlyannual (per mo)what you get
free$0/workspace$0/workspaceManual app; 1 AI report/month; 1 custom report/month; 1 period report/month; 1 export/month; 0 alerts
plus$3/workspace$2.50/workspace50 coins/month or 600/year; 3 AI reports, 3 custom reports, 3 period reports, and 5 exports/month; 0 alerts
pro$8/workspace$6.67/workspace150 coins/month or 1,800/year; unlimited chat, deep dives, and voice; 15 AI/custom/period reports and 30 exports/month; alerts included
premium$20/workspace$16.67/workspace450 coins/month or 5,400/year; all report types and exports included; transaction imports remain pay per use

free tier1 AI report, 1 custom report, 1 period report, and 1 export per month; 0 alerts; transaction imports and additional AI actions are pay per use

billingfree + monthly/annual paid plans (annual is 2 months free)

hidden costsSubscription coins refill each billing cycle and do not roll forward; purchased top-up coins do not expire, but public top-up prices were not disclosed. Transaction imports remain pay per use even on Premium.

verified 2026-08-10 · source ↗

questions
Vibecode Auritrack

Kinda. The core of Auritrack is buildable in a weekend with the prompt on this page, but there are real gaps: battle-tested statement parsing across many banks and layouts, mobile apps and push notifications. Read the honest list above before committing.

How much does Auritrack cost?

Auritrack costs about $3/month (Plus, checked 2026-08-01), which is $36 per year.

What do I lose by replacing Auritrack?

Honestly: battle-tested statement parsing across many banks and layouts; mobile apps and push notifications; Telegram bot logging; predictive spending forecasts; polished AI-written financial reports. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Auritrack?

Yes: TaxHacker (Feed it receipts, invoices or bank statements and let an LLM fill the ledger; it is useful, young and very much your server.) The prompt is for when you want it exactly your way.