File transfer doesn't need to be complicated.
Direct, encrypted file transfers from your computer to anyone, anywhere β no signup, no cloud storage in between. Think of it like AirDrop for everyone.
- π¦ Transfer Anything β Send files or folders of any size or format
- π Private & Encrypted β Files go directly to the receiver, never stored online
- β‘ Fast Transfers β Saturate up to 4Gbps connections
- π« No Accounts β Open, drop, share. That's it
- π» Cross-Platform β Windows, macOS, and Linux
- π Open Source β Fully transparent, inspect and verify
- React 18 + TypeScript
- Vite β Lightning-fast dev server & build
- Tailwind CSS β Utility-first styling
- shadcn/ui β Accessible component library
- Framer Motion β Smooth animations
- React Router β Client-side routing
- Node.js (v18+)
- npm or bun
git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
cd YOUR_REPO_NAME
npm installnpm run devOpen http://localhost:5173 in your browser.
npm run buildThe output will be in the dist/ folder, ready to deploy anywhere.
src/
βββ assets/ # Images and static assets
βββ components/
β βββ ui/ # shadcn/ui components
β βββ Navbar.tsx # Navigation bar
β βββ Hero.tsx # Hero section
β βββ HowItWorks.tsx # 3-step guide
β βββ Features.tsx # Feature cards grid
β βββ Comparison.tsx # Comparison table
β βββ FAQ.tsx # FAQ accordion
β βββ Footer.tsx # Footer
βββ pages/
β βββ Index.tsx # Main landing page
βββ App.tsx # App router
βββ index.css # Design system & tokens
βββ main.tsx # Entry point
Deploy the dist/ folder to any static hosting:
- Lovable β Click Publish in the editor
- Vercel β
npx vercel - Netlify β Drag & drop
dist/ - GitHub Pages β Use
gh-pagespackage
MIT β Free to use, modify, and distribute.
Built with β€οΈ using Lovable
