- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates
🤖 Generated with Claude Code
31 lines
614 B
Markdown
31 lines
614 B
Markdown
# 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
|