Frequently Asked Questions
Roadmap
Account settings
A settings page worth the name: see what we hold about you, export it, and delete your account along with every file it owns. The privacy policy already promises this, so it should not stay a manual request for long.
Abuse handling
Uploads and file URLs are rate limited, but the report form still goes nowhere. Reports get a queue behind them, so a file can actually be taken down and an account can be stopped from uploading again.
ShareX & CLI
Screenshot to URL in one keystroke. Download a ShareX config, or
apollon upload shot.png/ curl with an API token. The HTTP API is the product; the CLI is a thin client over it.Real numbers
The statistics row and the leaderboard are hard-coded placeholders today. They get real endpoints counting real uploads, storage, and views, and every mock table leaves the codebase with them. A fake leaderboard is worse than none.
Polish & translations
The site is English only. Translations, a language switcher, and localised dates and file sizes come next, with Polish as the first language after English. Legal pages get translated too, not just the buttons.
One EU rulebook
The privacy policy, terms, and cookie wording are drifting apart. They get consolidated into one reviewed set covering the GDPR, the Digital Services Act, and the EU AI Act, including what our parent company may and may not do with anything you upload.
Custom domains
Extra hostnames for your links, including Permanest-style domains we keep paid. The FAQ already offers this, but per-user domain routing does not exist yet.
Client-side encryption
Encrypt in the browser before upload so we only store ciphertext. The key would live in the URL fragment (
#key) and never hit the network. Hard to mix with ShareX previews and abuse scanning.Burn-after-reading
A file that deletes itself after the first view. Better than an expiry date for one-shot dumps. Still thinking about how this plays with Discord embeds, which fetch the bytes more than once.
Metadata scrubbing
Strip EXIF, GPS, and author tags from images and documents before they hit storage. Fits the EU / GDPR stance on the site better than keeping camera coordinates in a “private” screenshot.