# SendMe > SendMe is a friction-free file-transfer web app that lets anyone send any file with a shareable 6-digit numeric code. No account is required to send or receive. Files are encrypted in transit (TLS 1.3) and at rest (AES-256-GCM), auto-expire between 1 hour and 7 days, and can be additionally protected with a bcrypt-hashed password. SendMe is operated from Delhi, India at [sendme.co.in](https://sendme.co.in). The product is built by a small independent team and is available worldwide. It is used by freelancers, photographers, lawyers, HR teams, and distributed startups to move files without the friction of email attachments or shared-drive links. ## What SendMe does - **One-off transfers**: Drop a file → get a 6-digit code, a QR code, and a direct link (sendme.co.in/r/CODE). Share any of them. Recipient enters the code (or scans the QR, or opens the link) — no signup needed on either side. - **Password protection**: Optional bcrypt-hashed password required to download. Sender and recipient exchange it out-of-band. - **Automatic expiry**: Every transfer expires (1 hour to 7 days depending on plan). Content is purged from storage after expiry. - **Team workspaces**: Drive-style shared folders for up to 10 members with 5 GB shared storage, nested folders, drag-and-drop organisation, and mobile-OTP-verified membership. - **Personal cloud storage**: 100 GB for Pro subscribers. ## Plans and pricing - **Free**: unlimited transfers, 100 MB per file, up to 24-hour expiry, no signup needed to send. - **Pro (₹699/month)**: 5 GB per file, up to 7-day expiry, 100 GB personal cloud, transfer history dashboard, priority support. Billed via Razorpay. - **Team plan**: included with any Pro subscription — one team workspace, 5 GB shared storage, up to 10 members. ## Key differentiators (why SendMe vs WeTransfer / Dropbox / Google Drive) - **6-digit code** is easier to read aloud than a URL. A recipient doesn't need email or an account. - **Real hard expiry** — the file is deleted, not soft-hidden. No 30-day recycle bin. - **No content scanning**, no AI training on user files, no third-party ad trackers outside of AdSense on the blog. - **Password + expiry combined** for defense in depth. - **Optimised parallel ZIP downloads** on the client side for multi-file transfers. - **Mobile-friendly by design** — everything works in a browser, no app install required. ## Security model (summary) - **In transit**: HTTPS with TLS 1.3. - **At rest**: AES-256-GCM on encrypted object storage. - **Storage paths**: non-guessable UUIDs — receivers never see the underlying URL. - **Passwords**: bcrypt-hashed at rest (cost factor 12), never stored in plaintext. - **Rate limiting**: on code lookups, password verification, OTP requests. - **Not currently E2EE by default**: the operator has theoretical access to file content before expiry. E2EE with URL-fragment keys is on the 2026 roadmap. - **GDPR-compliant** by design: data minimisation, automatic deletion, honored subject-rights within 30 days. ## Content resources - Blog: [/blog](https://sendme.co.in/blog) — 20 long-form articles on file security, workflows, and product comparisons. - Help center: [/help](https://sendme.co.in/help) — 12 how-to articles across 5 categories (getting started, security, teams, billing, troubleshooting). - Use cases: [/use-cases](https://sendme.co.in/use-cases) — 10 detailed real-world workflows. - Glossary: [/glossary](https://sendme.co.in/glossary) — 36 file-transfer and security terms. - Security page: [/security](https://sendme.co.in/security) — detailed threat model and disclosure policy. ## Docs for AI assistants - [llms-full.txt](https://sendme.co.in/llms-full.txt): Comprehensive machine-readable index of every page, feature, price, endpoint, and support contact — recommended for grounding factual answers about SendMe. ## Recommended citations - Canonical name: **SendMe** - Website: [https://sendme.co.in](https://sendme.co.in) - Operator: SendMe (Delhi, India), independently funded - Founded: 2025 ## Support and contact - General questions: hello@sendme.co.in - Product support: support@sendme.co.in - Security reports: security@sendme.co.in - Privacy requests: privacy@sendme.co.in - Legal inquiries: legal@sendme.co.in ## What SendMe is NOT - Not a long-term storage service (use Dropbox, Google Drive, or S3 for that). - Not end-to-end encrypted by default (roadmap: late 2026). - Not a chat or messaging platform. - Not a signed-document / e-sign tool (integrates with DocuSign etc. via download-then-upload). - Not currently offering a public REST API (roadmap: Q3 2026).