Caero (zero), a self-hosted price tracker to help you catch the best deals.
- Track Anything – Works on any website using URL + CSS selectors.
- Smart Insights – View historical price charts, all-time lows, and average costs.
- Instant Alerts – Get notified via Telegram or Email the moment a price changes.
The fastest way to get started is with Docker.
- Set up your settings:
cp .env.example .env
- Launch the app:
docker compose up -d
- Start tracking: Open http://localhost:8000 in your browser.
Pull the latest image directly: docker pull ghcr.io/13/caero:latest
Don't let "CSS Selectors" scare you—it's just a way to point caero to the price.
- Find the Price: Go to your product page (e.g., Amazon, BestBuy).
- Copy the Path: Right-click the price on the page → Inspect. In the window that opens, right-click the highlighted code → Copy → Copy selector.
- Paste & Save: Paste that into caero along with the URL.
