I built a crowdsourced deals + map app for Vietnam in 6 months — stack, traffic, and what broke
A developer created a crowdsourced map app for cheap dining and shopping in Vietnam within six months. The app, cheap-map.app, allows users to submit prices and aggregates deals from various merchants. The developer shared insights on the technology stack used and challenges faced during the build process.
- ▪The app aims to help locals and tourists find affordable food and shopping options in Vietnam.
- ▪The technology stack was chosen to keep operational costs under $30 per month at 1,000 users per day.
- ▪The developer encountered issues with Vercel's ISR Writes, which were resolved by adjusting caching settings.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945316) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } daohieu91 Posted on May 22 I built a crowdsourced deals + map app for Vietnam in 6 months — stack, traffic, and what broke #showdev #webdev #nextjs #java 22 days ago I shipped cheap-map.app — a crowdsourced map of cheap restaurants, shops, and gas stations across Vietnam, with a multi-merchant affiliate deals aggregator bolted on. ~50 organic users a day now, hockey-stick just starting.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).