BalanceBoard - Clean release

- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates

🤖 Generated with Claude Code
This commit is contained in:
2025-10-11 21:24:21 +00:00
commit cb894b2159
53 changed files with 13514 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# BalanceBoard
A Reddit-style content aggregator with ethical design principles and ADHD-friendly features.
## Features
- Content aggregation from multiple platforms
- User authentication and personalization
- Content filtering and moderation
- Polling service for automatic updates
- Docker deployment ready
## Quick Start
```bash
docker-compose up -d
```
Access at http://localhost:5021
## Configuration
Set environment variables in `.env` or docker-compose.yml:
- `POSTGRES_HOST`, `POSTGRES_USER`, `POSTGRES_PASSWORD`, `POSTGRES_DB`
- `SECRET_KEY`
- Optional: Auth0 credentials
## License
Open Source