#[derive(expenses, analytics)]

fn track_expenses()

/// A developer-focused expense tracker with CLI integration. Track your spending, analyze patterns, and manage your finances with a beautiful terminal-inspired interface.

fn record_expenses

Quickly log expenses with categories, descriptions, and amounts.

expense::add

fn analytics

Visualize spending patterns daily, weekly, monthly, and quarterly.

stats::view

fn cli_integration

Generate API keys and add expenses directly from your terminal.

api::cli
terminal

$ curl -X POST https://expense.dev/api/cli/expense \

-H "Authorization: Bearer YOUR_API_KEY" \

-d '{"amount": 42.50, "description": "Coffee beans", "category_id": "N/A"}'

{ "success": true, "expense_id": "abc-123" }