Life & fun · December 28, 2024
SecureShare – P2P file/text sharing with no size limits, no servers
I built SecureShare to solve a common problem I faced: securely sharing files between devices without size limits or intermediary servers. What it does: - Direct P2P file/text/folder sharing using WebRTC - No file size limits (only constrained by local disk space) - No registration required - All data stays on your devices (no server storage) - Supports multiple simultaneous receivers - Custom retrieval IDs and QR codes for easy sharing - Works across platforms, mobile-optimized Technical details: - Built with Next.js + Tailwind + shadcn/ui - Backend: Node.js + Redis (minimal,…
What it does
In the maker’s words, at launch
I built SecureShare to solve a common problem I faced: securely sharing files between devices without size limits or intermediary servers. What it does: - Direct P2P file/text/folder sharing using WebRTC - No file size limits (only constrained by local disk space) - No registration required - All data stays on your devices (no server storage) - Supports multiple simultaneous receivers - Custom retrieval IDs and QR codes for easy sharing - Works across platforms, mobile-optimized Technical details: - Built with Next.js + Tailwind + shadcn/ui - Backend: Node.js + Redis (minimal, only for signaling) - WebRTC for direct P2P connections - DTLS encryption for all transfers - Files stream directly to disk Background: I'm a C++ algorithm engineer and father of two who built this in my spare time over 4 months while learning full-stack development. Used AI pair programming extensively, which was an interesting learning experience. I'd love feedback from the HN community. What features would make this more useful for your workflow?
Does the same job
all alternatives →
- DPDirtyShare, Pure JavaScript P2P File Sharing (in Node.js + Socket.io)2012 · gun.io · ▲75
- PTPeer-to-peer secure file transfer using WebRTC2016 · bitf.ly · ▲239


- PJPure JavaScript P2P file sharing in the browser2013 · whatareyoudownloading.com · ▲59
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io