Docs
The CLI and API source live on GitHub. The canonical docs are there so they never drift from the code — these cards just link out.
notslop (CLI)
npm package. Wizard, 19 Claude Code skills, content workflows.
github.com/adrienckr ↗
notslop-api (gateway)
Stateless BYOK scraping proxy. Hosted at api.notslop.dev or self-host.
github.com/adrienckr ↗
SELF_HOST.md
Self-host walkthrough on Fly.io. ~5 minutes.
github.com/adrienckr ↗
Contribute
How to add a new source. PRs welcome.
github.com/adrienckr ↗
API quick reference
All endpoints public, no auth. Full schemas in the README.
| Method | Path | What |
|---|---|---|
| GET | /v1/health | Liveness probe |
| GET | /v1/pricing | Cost transparency |
| POST | /v1/scrape | Main entrypoint — body has sources + creds |
| GET | /v1/demo | Free preview from the public demo cache |