Files
SigHej/README.md

124 lines
3.7 KiB
Markdown
Raw Normal View History

2026-05-07 08:33:46 +02:00
# Social Proximity
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
> Human-first proximity networking powered by consent, shared interests, and conversational AI.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
**Status:** Early concept / prototype phase
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Overview
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
Social Proximity is a privacy-focused mobile application that helps people naturally discover and connect with others nearby — through mutual consent and shared interests, not algorithms or swiping.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
Using Bluetooth Low Energy (BLE), the app detects when two users are physically close — at a café, conference, coworking space, airport, or social event — and suggests low-pressure conversation starters based on what they have in common.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
The goal is not tracking or dating. It's about reducing social friction and letting meaningful conversations happen organically.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Core Idea
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
Instead of endless swiping, cold approaches, or awkward introductions, Social Proximity creates a subtle bridge between people already sharing the same physical space.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
When proximity and mutual interest align, users might see something like:
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
> *"Someone nearby also works with DevOps and enjoys philosophy & hardstyle."*
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
If both users are open to connecting, the app reveals more and suggests natural conversation topics — no pressure, no commitment.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Features
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### 📡 Proximity Detection
- Bluetooth Low Energy (BLE) based nearby detection
- Approximate distance awareness (13 metres)
- No GPS required
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### 🤝 Mutual Consent
- Both users must explicitly opt in before any information is shared
- No passive tracking or forced visibility
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### 🎯 Shared Interests
Users can optionally share hobbies, professional interests, passions, and topics they enjoy discussing. Only matched interests are surfaced to the other person.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### 💬 AI Conversation Starters
The app generates natural icebreakers based on shared context, for example:
- *"You both work with cloud infrastructure."*
- *"You both enjoy early hardstyle."*
- *"Maybe ask about Kubernetes homelabs."*
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### 🔒 Privacy First
2026-05-07 08:28:51 +02:00
Designed from the ground up with privacy in mind:
2026-05-07 08:33:46 +02:00
- No live maps or exact locations
- No movement tracking or location history
- Ephemeral identifiers
- Minimal data retention
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Use Cases
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
Social Proximity fits naturally wherever people gather:
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
- Conferences and networking events
- Coworking spaces and university campuses
- Cafés and airports
- Social discovery for introverts
- Professional networking without the business card awkwardness
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Vision
2026-05-07 08:28:51 +02:00
Technology should help humans connect more naturally — not isolate them further.
2026-05-07 08:33:46 +02:00
Social Proximity aims to create small moments of serendipity in everyday life: the kind that used to happen by chance, now made possible through respectful, consent-driven social discovery.
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Guiding Principles
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
| Principle | What it means |
|---|---|
| **Human-first** | The app should feel calm, respectful, and natural |
| **Consent-first** | No interaction happens without mutual participation |
| **Privacy-first** | Users should never feel monitored or exposed |
| **Minimalism** | No noisy notifications or addictive mechanics |
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Technical Direction
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### Mobile
- React Native or Flutter
- Native BLE integration
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### Backend
- FastAPI + WebSockets
- Redis + PostgreSQL
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
### Infrastructure
- Docker · Kubernetes · Azure / cloud-native
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## Future Ideas
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
- **Event mode** — optimised for conferences and meetups
- **Café mode** — relaxed, low-key discovery
- **Temporary "open to talk" sessions** — time-boxed availability
- **AI-generated introductions** — personalised openers beyond icebreakers
- **Shared mood / interests** — richer contextual matching
- **UWB support** — more accurate proximity sensing
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
## License
2026-05-07 08:28:51 +02:00
MIT License
2026-05-07 08:33:46 +02:00
---
2026-05-07 08:28:51 +02:00
2026-05-07 08:33:46 +02:00
*Created by Henrik*