Anouncy
Fully Anonymous Social Media platform (In Development)
Anouncy - Anonymous Social Media Platform
A fully anonymous social media platform built with privacy and security in mind. Currently in active development.
Key Features
- Complete user anonymity with no registration required
- End-to-end encryption for all messages
- No tracking or user data collection
- Decentralized architecture using distributed storage
- Privacy-first approach with zero-knowledge proofs
Technology Stack
- Backend: Java Spring Boot with WebFlux
- Frontend: React with TypeScript, Vite
- Database: PostgreSQL with column-level encryption
- Message Queue: RabbitMQ
- Cache: Redis
- Storage: IPFS for decentralized content
Project Status
The project is currently in active development. The core architecture and basic features have been implemented, with ongoing work on advanced features and security enhancements.
Architecture
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ React UI │────▶│ Spring API │────▶│ PostgreSQL │
└─────────────┘ └─────────────┘ └─────────────┘
│
▼
┌─────────────┐
│ RabbitMQ │
└─────────────┘
Security Considerations
- No persistent user accounts — anonymous by design
- All messages encrypted at rest and in transit
- IPFS content addressing prevents single points of failure
- Regular security audits and penetration testing planned