Hey Dev Community! π
I'm excited to share a side project I recently launched: nearmeliquorstore.net β a simple, location-based web app that helps users quickly find liquor stores near them. Whether youβre new in town, planning a party, or just donβt want to drive around looking, this app gets you sorted fast. π»
π Why I Built It
I noticed that while Google Maps does a decent job, itβs often cluttered with unrelated results, sponsored content, or doesnβt always focus specifically on liquor stores. I wanted a lightweight, user-friendly tool that:
Shows only liquor stores nearby
Works on both mobile and desktop
Is privacy-aware (no account required)
Loads fast and works in low-connectivity areas
π οΈ Tech Stack
Here's what I used to build it:
Frontend: HTML5, CSS3, JavaScript
Backend : .NetCore MVC,C#
Hosting: Contabo
π Privacy First
User location is only used client-side to show nearby results. No personal data is stored or tracked. I'm exploring options to make this even more transparent via open-sourcing the code.
π Features (So Far)
One-click location access
Auto-fetches top-rated nearby liquor stores
Click-to-call and click-for-directions options
Mobile-first responsive design
π§ͺ What I Learned
How to balance simplicity with usefulness
Handling location permissions smoothly across browsers
π― What's Next?
Add filters (e.g. open now, delivery available)
User reviews integration
Offline-first caching
Open-source the project and invite community contributions
Feel free to try it out and let me know what you think:
π https://nearmeliquorstore.net
If you have any feedback, feature ideas, or want to collaborate β Iβd love to hear from you in the comments!
Cheers! π₯
Top comments (14)
been cool seeing tools like this pop up - def appreciate stuff that respects privacy and skips the clutter. you ever worry about keeping things simple as you add more features or does it just happen if you focus on the right stuff?
Thanks David, I tried to make product very simple. Just what it required. No over engineering..
May I know the following please
1) Are you using the places API to get the list of locations?
2) Are you cherry picking the places based on some params?
Also the location feature does not seem to be using my exact coords. It is off by atleast 15km.
Ever think of making this open-source? Would like to ask for collaboration.
Great job! Thanks for sharing!
Thanks Deividas
Awesome! This is too good.
I noticed something weird. I'm located in Bangalore north but it shows that I'm based in Bangalore east.
can u try the location button and see
Works like a charm! Well done π
Now we just need one for dispensaries
Thanks Adam.
Awesome work! Thanks for sharing
Thanks Rodrigo
Bravo!
I bet AI did a big help to you