DealBeacon is a simple, weekly list of local food deals and freebies. Enter a zip code, see what’s on special this week, and optionally get the weekly email drop.
Local food deals are scattered across promo pages and social posts. DealBeacon pulls them into a single weekly list so you can save time and money without digging.
- Zip code search for nearby deals (within ~20 miles)
- Weekly deal window (Sunday–Sunday, Central Time)
- Price badges and filters for quick scanning
- Optional weekly email signup
- Weekly meal plan builder based on your budget
- FAQ page for common questions
npm run devOpen http://localhost:3000.
Deals are stored in src/data/deals.json and generated from src/data/deal-sources.json.
To refresh deals:
npm run fetch-dealsSources can be marked with "disabled": true if they block automated checks.
This app is designed for Vercel. Push to GitHub and deploy.
Zip centroid data is derived from GeoNames US postal codes (CC BY 4.0).