I’m new to Glide and could use some guidance on a project.
PROJECT | Personal Budget Planning App
FOCUS | A zero-based, envelope-style budgeting planner (planning only, not expense tracking)
CORE FEATURES |
- Plan a monthly budget based on expected income and expenses
- Allocate funds to envelopes (monthly, quarterly, annual, one-time, etc.), with calculations based on due dates to determine each month’s needed amount
- Distribute paychecks into envelopes (percentage-based, waterfall, and potentially more methods later)
- Review archived monthly plans for comparison
CURRENT SETUP
I already have
- envelope creation (with frequency, due dates, and amounts)
- Income/paycheck sources (with frequency and amounts)
- These act as defaults to speed up the planning process
WHAT I’M TRYING TO BUILD
I’m now working on the monthly planning screen.
My goal is to:
- Pull in total income
- Pull in calculated “monthly need” amounts from envelopes
- Allow users to override those default values for that specific month
I’ve been experimenting with different approaches and feel close, but can’t quite get the structure right. I’d love any ideas, best practices, examples, or resources from anyone who’s built something similar in Glide.
TLDR
- Building a zero-based budgeting app in Glide.
- Stuck on the monthly planning screen
- Trying to combine calculated defaults (from envelopes) with user-overridable values.
- Looking for structure ideas or examples