Anonymous hyper-local community platform - share what's happening around you without the social media drama.
🔗 Try it here ✨
Post local updates, recommendations, and thoughts to people nearby. Completely anonymous, no accounts needed.
- Backend: Node.js, Express, SQLite, custom ranking algorithm
- Frontend: React 18, Tailwind CSS, Vite
- Features: Real-time voting, location-based content, mobile-first design
npm install && npm run db:migrate && npm run db:seed && npm start
cd client && npm install && npm run dev- Anonymous sessions (no tracking)
- Smart content ranking with time decay
- Geolocation without storing exact coordinates
- Real-time interactions and infinite scroll
Built as a full-stack project showcasing modern web development and privacy-first design.