{"id":50871622,"url":"https://github.com/rshdhere/copy-paste.space","last_synced_at":"2026-06-15T05:35:38.097Z","repository":{"id":305502161,"uuid":"1023047947","full_name":"rshdhere/copy-paste.space","owner":"rshdhere","description":"stop logging-in mail/whatsapp on random PC's just share \u0026 cheat in your labs using copy-paste.space","archived":true,"fork":false,"pushed_at":"2026-02-12T17:26:02.000Z","size":48117,"stargazers_count":28,"open_issues_count":5,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T05:35:32.024Z","etag":null,"topics":["copy-paste","live-share","open-source","otp-verification","sharing-platform"],"latest_commit_sha":null,"homepage":"https://copy-paste.space","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rshdhere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T12:18:21.000Z","updated_at":"2026-04-15T17:20:54.000Z","dependencies_parsed_at":"2025-07-20T14:27:57.020Z","dependency_job_id":"cfa21790-b262-4da3-a4c0-4deba28f28a1","html_url":"https://github.com/rshdhere/copy-paste.space","commit_stats":null,"previous_names":["rshdhere/online-clipboard","rshdhere/copy-paste.space"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rshdhere/copy-paste.space","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshdhere%2Fcopy-paste.space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshdhere%2Fcopy-paste.space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshdhere%2Fcopy-paste.space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshdhere%2Fcopy-paste.space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rshdhere","download_url":"https://codeload.github.com/rshdhere/copy-paste.space/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshdhere%2Fcopy-paste.space/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34349925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copy-paste","live-share","open-source","otp-verification","sharing-platform"],"created_at":"2026-06-15T05:35:36.958Z","updated_at":"2026-06-15T05:35:38.088Z","avatar_url":"https://github.com/rshdhere.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copy-paste.space\n\nEasily share text snippets and images between your phone, tablet, and computer instantly, without cables or complicated setup.\n\n![Demo](assets/copy-paste.space-demo.gif)\n\n## 📖 Introduction\n\n**copy-paste.space** is a minimal web tool built with **TypeScript**, **Node.js**, and a lightweight frontend for instant **cross-device text sharing** — no sign-ups or logins required. Switch between devices or share notes quickly with a secure, rate-limited backend, deployed on **Railway** for privacy-focused use.\n\n---\n\n## ✨ Features\n- 📱 **copy-paste.space support** – Works on mobile, tablet, and desktop\n- ⚡ **Instant transfer** – Send and receive within seconds\n- 🔒 **Secure** – End-to-end encryption for privacy\n- 🌐 **No login required** – Just open the app and start sharing\n- 🖼 **Image \u0026 text support** – Share notes, messages, or pictures effortlessly\n\n---\n\n## 📸 How It Works\n- Visit https://copy-paste.space on both devices.\n- Paste your text or upload an image.\n- Instantly access the content from your other device.\n\n---\n## 🚀 Tech Stack\n\n### 🎨 Frontend\n- React with TypeScript\n- react-router-dom \n\n### 🛠️ Backend\n- Node.js\n- TypeScript\n- Express.js (assumed based on structure and middleware usage)\n- dotenv for environment variable management\n\n### ☁️ DevOps \u0026 Deployment\n- Vercel (for frontend hosting and CI/CD)\n- Railway (for backend infrastructure and environment management)\n- Other Tools: dotenv, rate-limiting middleware, tsconfig, REST API\n\n---\n\n## 📦 Installation\n\nTo set up and run the project on your local machine:\n\n### Prerequisites\n\n- **Node.js** (version 18 or higher)\n- **npm** or **yarn**\n- **Git**\n- **MongoDB** (for local development)\n\n### 1️⃣ Fork and Clone\n\n1. Fork the repository on GitHub\n\n2. Clone your fork locally:\n   ```bash\n   git clone https://github.com/YOUR_USERNAME/copy-paste.space.git\n   cd copy-paste.space\n   ```\n3. Add the original repository as upstream:\n   ```bash\n   git remote add upstream https://github.com/rshdhere/copy-paste.space.git\n   ```\n### 2️⃣ Backend Setup\n\n1. Navigate to the backend directory:\n   ```bash\n   cd backend\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create environment variables:\n   ```bash\n   cp .env.example .env\n   ```\n   \n   Configure the following variables in your `.env` file:\n   ```\n   PORT=8080\n   NODE_ENV=development\n   AWS_REGION=ap-south-1\n   S3_BUCKET_NAME=\u003cyour-aws-bucket-name\u003e \n   AWS_ACCESS_KEY_ID=\u003cyour-aws-access-key\u003e\n   AWS_SECRET_ACCESS_KEY=\u003cyour-aws-secret\u003e\n   FRONTEND_ORIGIN=http://localhost:5173\n   MONGODB_URI=mongodb://localhost:27017/\n   OPTIONS=ABC123\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n   The backend will be available at `http://localhost:8080`\n### 3️⃣ Frontend Setup\n\n1. Navigate to the frontend directory:\n   ```bash\n   cd frontend\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create environment variables:\n   ```bash\n   cp .env.example .env\n   ```\n   \n   Configure the following variables in your `.env` file:\n   ```\n   VITE_POSTHOG_API_KEY=\u003cyour-posthog-api-key\u003e\n   VITE_POSTHOG_SECURE_PATH=\u003cyour-posthog-secure-path\u003e\n   VITE_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com\n   VITE_BACKEND_URI=http://localhost:8086\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n   The frontend will be available at `http://localhost:5173`\n### 4️⃣ Running Both Services\n\n  You can run both services simultaneously by opening two terminal windows:\n\n  **Terminal 1 (Backend):**\n   ```bash\n    cd backend\n    npm run dev\n   ```\n\n  **Terminal 2 (Frontend):**\n   ```bash\n    cd frontend\n    npm run dev\n   ```\n---\n\n## Image Sharing Overview V1.5\n\n![Demo](assets/copy-paste.space-V1.5.gif)\n\n---\n\n## 🤝Contributions\nContributors are welcome!\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshdhere%2Fcopy-paste.space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frshdhere%2Fcopy-paste.space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshdhere%2Fcopy-paste.space/lists"}