
015
Temporary one-time file and text sharing with processing and access controls

015 is a self-hosted temporary file and text sharing platform designed for one-time and short-lived uploads. It combines a modern Vue/Nuxt frontend with a Go backend and supports chunked uploads, frontend file-hash detection for instant transfer, and background processing for file tasks.
Key Features
- Chunked, high-performance uploads with frontend hashing and instant-transfer detection to avoid duplicate uploads
- Concurrent processing using frontend web workers and a backend worker queue for asynchronous tasks
- Image processing including automatic compression and preview support for images, video, audio, and documents
- Share management with configurable password protection, download count limits, expiration times, and pickup codes
- Download access control using JWT-based tokens and Redis for caching share metadata
- Responsive UI built with Vue 3, Nuxt 3, TypeScript and Tailwind CSS; backend written in Go with an Asynq-based worker system
Use Cases
- Quickly share large files or snippets as one-time or temporary links with expiration and access limits
- Public or private file drops with password or pickup-code protection for ad-hoc collaboration
- Automatic image compression and preview for sending media without manual processing
Limitations and Considerations
- Default storage uses the local filesystem; cloud object storage adapters are not provided out of the box
- Resume-upload behavior has partial support; backend-side resumed-part enumeration is listed as a planned improvement
015 is suitable for teams and individuals needing ephemeral, controlled file sharing without a third‑party service. It emphasizes fast uploads, access controls, and simple lifecycle management for temporary content.
Categories:
Tags:
Tech Stack:
Similar Services

Syncthing
Open-source, peer-to-peer file synchronization tool.
Open-source peer-to-peer file synchronization with TLS encryption, no central server, and a browser-based UI.

LocalSend
Open-source cross-platform local network file sharing app
LocalSend is a free, open-source app for fast, encrypted file and text sharing between nearby devices over a local network, available on desktop and mobile.
AList
Multi-storage file listing server with WebDAV and previews
AList is a multi-storage file listing and sharing server with WebDAV access, file previews, protected routes, uploads, and cross-storage file operations.

copyparty
Portable file server with fast resumable uploads and many protocols
Copyparty is a portable file server with a web UI, accelerated resumable uploads, deduplication, indexing, and support for WebDAV, SFTP, FTP and more.

qBittorrent
Cross-platform BitTorrent client built with Qt and libtorrent
qBittorrent is a fast, free, cross-platform BitTorrent client with a desktop UI and optional Web UI, built on libtorrent for efficient torrent downloading and seeding.

Nextcloud
Open-source collaboration platform for file sync and groupware
Nextcloud is an open-source content collaboration platform providing file sync & share, groupware (calendar, contacts, mail), real-time office editing, chat and video con...

Go
Redis
Docker
TypeScript
Node.js
Nuxt
Tailwind CSS