{"id":30448612,"url":"https://github.com/NiKrause/simple-todo","last_synced_at":"2025-08-23T13:03:16.131Z","repository":{"id":308749531,"uuid":"1033945797","full_name":"NiKrause/simple-todo","owner":"NiKrause","description":"A very-basic local-first peer-to-peer todo app","archived":false,"fork":false,"pushed_at":"2025-08-16T10:08:25.000Z","size":879,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T12:51:46.465Z","etag":null,"topics":["ipfs","libp2p","orbitdb","svelte"],"latest_commit_sha":null,"homepage":" https://simple-todo.le-space.de","language":"Svelte","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/NiKrause.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-08-07T15:36:57.000Z","updated_at":"2025-08-16T10:08:28.000Z","dependencies_parsed_at":"2025-08-07T18:29:28.112Z","dependency_job_id":null,"html_url":"https://github.com/NiKrause/simple-todo","commit_stats":null,"previous_names":["nikrause/simple-todo"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/NiKrause/simple-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiKrause%2Fsimple-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiKrause%2Fsimple-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiKrause%2Fsimple-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiKrause%2Fsimple-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiKrause","download_url":"https://codeload.github.com/NiKrause/simple-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiKrause%2Fsimple-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271748336,"owners_count":24813918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["ipfs","libp2p","orbitdb","svelte"],"created_at":"2025-08-23T13:01:08.512Z","updated_at":"2025-08-23T13:03:16.109Z","avatar_url":"https://github.com/NiKrause.png","language":"Svelte","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# Simple Todo - A Local-First Peer-to-Peer Demo App\n\nA decentralized, local-first, peer-to-peer todo application built with **libp2p**, **IPFS**, and **OrbitDB**. This app demonstrates how modern Web3 technologies can create truly decentralized applications that work entirely in the browser.\n\n## 🚀 Live Demo\n\n- **HTTP**: https://simple-todo.le-space.de\n- **IPFS (dweb.link)**: https://dweb.link/ipns/k51qzi5uqu5dg7m2i3qftmdjl4t8jh74xzyz1ovsrkgdcdyn1ftaum3laom7qs\n- **IPFS (le-space)**: https://ipfs.le-space.de/ipns/k51qzi5uqu5dg7m2i3qftmdjl4t8jh74xzyz1ovsrkgdcdyn1ftaum3laom7qs\n\n## 🎯 What is this?\n\nThis is a **browser only** local-first peer-to-peer todo application that operates without any traditional server infrastructure. It connects directly to other browsers and mobile devices through peer-to-peer connections, creating a truly decentralized experience.\n\n### Key Features\n\n- ✅ **No Server Required** - Runs entirely in your browser\n- ✅ **Local Data** - data is stored in your browsers level storage and replicated via OrbitBB and IPFS\n- ✅ **Peer-to-Peer Communication** - Browsers connect directly via WebRTC (with help of signaling nodes)\n- ✅ **Real-time Synchronization** - Changes appear instantly across all peers\n- ✅ **Dynamic Identity** - Fresh peer ID generated on each load\n\n## 🎯 How to Test\n\n1. **Open Two Browser Windows** - You need at least two browser instances, a mobile or ask another distant person to open the app\n2. **Load the Same URL** - all app users should load the same app URL\n3. **Accept Consent** - Check all consent boxes in both browsers\n4. **Wait for Connection** - The app will automatically discover and connect peers\n5. **Add Todos** - Create todos in one browser and watch them appear in the other\n\n## 📚 Documentation\n\nFor comprehensive guides on how this app works, implementation details, and reusable components:\n\n**[📖 Tutorial](./docs/TUTORIAL.md)**\n\nThe tutorial covers:\n\n- Step-by-Step implementation guide\n- Architecture overview\n- Testing procedures\n- Troubleshooting guide\n- Security considerations\n\n**[🔧 Reusable Components](./docs/)**\n\n- **[StorachaIntegration](./docs/StorachaIntegration.md)** - Complete Storacha/Web3.Storage integration component for backing up OrbitDB databases to decentralized storage\n\n## 🛠️ Quick Start\n\n```bash\n# Clone repository\ngit clone https://github.com/NiKrause/simple-todo.git\n# checkout simple-todo branch\ngit checkout simple-todo\n\n# run (like this you don't need to cut and past anything)\n./tutorial-01.js \n```\n\n## 🔧 Technologies Used\n\n- **libp2p** - Peer-to-peer networking stack\n- **IPFS** - Distributed file system (via Helia)\n- **OrbitDB** - Decentralized database\n- **Svelte** - Frontend framework\n- **WebRTC** - Direct browser-to-browser communication\n\n## ⚠️ Important Notes\n\n- This is a **demo application** for educational purposes\n- Data is stored in a **global unencrypted database** visible to all users\n- **No privacy protection** - all data is publicly visible\n- **Not suitable for production use** without additional security measures\n\n## 📄 License\n\nThis project is open source and available under the [LICENSE](./LICENSE) file.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNiKrause%2Fsimple-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNiKrause%2Fsimple-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNiKrause%2Fsimple-todo/lists"}