Top news from the people you trust
Sill collects links posted by the people you follow on Bluesky and Mastodon, and aggregates them into a list of the most popular links in your network.
You can find the official production version of Sill at sill.social
Sill is a React Router application with a Postgres database.
- Node.js >= 20
- Docker
Sill uses Mailgun to send transactional emails. Sign up for an account and get your API key. For reasonable solo usage, it should be free.
- Create your environment file:
cp .env.example .env
npm run generate-secrets
- Run the Docker containers:
docker-compose up -d
- Visit
localhost:3000
in your web browser.