DEV Community

Cover image for GiveTrack: A Personal Generosity Tracker Built for the DEV Weekend Challenge

GiveTrack: A Personal Generosity Tracker Built for the DEV Weekend Challenge

Harsh Raval on September 04, 2026

This is a submission for Weekend Challenge: Generosity Edition What I Built GiveTrack is a personal generosity tracker that helps you l...
Collapse
 
elsie-rainee profile image
Elsie Rainee

This is a great take on the "generosity edition" theme, most donation trackers stop at the transaction, but the Generosity Chain and history view actually give people a reason to reflect on giving as an ongoing habit instead of a one-off. Smart call keeping it local-first for the weekend build too, since it let you focus on the reflection/UX side instead of getting bogged down in payment infra.

Curious how the AI Giving Assistant decides what to suggest. Is it just working off donation categories/frequency in localStorage, or does it factor in causes you've searched but haven't donated to yet? Also love that it has a deterministic fallback so the experience doesn't break if Gemini is down. Nice execution for a weekend timeline, especially with the full monorepo plus OpenAPI/Orval setup.

Collapse
 
devstackhub profile image
Dev Stack Hub

Thanks so much for this! Right now the assistant is mostly working off donation frequency and categories in localStorage, but factoring in causes you've searched without donating is a great idea, definitely adding that to the backlog. And yeah, the fallback was non-negotiable for me, didn't want a flaky API call to break the whole demo experience during judging.

Collapse
 
tahosin profile image
S M Tahosin

nicely organized

Collapse
 
devstackhub profile image
Dev Stack Hub

Thanks so much for checking out GiveTrack! ā¤ļø Really appreciate your support! šŸ™Œ

Collapse
 
rafidbottler profile image
Rafid Bottler

GiveTrack is a great concept, most tracking apps focus on money in vs money out, but framing giving as a habit worth reflecting on is a much more human angle. The Generosity Chain is a nice touch, since it borrows the streak mechanic without making it feel gamified in a shallow way. Keeping things local-first for the weekend was smart too, it let you spend the time on the experience instead of payment infrastructure and compliance. Really like that the AI assistant has a deterministic fallback, that's the kind of detail that shows real product thinking, not just a demo hack. Would love to see this evolve into something with real giving flows down the line. Solid build for a weekend timeline.

Collapse
 
devstackhub profile image
Dev Stack Hub

Thank you! šŸ™Œ That was exactly the idea behind GiveTrack, to make giving feel like an ongoing habit rather than just a transaction. Really glad the Generosity Chain and AI fallback stood out to you. Excited to see where this can go beyond the weekend build! ā¤ļø

Collapse
 
sidra-jefferi profile image
Sidra Jefferi

Really solid weekend build. I like that GiveTrack treats giving as something to reflect on over time instead of just a one-off transaction, the Generosity Chain is a smart way to make that visible. Keeping it local-first with demo data was the right call too, since it let you spend the limited time on the actual UX instead of payment infrastructure and compliance work.

The monorepo setup with Zod validation and Orval-generated hooks from an OpenAPI spec is impressive for something built in a weekend, that's the kind of foundation that usually gets skipped under time pressure. Nice touch adding a deterministic fallback for the AI assistant too, so a flaky Gemini call never breaks the demo.

Curious whether you'll eventually connect the kindness prompts to the causes people have already searched for, seems like an easy way to make the suggestions feel more personal. Great execution overall.

Collapse
 
devstackhub profile image
Dev Stack Hub

Thank you so much! šŸ™Œ Really appreciate you noticing the product and engineering decisions behind the build. Connecting kindness prompts with searched causes is definitely something I’d love to explore next, it could make the experience much more personal. ā¤ļø

Collapse
 
jennifer-smith profile image
Jennifer Smith

Really like that you scoped this as local-first instead of trying to wire up real payments in a weekend. It's the right tradeoff for a challenge timeline, and it still lets people feel the full loop of logging, browsing causes, and seeing their history without any of the compliance overhead real donation processing would bring.

The random kindness prompts are a nice touch too, small nudges like that tend to matter more than big dashboards for actually changing behavior. Would be curious if you're planning to expand the AI assistant to suggest specific causes from your searchable list, rather than just general giving ideas. Solid weekend build overall.

Collapse
 
devstackhub profile image
Dev Stack Hub

Thank you, that's exactly the tradeoff I was going for. Skipping real payment rails let me spend the weekend on the actual reflection loop instead of compliance headaches. Expanding the AI assistant to recommend specific causes from the searchable list is a great next step, right now it's a bit more generic, so that's solid feedback for a v2.

Collapse
 
michaeljohnsondz profile image
Michael Johnson

The Generosity Chain is a clever hook, it turns giving into something you actually want to keep going, kind of like a streak but for kindness instead of habit-tracking guilt. And putting the AI suggestion layer server-side with a Gemini key was the right call for security, plus having a fallback means the demo never feels broken even if the API hiccups.

One thing I'd be curious about: any plans to eventually let this sync across devices, or does it stay local-first by design even post-challenge? Either way, solid scope for a weekend build with a full frontend/backend/DB split.

Collapse
 
devstackhub profile image
Dev Stack Hub

Appreciate that, glad the Chain lands the way I hoped! Cross-device sync is something I've thought about, probably via the Postgres/Drizzle backend that's already scaffolded in, just didn't want to add auth complexity into a weekend scope. It stayed local-first mainly to keep the challenge submission frictionless for anyone trying it out.

Collapse
 
levinemundro profile image
Levine Mundro

Really solid execution for a weekend build. I like that the "Generosity Chain" reframes giving as something ongoing rather than a one time transaction, that's a smart way to lean into the theme instead of just building a donation form. Keeping it local first was the right call too, it let you spend the time on the actual UX instead of fighting payment compliance.

The tech stack is impressive for a 48 hour timeline, a full pnpm monorepo with Drizzle, Zod, and OpenAPI/Orval keeping frontend and backend in sync isn't trivial to set up from scratch, let alone ship. And having a deterministic fallback for the AI assistant is a detail a lot of people skip until it bites them during a live demo.

Curious whether you'd consider letting the "AI Giving Assistant" pull in causes from your searchable list rather than general suggestions, since that seems like the natural next step once you move past local storage. Nice work, this feels like a real product, not just a challenge submission.

Collapse
 
devstackhub profile image
Dev Stack Hub

Thank you so much! šŸ™Œ I’m glad the product and technical foundation came through despite the 48-hour timeline. Connecting the AI Giving Assistant directly with searchable causes is definitely a great next step. Appreciate the thoughtful feedback! šŸš€