Next.js control center
Manage searches, feeds, users, proxy groups, price watches, alerts, and optional account tools.
Open-source Vinted monitoring
Deploy Vintrack as one observable Docker Compose stack with focused listing monitors, a live dashboard, Discord and Telegram alerts, proxy controls, and optional linked-account tools.
MIT licensed. You remain responsible for deployment security, request policy, data handling, and compliance with third-party terms.
Control center
Next.js dashboard
Monitor worker
Go catalog sessions
PostgreSQL + Redis
State and deduplication
Proxy control
Personal or managed pools
One observable stack, deployed on infrastructure you control.
Infrastructure you control
Vintrack separates catalog monitoring, account actions, persistence, and live coordination into maintained services without hiding their operational state.
Manage searches, feeds, users, proxy groups, price watches, alerts, and optional account tools.
Run isolated regional catalog sessions with bounded attempts and Redis-backed deduplication.
Persist application state while coordinating live feeds, caches, and new-listing delivery.
Use personal, server-managed, or optional health-checked starter pools by region.
Guided start
The initializer creates the local environment file, fills missing placeholder secrets, and preserves an existing configuration. Review every production value before exposing the service publicly.
git clone https://github.com/JakobAIOdev/Vintrack-Vinted-Monitor.git vintrack
cd vintrack
make init
docker compose up -d --buildRead the configuration and production deployment guides before opening ports or registering auth callbacks.
Choose the operating model
Both paths use the same product. The difference is who controls capacity, configuration, users, and ongoing operations.
Operational boundaries
Vintrack documents the boundaries between public catalog monitoring, explicitly authorized account actions, and Vinted's native checkout.
Do not use Vintrack to bypass authentication barriers, CAPTCHAs, rate limits, or other controls.
Keep OAuth credentials, proxy passwords, webhooks, session data, and encryption keys out of source and logs.
Choose intervals, capacity, retention, users, and linked-account access appropriate for your environment.
Prefer to see the product before deploying it?
The hosted demo exposes the same dashboard workflow with shared-role limits.
FAQ
Vintrack keeps monitoring, notifications, and account actions separate so you can enable only what you need.
The guided setup expects Docker Engine with Docker Compose v2, Git, Make, and OpenSSL. A public production deployment also needs a domain, HTTPS, and a configured Discord OAuth or OIDC provider.
Yes. Vintrack supports personal and server-managed proxy groups alongside optional shared starter pools. Self-hosted operators control which sources and regional capacity their users can access.
The stack uses PostgreSQL for persistent application data and Redis for coordination, caching, deduplication, and live state. You control the host, volumes, backups, secrets, and retention configuration.
The demo is shared, best-effort infrastructure with operator-defined role limits. A self-hosted deployment gives you administrative control over users, proxy capacity, intervals, notifications, domains, and deployment policy.
Read the repository documentation, configure the public origin and authentication carefully, and keep the deployment under your control.