Technology Stack
This platform is built using modern web technologies:
- Backend: Rust with Actix-web framework
- Database: MySQL for persistent data storage
- Cache: Redis/Valkey for session management and caching
- Frontend: Vanilla JavaScript with responsive CSS
- Infrastructure: Containerized deployment
Data Collection
We collect minimal data to provide the service:
- Message content and timestamps
- IP addresses for rate limiting and moderation
- Session tokens for CSRF protection
- Board preferences and themes (stored locally)
Privacy
No personal identification is required or stored. Messages persist until their board reaches 1000 posts, at which point the oldest messages are automatically removed to make room for new ones. Rate limiting prevents spam and abuse while maintaining user anonymity.