Skip to content

ShareOut is a modern web application designed to share text, images, and files instantly using secure, temporary sessions. Users can create a session to upload content, which can then be accessed by others via a one-time OTP.

Notifications You must be signed in to change notification settings

Saisathvik94/Shareout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Shareout

Instantly share text, files, and images using OTP fast, secure, and lightweight.

ShareOut is a simple and powerful tool that lets users share text, and soon files & images, instantly through a one-time password (OTP). Built for speed and simplicity.

Try it out

๐Ÿ‘‰ Link: https://shareout-taupe.vercel.app/

โœจ Features

๐Ÿ” OTP-Based Secure Sharing

  • Share anything using a one-time password.

  • Each OTP is mapped to a Redis key and expires automatically.

โšก Instant Text Sharing

  • Send text instantly through a simple UI.

๐Ÿ–ผ๏ธ File & Media Sharing

  • Files/images upload to supabase bucket โ†’ URL stored in Redis.

  • Retrieved using OTP.

โณ Auto-Expiring Data

  • Redis TTL ensures shared content deletes automatically.

๐Ÿ›ก๏ธ Rate Limiting

  • Protects from spam, abuse, and excessive OTP generation.

๐Ÿ› ๏ธ Tech Stack

Frontend

  • React

  • Tailwind CSS

  • Vite

  • Backend

  • Node.js

  • Express.js

  • Upstash Redis (OTP, text, file URLs)

  • supabase (for storing files, images & videos)

  • Rate limiting middleware

๐Ÿ“ฆ Architecture Overview

1. Create OTP & Store Data

  • User enters text (or uploads file/media)

  • Server generates OTP

  • Stores in Redis as:

otp:123456 โ†’ actual_text_or_file_url
TTL: e.g., 2 minutes

2. Share OTP

  • User sends OTP to anyone.

3. Retrieve Data

  • Receiver enters OTP

  • Backend fetches Redis value

  • Data auto-expires after TTL.

โš™๏ธ Rate Limiting (express-rate-limit)

The backend uses express-rate-limit to block:

  • Too many OTP generation requests

  • Spam submissions

  • Abuse from the same IP

About

ShareOut is a modern web application designed to share text, images, and files instantly using secure, temporary sessions. Users can create a session to upload content, which can then be accessed by others via a one-time OTP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages