FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
Benmichaelx
BenmichaelxBudget
Public
Like
Budget
Home
Code
5
backend
3
frontend
4
shared
2
README.md
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
Code
/
Search
index.ts
https://Benmichaelx--0a35c6f23fb711f0af7776b3cceeab13.web.val.run
README.md

Budget Advisory App

A comprehensive budget management application that helps users make informed financial decisions based on their income and expenses.

Features

  • Income & Expense Tracking: Input and categorize all sources of income and expenses
  • Budget Analysis: Real-time analysis of financial health and spending patterns
  • Smart Recommendations: AI-powered suggestions for downsizing or upscaling lifestyle
  • Savings Goals: Track progress toward financial objectives
  • Data Persistence: Secure storage of financial data

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database operations
│   ├── routes/
│   │   ├── budget.ts        # Budget analysis endpoints
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main Hono server
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application component
│   │   ├── BudgetForm.tsx   # Income/expense input form
│   │   ├── BudgetAnalysis.tsx # Analysis and recommendations
│   │   └── Dashboard.tsx    # Overview dashboard
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Custom styles
└── shared/
    ├── types.ts             # Shared TypeScript interfaces
    └── utils.ts             # Shared utility functions

API Endpoints

  • GET / - Main application page
  • GET /api/budget - Get user's budget data
  • POST /api/budget - Save budget data
  • POST /api/analyze - Get budget analysis and recommendations
  • DELETE /api/budget/:id - Delete budget entry

Technology Stack

  • Backend: Hono (TypeScript API framework)
  • Frontend: React with TypeScript
  • Database: SQLite for data persistence
  • Styling: TailwindCSS
  • AI: OpenAI for intelligent recommendations
HTTP
  • index.ts
    Benmichaelx--0a…13.web.val.run
Code
backendfrontendsharedREADME.mdmain.tsx
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.