A neighborhood discovery app to help you evaluate where to live next. See what's within walking distance of any address—groceries, coffee shops, parks, schools, and more—with walking times and ratings.
- Interactive map showing amenities around any address
- Walking time calculations for all locations
- Google Places ratings and reviews integration
- Multiple amenity categories (groceries, coffee, parks, schools, etc.)
- Adjustable walking time radius (5, 10, 15 minutes)
-
Clone the repository
-
Install dependencies
npm install
# or
pnpm install- Set up environment variables
cp .env.example .envEdit .env and add your Google Maps API key. You'll need to enable:
- Maps JavaScript API
- Places API
- Geocoding API
- Distance Matrix API (Note: This API can be costly with high usage)
- Run the development server
npm run dev
# or
pnpm devOpen http://localhost:3000 to start exploring.
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Google Maps API - Maps and location data
- React Query - Data fetching
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run lintingnpm run typecheck- Type checking
MIT
