┌─────────────────────────────────────────────┐
│ Stremio Client │
│ │
│ ┌─────────────────────────────────────┐ │
│ │ Clockrr Addon │ │
│ │ │ │
│ │ ┌─────────┐ ┌─────────────┐ │ │
│ │ │ Manifest│───▶│ Clock View │ │ │
│ │ └─────────┘ └─────────────┘ │ │
│ │ │ │ │
│ │ ┌──────▼──────┐ │ │
│ │ │ Time Display│ │ │
│ │ └─────────────┘ │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────────┘
Stremio addon manifest defining:
- Addon ID, name, version
- Supported resources
- Catalog configuration
Node.js server using Stremio Addon SDK plus Express:
- Serves manifest
- Handles subtitle requests
- Serves generated WebVTT clock cues
- User installs addon via manifest URL
- Stremio fetches manifest
- Addon appears in Stremio interface
- User accesses clock feature
- Current time displayed
| Option | URL Pattern | Notes |
|---|---|---|
| Local | http://localhost:7000/manifest.json |
Development |
| Contabo public | https://clockrr.pvtkrrx.cc/manifest.json |
Current public VPS route behind Caddy |
| Contabo preview | https://preview-clockrr.buildsales.homes/manifest.json |
Preview route behind Caddy |
| Custom Contabo hostname | https://<clockrr-host>/manifest.json |
Future production hostname |
Last Updated: January 15, 2026