You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An inclusive, public-facing map layer showing markets that accept SNAP/EBT, Double Up Food Bucks, WIC, and Senior FMNP — with real-time availability and directions. Positions Markets as a food access equity tool, not just a convenience app, unlocking USDA grant eligibility and community partnership opportunities. The map is shareable via link and embeddable by community organizations — no app installation required.
Market Signal
USDA GusNIP allocated $36M for FY2026 nutrition incentive programs. The Farmers Market Promotion Program (FMPP) released $7.6M in FY2026 grants for capacity building and marketing. Double Up Food Bucks programs in multiple states now auto-load matching incentives into digital wallets when EBT is swiped. SNAP benefit cuts in 6 states (WV, FL, CO, LA, OK, TX) make benefit-accepting markets harder to find. Fresh Vibes E-Market launched in 2025 as a SNAP-authorized online market for seniors and homebound customers. The HFFI FARE Fund released $5.25M+ for food access in underserved areas. A proposed Farm Bill amendment would mandate no-cost EBT equipment for markets. Sources: GusNIP FY2026, FMPP FY2026, HFFI FARE Fund.
User Signal
80% of Americans attend a farmers market at least once annually, but SNAP/EBT shoppers face discovery barriers — they can't easily find which markets accept their benefits and what incentive programs are available. The existing idea #69 covers a SNAP acceptance badge visible to customers who already have the app. This proposal extends beyond badge display to a public-facing discovery tool that doesn't require app installation — shareable via link, embeddable by community organizations (food banks, WIC offices, health departments), and searchable by benefit type. No existing ideas address the food access equity angle or the public-facing map concept.
Technical Opportunity
The planned architecture includes market profiles (FR8) with location data (FR21 radius/distance filtering) and SNAP/EBT badge support (idea #69). A public map layer would be a React Native for Web route that doesn't require authentication — the architecture already plans for web via RN Web. Map data would be a read-only GraphQL query against existing market + benefit program data. The Go backend's Chi router can serve the public map route alongside the authenticated GraphQL endpoint. Adding benefit program fields (accepts_snap, accepts_wic, accepts_sfmnp, double_up_partner) to the market profile schema is a straightforward schema extension. The map can be embedded via iframe by community organizations.
Assessment
Dimension
Score
Rationale
Feasibility
high
Extends existing market profile schema; public web route uses planned RN Web infrastructure
Impact
high
Unlocks USDA grant eligibility; creates community partnership channel; top-of-funnel acquisition
Urgency
high
FMPP grant cycle is annual; benefit cuts already affecting market revenues in 6 states
Adversarial Review
Strongest objection: This is a social mission feature, not a revenue driver. Building a public map before the app has paying markets is a distraction. USDA grant applications are complex and time-consuming. The public map also exposes market data without requiring app installation, potentially reducing download motivation.
Rebuttal: Food access features unlock three tangible business advantages: (1) USDA FMPP grants ($7.6M in FY2026) explicitly fund technology that improves market access — this feature makes Markets eligible as a technology partner. (2) Community organizations (food banks, health departments, WIC offices) become distribution partners, sharing the map with their clients and driving organic customer acquisition at zero marketing cost. (3) The public map is a top-of-funnel acquisition tool — users discover markets on the map, then download the app for real-time vendor status, following, and notifications. The map shows that a market exists; the app shows what's happening there right now. It's a growth engine, not a charity feature. The SNAP benefit cuts make this genuinely urgent for market survival across the ecosystem.
Suggested Next Step
Design the public map as an unauthenticated web route in the Expo Router configuration. Add benefit program fields (SNAP, WIC, SFMNP, Double Up Food Bucks) to the market profile schema in the GraphQL schema design. Research USDA FMPP grant application requirements and timeline for FY2027 cycle. Identify 2-3 community organization partners for pilot embedding.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Summary
An inclusive, public-facing map layer showing markets that accept SNAP/EBT, Double Up Food Bucks, WIC, and Senior FMNP — with real-time availability and directions. Positions Markets as a food access equity tool, not just a convenience app, unlocking USDA grant eligibility and community partnership opportunities. The map is shareable via link and embeddable by community organizations — no app installation required.
Market Signal
USDA GusNIP allocated $36M for FY2026 nutrition incentive programs. The Farmers Market Promotion Program (FMPP) released $7.6M in FY2026 grants for capacity building and marketing. Double Up Food Bucks programs in multiple states now auto-load matching incentives into digital wallets when EBT is swiped. SNAP benefit cuts in 6 states (WV, FL, CO, LA, OK, TX) make benefit-accepting markets harder to find. Fresh Vibes E-Market launched in 2025 as a SNAP-authorized online market for seniors and homebound customers. The HFFI FARE Fund released $5.25M+ for food access in underserved areas. A proposed Farm Bill amendment would mandate no-cost EBT equipment for markets. Sources: GusNIP FY2026, FMPP FY2026, HFFI FARE Fund.
User Signal
80% of Americans attend a farmers market at least once annually, but SNAP/EBT shoppers face discovery barriers — they can't easily find which markets accept their benefits and what incentive programs are available. The existing idea #69 covers a SNAP acceptance badge visible to customers who already have the app. This proposal extends beyond badge display to a public-facing discovery tool that doesn't require app installation — shareable via link, embeddable by community organizations (food banks, WIC offices, health departments), and searchable by benefit type. No existing ideas address the food access equity angle or the public-facing map concept.
Technical Opportunity
The planned architecture includes market profiles (FR8) with location data (FR21 radius/distance filtering) and SNAP/EBT badge support (idea #69). A public map layer would be a React Native for Web route that doesn't require authentication — the architecture already plans for web via RN Web. Map data would be a read-only GraphQL query against existing market + benefit program data. The Go backend's Chi router can serve the public map route alongside the authenticated GraphQL endpoint. Adding benefit program fields (
accepts_snap,accepts_wic,accepts_sfmnp,double_up_partner) to the market profile schema is a straightforward schema extension. The map can be embedded via iframe by community organizations.Assessment
Adversarial Review
Strongest objection: This is a social mission feature, not a revenue driver. Building a public map before the app has paying markets is a distraction. USDA grant applications are complex and time-consuming. The public map also exposes market data without requiring app installation, potentially reducing download motivation.
Rebuttal: Food access features unlock three tangible business advantages: (1) USDA FMPP grants ($7.6M in FY2026) explicitly fund technology that improves market access — this feature makes Markets eligible as a technology partner. (2) Community organizations (food banks, health departments, WIC offices) become distribution partners, sharing the map with their clients and driving organic customer acquisition at zero marketing cost. (3) The public map is a top-of-funnel acquisition tool — users discover markets on the map, then download the app for real-time vendor status, following, and notifications. The map shows that a market exists; the app shows what's happening there right now. It's a growth engine, not a charity feature. The SNAP benefit cuts make this genuinely urgent for market survival across the ecosystem.
Suggested Next Step
Design the public map as an unauthenticated web route in the Expo Router configuration. Add benefit program fields (SNAP, WIC, SFMNP, Double Up Food Bucks) to the market profile schema in the GraphQL schema design. Research USDA FMPP grant application requirements and timeline for FY2027 cycle. Identify 2-3 community organization partners for pilot embedding.
All reactions