Meet over food in your local area

Fresh meetups around real food spots, not random profile browsing.

FoodPal helps users in a 10 km range send meetup plans for restaurants or street food corners. Others can accept safely and see only the food place location, never private personal location.

10 km local radius Private permanent ID Temporary public random ID 100 m arrival alert

Everything built for safe local meetups

Six privacy and safety features that make FoodPal different from every other social app.

10 km smart notifications

Send meetup invites only to active users inside a 10 km radius of your selected food place.

Real food place pins

Show exact restaurant or street food corner points so people can meet at a trusted public location.

Dual identity model

Permanent ID remains private. Random public ID is visible to others and rotates after meetup.

No age or gender display

Profiles are minimal by design to reduce bias and keep focus on safe meetup coordination.

100 m arrival trigger

When both users are within 100 meters of the destination, both receive arrival confirmation alerts.

Identity reset after meetup

After meeting is completed, temporary random IDs are destroyed so users cannot keep tracking each other.

Food meetup flow in 5 clear steps

1

Create account

User gets one private permanent ID and one public random ID.

2

Send notification

User selects food destination and sends "I am going here" request.

3

Nearby users receive

Only users within 10 km receive invite, with no personal location leak.

4

Meet at destination

After acceptance, app shares only destination point and monitors 100 m arrival.

5

Auto close meetup

Random IDs are rotated after meetup so live locating cannot continue.

Help Me sends an SOS with exact coordinates to the nearest police station in 10 km.

Designed as the primary trust signal for FoodPal. In production, Help Me can also notify trusted contacts, a safety desk, and regional emergency services based on integration availability.

Exact requester coordinates Nearest station routing High priority alert channel

Ready to build the mobile app?

Every API endpoint is tested and live in the playground below. Connect your Flutter or React Native app and ship FoodPal to real users.

FoodPal API playground for your Spring Boot server

Enter your API base URL and test every core flow from this page. Responses appear below in JSON so you can verify behavior quickly.

FoodPal API Console

Expected backend: Spring Boot on localhost with MySQL and header X-User-Permanent-Id for protected calls.

Idle

Connection and Identity

Protected APIs need the permanent ID in header X-User-Permanent-Id.

Register Account

On success, permanentId is saved to config and is your private auth key. temporaryId is your visible FP-XXXXXXXX identity shown to other users.

My Identity

Fetch both your permanent and current temporary IDs at any time. Useful after a meetup completes and your temporary ID is rotated.

Requires permanent ID to be saved in config above.

Create Meetup Request

Invites and Acceptance

Arrival Ping and Complete

Help Me SOS

API Response JSON preview
Run an API action to see output here.