{"id":49091023,"url":"https://github.com/pybash1/board","last_synced_at":"2026-04-20T18:41:03.571Z","repository":{"id":301770510,"uuid":"1010263635","full_name":"pybash1/board","owner":"pybash1","description":"Universal clipboard sync","archived":false,"fork":false,"pushed_at":"2025-11-19T17:29:14.000Z","size":862,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-19T19:17:30.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://board.pybash.xyz","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pybash1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-28T17:42:12.000Z","updated_at":"2025-11-19T17:29:18.000Z","dependencies_parsed_at":"2025-06-28T18:40:49.814Z","dependency_job_id":"35597bf5-8e93-4f26-b791-e87366f85975","html_url":"https://github.com/pybash1/board","commit_stats":null,"previous_names":["pybash1/echo-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pybash1/board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pybash1","download_url":"https://codeload.github.com/pybash1/board/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32060630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-20T18:41:02.571Z","updated_at":"2026-04-20T18:41:03.566Z","avatar_url":"https://github.com/pybash1.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Board\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003eUniversal clipboard sync across all your devices\u003c/h3\u003e\n  \u003cp\u003eCopy here. Paste there.\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n**Board** is the official website for the Board ecosystem - a universal clipboard syncing solution that seamlessly connects all your devices. Copy on your Mac, paste on your phone. Copy on Windows, paste on Linux. Board makes cross-device productivity effortless.\n\n## 🚀 Features\n\n- **Universal Clipboard Sync** - Copy and paste across Mac, Windows, Linux, Android, and iOS\n- **Cross-platform Notifications** *(Coming Soon)* - Get mobile notifications directly on your desktop\n- **Seamless Integration** - Set it up once and enjoy automatic syncing\n- **Privacy First** - Your clipboard data stays secure across all devices\n\n## 🖥️ Platform Support\n\n| Platform | Status |\n|----------|--------|\n| macOS | ✅ Available |\n| Android | ✅ Available |\n| Windows | 🔄 Coming Soon |\n| Linux | 🔄 Coming Soon |\n| iOS | 🔄 Coming Soon |\n\n## 🛠️ Development\n\nThis website is built with modern web technologies for optimal performance and user experience.\n\n### Tech Stack\n\n- **Framework**: [Astro](https://astro.build/) - For fast, content-focused websites\n- **Styling**: [TailwindCSS v4](https://tailwindcss.com/) - For utility-first styling\n- **Interactivity**: [React](https://react.dev/) - For dynamic components\n- **Typography**: Custom font stack (Matter, Handwriting, Perfectly Nineties)\n- **Runtime**: [Bun](https://bun.sh/) - For fast package management and runtime\n\n### Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/pybash1/echo-web.git\n   cd echo-web\n   ```\n\n2. **Install dependencies**\n   ```bash\n   bun install\n   ```\n\n3. **Start the development server**\n   ```bash\n   bun dev\n   ```\n   \n   The website will be available at `http://localhost:4321`\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `bun dev` | Start development server |\n| `bun build` | Build for production |\n| `bun preview` | Preview production build |\n| `bun astro ...` | Run Astro CLI commands |\n\n## 📁 Project Structure\n\n```\nsrc/\n├── components/          # Reusable React components\n│   └── PlatformDownloadButton.tsx\n├── layouts/             # Astro layout components\n│   └── Layout.astro\n├── pages/               # Website pages\n│   ├── index.astro      # Homepage\n│   └── download.astro   # Download page\n└── styles/              # Global styles\n    └── global.css       # TailwindCSS configuration and custom styles\n\npublic/\n├── fonts/               # Custom web fonts\n└── favicon.svg          # Site favicon\n```\n\n## 🎨 Design System\n\n- **Color Scheme**: Minimal black and white with strategic use of gray\n- **Typography**: \n  - Sans-serif: Matter (primary)\n  - Mono: Handwriting (accent)\n  - Serif: Perfectly Nineties (headings)\n- **Layout**: Responsive design with mobile-first approach\n- **Animations**: Smooth transitions and hover effects\n\n## 🌐 Related Projects\n\n- [Board for Mac](https://github.com/pybash1/board) - macOS clipboard sync client\n- [Board for Android](https://github.com/pybash1/echo) - Android clipboard sync client\n\n## 📄 License\n\nThis project is part of the Board ecosystem. Please refer to individual repository licenses for specific terms.\n\n## 🤝 Contributing\n\nContributions are welcome! Whether it's:\n\n- 🐛 Bug reports\n- 💡 Feature suggestions\n- 🎨 Design improvements\n- 📝 Documentation updates\n- 🔧 Code contributions\n\nPlease feel free to open an issue or submit a pull request.\n\n## 📞 Contact\n\n- **Creator**: [@py_bash1](https://twitter.com/py_bash1)\n- **GitHub**: [pybash1](https://github.com/pybash1)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eBuilt with ❤️ for seamless cross-device productivity\u003c/p\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybash1%2Fboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpybash1%2Fboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybash1%2Fboard/lists"}