Back to Projects
StyloShare
Privacy-first anonymous file-sharing platform focused on speed, security, and zero friction.
Creator & Lead Developer
Next.jsNode.jsHonoAWS S3SupabaseRenderVercel
The Problem
Existing file-sharing platforms are either bogged down by ads, require mandatory signups, or do not prioritize the sender's privacy. Users frequently face download speed caps or invasive data tracking just to share a simple asset securely.
The Solution
StyloShare was engineered to be a no-nonsense, highly performant platform. Users can securely upload files which are immediately encrypted in transit and at rest, generating a shareable link that works instantly. Zero ads, zero tracking, zero friction.
Architecture & Infrastructure
- Frontend: Next.js App Router deployed on Vercel for fast global edge rendering.
- Core API: A lightweight Hono/Node.js backend designed for minimal overhead and blazing fast routing, deployed on Render.
- Database & Auth: Supabase PostgreSQL handles the metadata and access controls efficiently.
- Storage: Integration with AWS S3 ensures highly durable and scalable raw object storage.