Share a batch of files with someone through a single link that expires automatically.
Protect a shared file gallery with a password before recipients can view or download it.
Let visitors preview images and videos without using up a limited download count.
Self-host a file sharing service on Fly.io and Vercel using your own cloud storage.
| habibthadev/xians | diary-axel-rakotoarivao/vivace | ohmybugs/svelte-google-reviews | |
|---|---|---|---|
| Stars | 3 | 1 | 1 |
| Language | Svelte | Svelte | Svelte |
| Setup difficulty | — | easy | easy |
| Complexity | — | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Xians is a file sharing tool that lets anyone drag and drop files and get a shareable link right away, with no account or sign up needed. Files can be protected with a password, and links can be set to expire after a chosen time, such as 24 hours or 30 days, or after a set number of downloads. Uploads go straight to Cloudflare's R2 storage using presigned links, so the app's own server never has to hold the file data while it is being sent. Recipients see files in a responsive gallery grid with a preview overlay and a fullscreen viewer. Viewing an image or video does not count against the download limit, while an actual download does. Visitors can also grab every file in a gallery at once as a single zip archive. Shared links get a generated preview image for social media, matching the app's own fonts and colors, and the interface uses small animated transitions for things like hovering, clicking, and opening the lightbox. The project is built as a workspace with two main parts. The frontend uses Svelte 5 and SvelteKit 2 with Tailwind CSS for styling, and is meant to be deployed on Vercel. The backend is written in Go, using the chi router and GORM for talking to a PostgreSQL database, and is meant to run on Fly.io. Shared TypeScript types between the two halves are validated with Zod. Running it yourself requires Node.js, pnpm, Go, a PostgreSQL database, and a Cloudflare R2 bucket, since the storage and database are not built in and need to be provided separately. The README includes setup steps, a list of environment variables for both the API and the web app, and instructions for deploying the API to Fly.io and the frontend to Vercel. The README does not state a license for the project.
A no-signup file sharing tool with expiring, password-protected links and direct uploads to cloud storage.
Mainly Svelte. The stack also includes Svelte, SvelteKit, Tailwind CSS.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.