도구 가이드
finance 무료 회원가입 불필요

예산 플래너

월 소득과 지출을 추적하고, 카테고리별 지출을 시각화하며, 예산을 CSV로 내보내세요.

도구를 불러오는 중…

이 도구에 대해

레이블과 금액으로 소득 및 지출 항목을 추가하세요. 지출에는 카테고리가 태그됩니다: 주거, 식비, 교통, 오락 또는 기타. 라이브 요약은 총 소득, 총 지출 및 순 잔액을 표시하며 양수일 때는 녹색, 음수일 때는 빨간색으로 강조됩니다. SVG 파이 차트가 카테고리별 지출을 한눈에 보여줍니다. 모든 데이터는 localStorage에 자동으로 저장되므로 방문 간에 예산이 유지됩니다. CSV로 내보내거나 단 한 번의 클릭으로 모두 지우세요.

사용 방법

  1. 1 레이블과 금액을 입력하고 소득 추가를 클릭하여 소득 항목을 추가하세요.
  2. 2 레이블, 금액을 입력하고 카테고리를 선택하여 지출 항목을 추가하세요.
  3. 3 총 소득, 지출 및 순 잔액에 대한 요약 바를 확인하세요.
  4. 4 시각적 분류를 위해 파이 차트를 확인하거나 CSV 내보내기를 클릭하여 데이터를 다운로드하세요.

What a budget planner actually does

A budget is a comparison: money coming in against money going out. This planner lets you add named income items (salary, freelance, interest) and named expense items, each tagged with a category. From those lists it computes three headline numbers and a visual breakdown. The arithmetic is deliberately simple — that is the point of a budget — but seeing it laid out and categorised is what turns a vague sense of your finances into a decision you can act on.

The three summary figures are:

  • Total income = the sum of every income amount.
  • Total expenses = the sum of every expense amount.
  • Net balance = total income − total expenses.

A positive net balance is a surplus (you can save or invest it); a negative one is a deficit (you are spending more than you earn). The planner colours the net green when it is at or above zero and red when it falls below, so the health of your month is visible at a glance.

A worked example

Suppose you add one income item, Salary $3,000, and three expenses: Rent $1,200 (Housing), Groceries $400 (Food), and Bus pass $90 (Transport). The planner shows:

FigureCalculationResult
Total income3000$3,000.00
Total expenses1200 + 400 + 90$1,690.00
Net balance3000 − 1690$1,310.00 (surplus)

The pie chart then splits the $1,690 of expenses by category: Housing is 1200 ÷ 1690 ≈ 71.0%, Food ≈ 23.7%, and Transport ≈ 5.3%. Each slice's percentage is its category total divided by total expenses, which is exactly how the legend labels them.

Why categories and the pie chart matter

The net balance tells you whether you are overspending; the category breakdown tells you where. Grouping expenses into Housing, Food, Transport, Entertainment, and Other reveals the shape of your spending. A common benchmark many people use is the 50/30/20 guideline — roughly 50% of after-tax income on needs, 30% on wants, 20% on saving and debt repayment. With the pie chart you can sanity-check your own ratios: if Housing alone is eating well over half your income, that is the lever with the most impact.

Your data stays on your device

This planner saves your income and expense lists in your browser's local storage, not on any server. That has two practical consequences. First, your numbers are private — nothing financial is uploaded or transmitted. Second, the data persists in that browser on that device: close the tab and your budget is still there when you return, but it will not appear on a different computer or after clearing site data. Use the Export CSV button to keep a copy you can open in a spreadsheet or move between machines.

Practical tips

  • Normalise to one period. Put everything on the same timescale — all monthly, or all weekly. Mixing a monthly salary with a weekly grocery figure makes the net balance meaningless.
  • Include irregular costs. Annual bills (insurance, subscriptions) are easy to forget. Divide them by 12 and add the monthly slice so a "good" month does not hide a yearly hit.
  • Name items specifically. "Streaming $45" tells you more than "Entertainment $45" when you later look for cuts.
  • Export regularly. Because storage is per-browser, export a CSV snapshot if you want a backup or a record across months.

Common mistakes

  • Counting gross instead of net income. Budget with take-home pay after tax, not your headline salary, or your surplus is fictional.
  • Leaving everything in "Other". An uncategorised pie chart hides the very information that makes the tool useful — assign a real category to each expense.
  • Forgetting it is per-device. Clearing browser data or switching computers loses an un-exported budget. Treat the CSV export as your durable copy.

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}